Modifier and Type | Class and Description |
---|---|
class |
AuthenticationException
Thrown if there is an error during the authentication process
|
class |
CredentialExpiredException
Thrown during the authentication process to indicate that the credential is expired.
|
class |
LockedAccountException
Thrown during the authentication process to indicate that the account being validated is disabled.
|
class |
UnexpectedCredentialException
Thrown during the authentication process to indicate that credentials are not supported or could not be
handled.
|
class |
UserAlreadyLoggedInException
Thrown during the authentication process to indicate that an user is already authenticated.
|
Modifier and Type | Class and Description |
---|---|
class |
DifferentUserLoggedInExcpetion
Thrown during the authentication process to indicate that an user trying to raise his level is
different from the currently logged one.
|
class |
InsufficientSecurityLevelException
Thrown when the action which is invoked needs higher security level.
|
class |
SecurityLevelsMismatchException
Thrown when comparing levels and they do not match.
|
Modifier and Type | Class and Description |
---|---|
class |
NotImplementedException
An exception that indicates that something is not ready for use.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpSecurityConfigurationException |
Modifier and Type | Class and Description |
---|---|
class |
AccessDeniedException
Thrown to indicate that access was denied for a specific resource.
|
class |
AuthenticationRequiredException
Thrown to indicate that authentication is required before invoking a target.
|
class |
MethodNotAllowedException
Thrown to indicate that a HTTP method is not allowed.
|
Modifier and Type | Class and Description |
---|---|
class |
IdentityManagementException
This exception is thrown if there is an error during an identity management operation.
|
Modifier and Type | Class and Description |
---|---|
class |
OperationNotSupportedException
An
OperationNotSupportedException is thrown to indicate that a AttributedType or
IdentityStoreConfiguration.IdentityOperation is not supported by the configuration. |
class |
SecurityConfigurationException
This exception is thrown when a problem is found with the Security API configuration
|
Copyright © 2017. All rights reserved.