Uses of Class
org.acegisecurity.AuthenticationException
Packages that use AuthenticationException
Package
Description
Security-related code.
Façade for
org.springframework.security
.-
Uses of AuthenticationException in hudson.security
Subclasses of AuthenticationException in hudson.securityMethods in hudson.security that throw AuthenticationExceptionModifier and TypeMethodDescriptionprotected UserDetails
AbstractPasswordBasedSecurityRealm.authenticate
(String username, String password) abstract Authentication
CliAuthenticator.authenticate()
Deprecated. -
Uses of AuthenticationException in org.acegisecurity
Subclasses of AuthenticationException in org.acegisecurityModifier and TypeClassDescriptionclass
Deprecated.useAccountExpiredException
class
Deprecated.useAuthenticationServiceException
class
Deprecated.useBadCredentialsException
class
Deprecated.useCredentialsExpiredException
class
Deprecated.useDisabledException
class
Deprecated.useInsufficientAuthenticationException
class
Deprecated.useLockedException
Methods in org.acegisecurity that throw AuthenticationExceptionModifier and TypeMethodDescriptionAuthenticationManager.authenticate
(Authentication authentication) Deprecated. -
Uses of AuthenticationException in org.acegisecurity.providers
Subclasses of AuthenticationException in org.acegisecurity.providersModifier and TypeClassDescriptionclass
Deprecated.useProviderNotFoundException
Methods in org.acegisecurity.providers that throw AuthenticationExceptionModifier and TypeMethodDescriptionAuthenticationProvider.authenticate
(Authentication authentication) Deprecated. -
Uses of AuthenticationException in org.acegisecurity.providers.dao
Methods in org.acegisecurity.providers.dao that throw AuthenticationExceptionModifier and TypeMethodDescriptionprotected abstract void
AbstractUserDetailsAuthenticationProvider.additionalAuthenticationChecks
(UserDetails userDetails, UsernamePasswordAuthenticationToken authentication) Deprecated.AbstractUserDetailsAuthenticationProvider.authenticate
(Authentication authentication) Deprecated.protected abstract UserDetails
AbstractUserDetailsAuthenticationProvider.retrieveUser
(String username, UsernamePasswordAuthenticationToken authentication) Deprecated. -
Uses of AuthenticationException in org.acegisecurity.userdetails
Subclasses of AuthenticationException in org.acegisecurity.userdetailsModifier and TypeClassDescriptionclass
Deprecated.useUsernameNotFoundException
UserMayOrMayNotExistException2