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 UserDetailsAbstractPasswordBasedSecurityRealm.authenticate(String username, String password) abstract AuthenticationCliAuthenticator.authenticate()Deprecated. -
Uses of AuthenticationException in org.acegisecurity
Subclasses of AuthenticationException in org.acegisecurityModifier and TypeClassDescriptionclassDeprecated.useAccountExpiredExceptionclassDeprecated.useAuthenticationServiceExceptionclassDeprecated.useBadCredentialsExceptionclassDeprecated.useCredentialsExpiredExceptionclassDeprecated.useDisabledExceptionclassDeprecated.useInsufficientAuthenticationExceptionclassDeprecated.useLockedExceptionMethods 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 TypeClassDescriptionclassDeprecated.useProviderNotFoundExceptionMethods 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 voidAbstractUserDetailsAuthenticationProvider.additionalAuthenticationChecks(UserDetails userDetails, UsernamePasswordAuthenticationToken authentication) Deprecated.AbstractUserDetailsAuthenticationProvider.authenticate(Authentication authentication) Deprecated.protected abstract UserDetailsAbstractUserDetailsAuthenticationProvider.retrieveUser(String username, UsernamePasswordAuthenticationToken authentication) Deprecated. -
Uses of AuthenticationException in org.acegisecurity.userdetails
Subclasses of AuthenticationException in org.acegisecurity.userdetailsModifier and TypeClassDescriptionclassDeprecated.useUsernameNotFoundException
UserMayOrMayNotExistException2