Package org.acegisecurity.providers.dao
Class AbstractUserDetailsAuthenticationProvider
java.lang.Object
org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
- All Implemented Interfaces:
AuthenticationProvider
@Deprecated
public abstract class AbstractUserDetailsAuthenticationProvider
extends Object
implements AuthenticationProvider
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
additionalAuthenticationChecks
(UserDetails userDetails, UsernamePasswordAuthenticationToken authentication) Deprecated.authenticate
(Authentication authentication) Deprecated.protected abstract UserDetails
retrieveUser
(String username, UsernamePasswordAuthenticationToken authentication) Deprecated.boolean
Deprecated.
-
Constructor Details
-
AbstractUserDetailsAuthenticationProvider
public AbstractUserDetailsAuthenticationProvider()Deprecated.
-
-
Method Details
-
additionalAuthenticationChecks
protected abstract void additionalAuthenticationChecks(UserDetails userDetails, UsernamePasswordAuthenticationToken authentication) throws AuthenticationException Deprecated.- Throws:
AuthenticationException
-
retrieveUser
protected abstract UserDetails retrieveUser(String username, UsernamePasswordAuthenticationToken authentication) throws AuthenticationException Deprecated.- Throws:
AuthenticationException
-
authenticate
Deprecated.- Specified by:
authenticate
in interfaceAuthenticationProvider
- Throws:
AuthenticationException
-
supports
Deprecated.- Specified by:
supports
in interfaceAuthenticationProvider
-
AbstractUserDetailsAuthenticationProvider