Uses of Class
org.acegisecurity.AuthenticationException
-
Packages that use AuthenticationException Package Description hudson.security Security-related code.org.acegisecurity Façade fororg.springframework.security
.org.acegisecurity.providers org.acegisecurity.providers.dao org.acegisecurity.userdetails -
-
Uses of AuthenticationException in hudson.security
Subclasses of AuthenticationException in hudson.security Modifier and Type Class Description class
UserMayOrMayNotExistException
Deprecated.Methods in hudson.security that throw AuthenticationException Modifier and Type Method Description protected UserDetails
AbstractPasswordBasedSecurityRealm. authenticate(String username, String password)
abstract Authentication
CliAuthenticator. authenticate()
Deprecated. -
Uses of AuthenticationException in org.acegisecurity
Subclasses of AuthenticationException in org.acegisecurity Modifier and Type Class Description class
AccountExpiredException
Deprecated.useAccountExpiredException
class
AuthenticationServiceException
Deprecated.useAuthenticationServiceException
class
BadCredentialsException
Deprecated.useBadCredentialsException
class
CredentialsExpiredException
Deprecated.useCredentialsExpiredException
class
DisabledException
Deprecated.useDisabledException
class
InsufficientAuthenticationException
Deprecated.useInsufficientAuthenticationException
class
LockedException
Deprecated.useLockedException
Methods in org.acegisecurity that throw AuthenticationException Modifier and Type Method Description Authentication
AuthenticationManager. authenticate(Authentication authentication)
Deprecated. -
Uses of AuthenticationException in org.acegisecurity.providers
Subclasses of AuthenticationException in org.acegisecurity.providers Modifier and Type Class Description class
ProviderNotFoundException
Deprecated.useProviderNotFoundException
Methods in org.acegisecurity.providers that throw AuthenticationException Modifier and Type Method Description Authentication
AuthenticationProvider. authenticate(Authentication authentication)
Deprecated. -
Uses of AuthenticationException in org.acegisecurity.providers.dao
Methods in org.acegisecurity.providers.dao that throw AuthenticationException Modifier and Type Method Description protected abstract void
AbstractUserDetailsAuthenticationProvider. additionalAuthenticationChecks(UserDetails userDetails, UsernamePasswordAuthenticationToken authentication)
Deprecated.Authentication
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.userdetails Modifier and Type Class Description class
UsernameNotFoundException
Deprecated.useUsernameNotFoundException
-