Class LegacyLoginAuthenticationService
Object
LegacyLoginAuthenticationService
- All Implemented Interfaces:
AuthenticationProvider
@Deprecated
public class LegacyLoginAuthenticationService
extends Object
implements AuthenticationProvider
Deprecated.
Provedor de autententicacao baseado no servico de login do vitruvio
- Author:
- Eduardo Frazao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAuthenticationauthenticate(Authentication auth) Deprecated.voidsetLoginService(LoginService loginService) Deprecated.voidsetReferenceService(LoginReferenceService referenceService) Deprecated.booleanDeprecated.
-
Constructor Details
-
LegacyLoginAuthenticationService
public LegacyLoginAuthenticationService()Deprecated.
-
-
Method Details
-
setLoginService
Deprecated. -
setReferenceService
Deprecated. -
authenticate
public Authentication authenticate(Authentication auth) throws AuthenticationException Deprecated.- Specified by:
authenticatein interfaceAuthenticationProvider- Throws:
AuthenticationException
-
supports
Deprecated.- Specified by:
supportsin interfaceAuthenticationProvider
-