@Service
public class LegacyAuthenticationManager
extends java.lang.Object
Constructor and Description |
---|
LegacyAuthenticationManager() |
Modifier and Type | Method and Description |
---|---|
AuthenticationData |
authenticateLegacy(AuthenticationData authentication)
Attempt to validate the given Authentication for legacy users
|
public AuthenticationData authenticateLegacy(AuthenticationData authentication) throws AuthenticationException
authentication
- a request for authentication.AuthenticationException
- in case of error.