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.useAbstractUserDetailsAuthenticationProvider
-
-
Constructor Summary
Constructors Constructor Description AbstractUserDetailsAuthenticationProvider()
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected abstract void
additionalAuthenticationChecks(UserDetails userDetails, UsernamePasswordAuthenticationToken authentication)
Deprecated.Authentication
authenticate(Authentication authentication)
Deprecated.protected abstract UserDetails
retrieveUser(String username, UsernamePasswordAuthenticationToken authentication)
Deprecated.boolean
supports(Class authentication)
Deprecated.
-
-
-
Method Detail
-
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
public Authentication authenticate(Authentication authentication) throws AuthenticationException
Deprecated.- Specified by:
authenticate
in interfaceAuthenticationProvider
- Throws:
AuthenticationException
-
supports
public boolean supports(Class authentication)
Deprecated.- Specified by:
supports
in interfaceAuthenticationProvider
-
-