Library:Acegi
Version:1.0.0
Compatibility:JDK 1.5
Exceptions in library Acegi.
NamePackageDescription
AccessDeniedExceptionorg.acegisecurityThrown if an Authentication object does not hold a required authority.
AccountExpiredExceptionorg.acegisecurityThrown if an authentication request is rejected because the account has expired.
AcegiSecurityExceptionorg.acegisecurityAbstract superclass for all exceptions thrown in the security package and subpackages.
AuthenticationCredentialsNotFoundExceptionorg.acegisecurityThrown if an authentication request is rejected because there is no Authentication object in the SecurityContext .
AuthenticationExceptionorg.acegisecurityAbstract superclass for all exceptions related an Authentication object being invalid for whatever reason.
AuthenticationServiceExceptionorg.acegisecurityThrown if an authentication request could not be processed due to a system problem.
AuthorizationServiceExceptionorg.acegisecurityThrown if an authorization request could not be processed due to a system problem.
BadCredentialsExceptionorg.acegisecurityThrown if an authentication request is rejected because the credentials are invalid.
ConcurrentLoginExceptionorg.acegisecurity.concurrentThrown by ConcurrentSessionControllerImpl if an attempt is made to login and the user has already exceeded their maxmimum allowed sessions.
CredentialsExpiredExceptionorg.acegisecurityThrown if an authentication request is rejected because the account's credentials have expired.
DisabledExceptionorg.acegisecurityThrown if an authentication request is rejected because the account is disabled.
InsufficientAuthenticationExceptionorg.acegisecurityThrown if an authentication request is rejected because the credentials are not sufficiently trusted.
LdapDataAccessExceptionorg.acegisecurity.ldapUsed to wrap unexpected NamingExceptions while accessing the LDAP server or for other LDAP-related data problems such as data we can't handle.
LockedExceptionorg.acegisecurityThrown if an authentication request is rejected because the account is locked.
NonceExpiredExceptionorg.acegisecurity.ui.digestauthThrown if an authentication request is rejected because the digest nonce has expired.
ProviderNotFoundExceptionorg.acegisecurity.providersThrown by ProviderManager if no AuthenticationProvider could be found that supports the presented Authentication object.
ProxyUntrustedExceptionorg.acegisecurity.providers.casThrown if a CAS proxy ticket is presented from an untrusted proxy.
RemoteAuthenticationExceptionorg.acegisecurity.providers.rcpThrown if a RemoteAuthenticationManager cannot validate the presented authentication request.
SessionAlreadyUsedExceptionorg.acegisecurity.concurrentThrown by a SessionRegistry implementation if an attempt is made to create new session information for an existing sessionId.
UsernameNotFoundExceptionorg.acegisecurity.userdetailsThrown if an UserDetailsService implementation cannot locate a User by its username.
Search