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 Details

    • LegacyLoginAuthenticationService

      public LegacyLoginAuthenticationService()
      Deprecated.
  • Method Details

    • setLoginService

      @Autowired public void setLoginService(LoginService loginService)
      Deprecated.
    • setReferenceService

      @Autowired public void setReferenceService(LoginReferenceService referenceService)
      Deprecated.
    • authenticate

      public Authentication authenticate(Authentication auth) throws AuthenticationException
      Deprecated.
      Specified by:
      authenticate in interface AuthenticationProvider
      Throws:
      AuthenticationException
    • supports

      public boolean supports(Class<?> clz)
      Deprecated.
      Specified by:
      supports in interface AuthenticationProvider