| Package | Description |
|---|---|
| com.holonplatform.auth.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationException
Base class for exceptions which may be thrown during authentication
|
class |
DisabledAccountException
Exception for authentication failure: Account is disabled
|
class |
ExpiredCredentialsException
Exception for authentication failure: Credentials are expired
|
class |
InvalidCredentialsException
Exception for authentication failure: Credentials are not valid
|
class |
InvalidTokenException
Exception for authentication failure:
AuthenticationToken is not valid or malformed |
class |
LockedAccountException
Exception for authentication failure: Account is locked
|
class |
UnexpectedAuthenticationException
Exception for a generic authentication failure
|
class |
UnknownAccountException
Exception for authentication failure: Account not found
|
class |
UnsupportedMessageException
Exception for unsupported authentication messages
|
class |
UnsupportedTokenException
Exception for authentication failure:
AuthenticationToken type not supported by current Authenticator |
Copyright © 2019 The Holon Platform. All rights reserved.