Class SystemJwtAuthenticationProvider

Object
SystemJwtAuthenticationProvider
All Implemented Interfaces:
AuthenticationProvider

public class SystemJwtAuthenticationProvider extends Object implements AuthenticationProvider
  • Constructor Details

    • SystemJwtAuthenticationProvider

      public SystemJwtAuthenticationProvider()
  • Method Details

    • 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