public class AuthenticatorException
extends java.lang.Exception
| Modifier and Type | Method and Description |
|---|---|
com.microfocus.android.mobile.sdk.library.AuthenticatorException.Type |
getType() |
boolean |
isAccessTokenRefreshException() |
boolean |
isAuthenticatorCreationException() |
boolean |
isAuthenticatorException() |
boolean |
isIdentityProviderCreationException() |
boolean |
isIdentityProviderRefreshException() |
boolean |
isInvalidAuthenticateStateException() |
boolean |
isMutuallyExclusiveFlagException() |
boolean |
isRefreshTokenRefreshException() |
public static AuthenticatorException ACTIVE_AUTHENTICATION
public static AuthenticatorException CANNOT_REUSE_AUTHENTICATOR
public static AuthenticatorException CLIENT_CALLBACK_MISSING
public static AuthenticatorException REFRESH_TOKEN_MISSING
public static AuthenticatorException INVOKE_PARAMETER_MISSING
public static AuthenticatorException IDENTITY_PROVIDER_NOT_RESOLVABLE
public static AuthenticatorException MUTUALLY_EXCLUSIVE_FLAGS_IDENTITY_PROVIDER_REFRESH
public static AuthenticatorException MUTUALLY_EXCLUSIVE_FLAGS_ACCESS_TOKEN_REFRESH
public static AuthenticatorException MUTUALLY_EXCLUSIVE_FLAGS_REFRESH_TOKEN_REFRESH
public static AuthenticatorException IDENTITY_PROVIDER_REFRESH_REQUIRED_BUT_CLIENT_DISALLOWED
public static AuthenticatorException IDENTITY_PROVIDER_REFRESH_REQUIRED_BUT_NO_DISCOVERY_URL
public static AuthenticatorException IDENTITY_PROVIDER_REFRESH_FORCED_BUT_NO_DISCOVERY_URL
public static AuthenticatorException ACCESS_TOKEN_REFRESH_REQUIRED_BUT_CLIENT_DISALLOWED
public static AuthenticatorException REFRESH_TOKEN_REFRESH_REQUIRED_BUT_CLIENT_DISALLOWED
public static AuthenticatorException IDENTITY_PROVIDER_CREATION_NO_DISCOVERY_URL
public static AuthenticatorException IDENTITY_PROVIDER_CREATION_NO_PROVIDER_URL
public static AuthenticatorException IDENTITY_PROVIDER_CREATION_NO_CLIENT_ID
public static AuthenticatorException IDENTITY_PROVIDER_CREATION_NO_CLIENT_SECRET
public static AuthenticatorException IDENTITY_PROVIDER_CREATION_NO_REDIRECT_URI
public static AuthenticatorException AUTHENTICATOR_CREATION_NO_APPLICATION_CONTEXT
public static AuthenticatorException BROWSER_BASED_LOGOUT_CONFIGURATION_MISSING
public static AuthenticatorException TOKEN_REVOCATION_CONFIGURATION_MISSING
public com.microfocus.android.mobile.sdk.library.AuthenticatorException.Type getType()
public boolean isInvalidAuthenticateStateException()
public boolean isMutuallyExclusiveFlagException()
public boolean isIdentityProviderRefreshException()
public boolean isAccessTokenRefreshException()
public boolean isRefreshTokenRefreshException()
public boolean isIdentityProviderCreationException()
public boolean isAuthenticatorCreationException()
public boolean isAuthenticatorException()