|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AcegiSecurityException | |
|---|---|
| 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. |
| Uses of AcegiSecurityException in org.acegisecurity |
|---|
| Subclasses of AcegiSecurityException in org.acegisecurity | |
|---|---|
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. |
| Uses of AcegiSecurityException in org.acegisecurity.acls |
|---|
| Subclasses of AcegiSecurityException in org.acegisecurity.acls | |
|---|---|
class |
AlreadyExistsException
Thrown if an Acl entry already exists for the object. |
class |
ChildrenExistException
Thrown if an Acl cannot be deleted because children Acls 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 Sids and
the caller has requested details for an unloaded Sid. |
| Uses of AcegiSecurityException in org.acegisecurity.concurrent |
|---|
| Subclasses of AcegiSecurityException in org.acegisecurity.concurrent | |
|---|---|
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. |
| Uses of AcegiSecurityException in org.acegisecurity.providers |
|---|
| Subclasses of AcegiSecurityException in org.acegisecurity.providers | |
|---|---|
class |
ProviderNotFoundException
Thrown by ProviderManager if no AuthenticationProvider could be found that supports the
presented Authentication object. |
| Uses of AcegiSecurityException in org.acegisecurity.providers.cas |
|---|
| Subclasses of AcegiSecurityException in org.acegisecurity.providers.cas | |
|---|---|
class |
ProxyUntrustedException
Thrown if a CAS proxy ticket is presented from an untrusted proxy. |
| Uses of AcegiSecurityException in org.acegisecurity.providers.jaas |
|---|
| Methods in org.acegisecurity.providers.jaas that return AcegiSecurityException | |
|---|---|
AcegiSecurityException |
LoginExceptionResolver.resolveException(LoginException e)
Translates a Jaas LoginException to an AcegiSecurityException. |
AcegiSecurityException |
DefaultLoginExceptionResolver.resolveException(LoginException e)
|
| Methods in org.acegisecurity.providers.jaas with parameters of type AcegiSecurityException | |
|---|---|
protected void |
JaasAuthenticationProvider.publishFailureEvent(UsernamePasswordAuthenticationToken token,
AcegiSecurityException ase)
Publishes the JaasAuthenticationFailedEvent. |
| Uses of AcegiSecurityException in org.acegisecurity.providers.rcp |
|---|
| Subclasses of AcegiSecurityException in org.acegisecurity.providers.rcp | |
|---|---|
class |
RemoteAuthenticationException
Thrown if a RemoteAuthenticationManager cannot validate the presented authentication request. |
| Uses of AcegiSecurityException in org.acegisecurity.ui.digestauth |
|---|
| Subclasses of AcegiSecurityException in org.acegisecurity.ui.digestauth | |
|---|---|
class |
NonceExpiredException
Thrown if an authentication request is rejected because the digest nonce has expired. |
| Uses of AcegiSecurityException in org.acegisecurity.userdetails |
|---|
| Subclasses of AcegiSecurityException in org.acegisecurity.userdetails | |
|---|---|
class |
UsernameNotFoundException
Thrown if an UserDetailsService implementation cannot locate a User by its username. |
| Uses of AcegiSecurityException in org.acegisecurity.util |
|---|
| Subclasses of AcegiSecurityException in org.acegisecurity.util | |
|---|---|
static class |
EncryptionUtils.EncryptionException
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||