Uses of Class
org.acegisecurity.AuthenticationException
Package
Description
Security-related code.
Façade for
org.springframework.security
.-
Uses of AuthenticationException in hudson.security
Modifier and TypeMethodDescriptionprotected UserDetails
AbstractPasswordBasedSecurityRealm.authenticate
(String username, String password) abstract Authentication
CliAuthenticator.authenticate()
Deprecated. -
Uses of AuthenticationException in org.acegisecurity
Modifier and TypeClassDescriptionclass
Deprecated.useAccountExpiredException
class
Deprecated.useAuthenticationServiceException
class
Deprecated.useBadCredentialsException
class
Deprecated.useCredentialsExpiredException
class
Deprecated.useDisabledException
class
Deprecated.useInsufficientAuthenticationException
class
Deprecated.useLockedException
Modifier and TypeMethodDescriptionAuthenticationManager.authenticate
(Authentication authentication) Deprecated. -
Uses of AuthenticationException in org.acegisecurity.providers
Modifier and TypeClassDescriptionclass
Deprecated.useProviderNotFoundException
Modifier and TypeMethodDescriptionAuthenticationProvider.authenticate
(Authentication authentication) Deprecated. -
Uses of AuthenticationException in org.acegisecurity.providers.dao
Modifier 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
Modifier and TypeClassDescriptionclass
Deprecated.useUsernameNotFoundException
UserMayOrMayNotExistException2