|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AcegiSecurityException | |
|---|---|
| org.acegisecurity | Provides core Acegi Security System for Spring interfaces and classes. |
| org.acegisecurity.concurrent | |
| org.acegisecurity.providers | Implements a provider-based approach to authentication decisions. |
| org.acegisecurity.providers.cas | An authentication provider that can process Yale 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 | |
| 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.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||