@Component class LegacyRestAuthenticationProvider extends java.lang.Object implements LegacyAuthenticationProvider
Constructor and Description |
---|
LegacyRestAuthenticationProvider() |
Modifier and Type | Method and Description |
---|---|
AuthenticationData |
authenticateLegacy(AuthenticationData authentication)
Attempt to validate and populate the given Authentication for users in legacy database
|
boolean |
supports(java.lang.Class<? extends AuthenticationData> authenticationClass)
Indicate whether the given Authentication class is supported by this AuthenticationProvider.
|
public AuthenticationData authenticateLegacy(AuthenticationData authentication) throws AuthenticationException
LegacyAuthenticationProvider
authenticateLegacy
in interface LegacyAuthenticationProvider
authentication
- a request for authenticationAuthenticationException
- in case of errorpublic boolean supports(java.lang.Class<? extends AuthenticationData> authenticationClass)
LegacyAuthenticationProvider
supports
in interface LegacyAuthenticationProvider
authenticationClass
- the class of Authentication proposed.