Package | Description |
---|---|
com.holonplatform.auth | |
com.holonplatform.auth.exceptions | |
com.holonplatform.http |
Modifier and Type | Interface and Description |
---|---|
interface |
AuthenticationError
ErrorResponse extensions for authentication errors. |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationException
Base class for exceptions which may be thrown during authentication
|
class |
AuthorizationException
Exception which may be thrown during authorization
|
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 |
UnsupportedPermissionException
Exception for authorization failure: Permission type not supported
|
class |
UnsupportedTokenException
Exception for authentication failure:
AuthenticationToken type not supported by current Authenticator |
Modifier and Type | Class and Description |
---|---|
static class |
ErrorResponse.ErrorResponseException
Base class to build a
RuntimeException with ErrorResponse support. |
Copyright © 2018 The Holon Platform. All rights reserved.