AbstractUserDetailsAuthenticationProvider
@Deprecated public abstract class AbstractUserDetailsAuthenticationProvider extends Object implements AuthenticationProvider
Constructor and Description |
---|
AbstractUserDetailsAuthenticationProvider()
Deprecated.
|
Modifier and Type | Method and 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.
|
public AbstractUserDetailsAuthenticationProvider()
protected abstract void additionalAuthenticationChecks(UserDetails userDetails, UsernamePasswordAuthenticationToken authentication) throws AuthenticationException
AuthenticationException
protected abstract UserDetails retrieveUser(String username, UsernamePasswordAuthenticationToken authentication) throws AuthenticationException
AuthenticationException
public Authentication authenticate(Authentication authentication) throws AuthenticationException
authenticate
in interface AuthenticationProvider
AuthenticationException
public boolean supports(Class authentication)
supports
in interface AuthenticationProvider
Copyright © 2004–2021. All rights reserved.