public class StartupAuthErrorDetails
extends java.lang.Object
Constructor and Description |
---|
StartupAuthErrorDetails(AuthException authException,
java.lang.Exception unauthException) |
Modifier and Type | Method and Description |
---|---|
boolean |
didErrorOccurObtainingUnauthenticatedIdentity() |
boolean |
didErrorOccurRefreshingProvider() |
AuthException |
getProviderRefreshException() |
java.lang.Exception |
getUnauthenticatedErrorException() |
public StartupAuthErrorDetails(AuthException authException, java.lang.Exception unauthException)
public boolean didErrorOccurRefreshingProvider()
public AuthException getProviderRefreshException()
public boolean didErrorOccurObtainingUnauthenticatedIdentity()
public java.lang.Exception getUnauthenticatedErrorException()
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.