Package | Description |
---|---|
org.acegisecurity |
Provides core Acegi Security System for Spring interfaces and classes.
|
org.acegisecurity.acls |
Interfaces and shared classes to manage access control lists (ACLs) for domain object instances.
|
org.acegisecurity.concurrent |
Concurrent session control and registration classes.
|
org.acegisecurity.providers |
Implements a provider-based approach to authentication decisions.
|
org.acegisecurity.providers.cas |
An authentication provider that can process JA-SIG Central Authentication Service (CAS)
service tickets and proxy tickets.
|
org.acegisecurity.providers.jaas |
An authentication provider for JAAS.
|
org.acegisecurity.providers.rcp |
Allows remote clients to authenticate and obtain a populated
Authentication object. |
org.acegisecurity.ui.digestauth |
Authenticates HTTP Digest authentication requests.
|
org.acegisecurity.userdetails | |
org.acegisecurity.util |
General utility classes used throughout the Acegi Security System.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessDeniedException
Thrown if an
Authentication object does not hold a required authority. |
class |
AccountExpiredException
Thrown if an authentication request is rejected because the account has expired.
|
class |
AuthenticationCredentialsNotFoundException
Thrown if an authentication request is rejected because there is no
Authentication object in the SecurityContext . |
class |
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
class |
AuthenticationServiceException
Thrown if an authentication request could not be processed due to a system problem.
|
class |
AuthorizationServiceException
Thrown if an authorization request could not be processed due to a system problem.
|
class |
BadCredentialsException
Thrown if an authentication request is rejected because the credentials are invalid.
|
class |
CredentialsExpiredException
Thrown if an authentication request is rejected because the account's credentials have expired.
|
class |
DisabledException
Thrown if an authentication request is rejected because the account is disabled.
|
class |
InsufficientAuthenticationException
Thrown if an authentication request is rejected because the credentials are not sufficiently trusted.
|
class |
LockedException
Thrown if an authentication request is rejected because the account is locked.
|
Modifier and Type | Class and Description |
---|---|
class |
AlreadyExistsException
Thrown if an
Acl entry already exists for the object. |
class |
ChildrenExistException
Thrown if an
Acl cannot be deleted because children Acl s exist. |
class |
IdentityUnavailableException
Thrown if an ACL identity could not be extracted from an object.
|
class |
NotFoundException
Thrown if an ACL-related object cannot be found.
|
class |
UnloadedSidException
Thrown if an
Acl cannot perform an operation because it only loaded a subset of Sid s and
the caller has requested details for an unloaded Sid . |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentLoginException
Thrown by
ConcurrentSessionControllerImpl if an attempt is made to login and the user has already
exceeded their maxmimum allowed sessions. |
class |
SessionAlreadyUsedException
Thrown by a
SessionRegistry implementation if an attempt is made to create new session information
for an existing sessionId. |
Modifier and Type | Class and Description |
---|---|
class |
ProviderNotFoundException
Thrown by
ProviderManager if no AuthenticationProvider could be found that supports the
presented Authentication object. |
Modifier and Type | Class and Description |
---|---|
class |
ProxyUntrustedException
Thrown if a CAS proxy ticket is presented from an untrusted proxy.
|
Modifier and Type | Method and Description |
---|---|
AcegiSecurityException |
DefaultLoginExceptionResolver.resolveException(LoginException e) |
AcegiSecurityException |
LoginExceptionResolver.resolveException(LoginException e)
Translates a Jaas LoginException to an AcegiSecurityException.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JaasAuthenticationProvider.publishFailureEvent(UsernamePasswordAuthenticationToken token,
AcegiSecurityException ase)
Publishes the
JaasAuthenticationFailedEvent . |
Modifier and Type | Class and Description |
---|---|
class |
RemoteAuthenticationException
Thrown if a
RemoteAuthenticationManager cannot validate the presented authentication request. |
Modifier and Type | Class and Description |
---|---|
class |
NonceExpiredException
Thrown if an authentication request is rejected because the digest nonce has expired.
|
Modifier and Type | Class and Description |
---|---|
class |
UsernameNotFoundException
Thrown if an
UserDetailsService implementation cannot locate a User by its username. |
Modifier and Type | Class and Description |
---|---|
static class |
EncryptionUtils.EncryptionException |
Copyright © 2018. All rights reserved.