public interface LegacyAuthenticationProvider
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.
|
AuthenticationData authenticateLegacy(AuthenticationData authentication) throws AuthenticationException
authentication
- a request for authenticationAuthenticationException
- in case of errorboolean supports(java.lang.Class<? extends AuthenticationData> authenticationClass)
authenticationClass
- the class of Authentication proposed.