Class JwtAuthenticationProvider

Object
JwtAuthenticationProvider
All Implemented Interfaces:
AuthenticationProvider

public class JwtAuthenticationProvider extends Object implements AuthenticationProvider
  • Constructor Details

    • JwtAuthenticationProvider

      public JwtAuthenticationProvider()
  • Method Details

    • setExpedienteService

      @Autowired public void setExpedienteService(ExpedienteService expedienteService)
    • supports

      public boolean supports(Class<?> authentication)
      Specified by:
      supports in interface AuthenticationProvider
    • authenticate

      public Authentication authenticate(Authentication authentication) throws AuthenticationException
      Specified by:
      authenticate in interface AuthenticationProvider
      Throws:
      AuthenticationException