Class BlueriqJwtAuthenticationProvider

java.lang.Object
com.aquima.web.boot.security.jwt.BlueriqJwtAuthenticationProvider
All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider

public class BlueriqJwtAuthenticationProvider extends Object implements org.springframework.security.authentication.AuthenticationProvider
  • Constructor Details

    • BlueriqJwtAuthenticationProvider

      public BlueriqJwtAuthenticationProvider(org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, JwtClaimMapper jwtClaimMapper)
  • Method Details

    • authenticate

      public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication)
      Specified by:
      authenticate in interface org.springframework.security.authentication.AuthenticationProvider
    • supports

      public boolean supports(Class<?> authentication)
      Specified by:
      supports in interface org.springframework.security.authentication.AuthenticationProvider