Class BlueriqJwtAuthenticationProviderFactory

java.lang.Object
com.aquima.web.boot.security.jwt.BlueriqJwtAuthenticationProviderFactory

public final class BlueriqJwtAuthenticationProviderFactory extends Object
Creates an JWT AuthenticationProvider that can handle JWT authentication tokens.
Since:
15.8
Author:
Raoul de Haard
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.springframework.security.authentication.AuthenticationProvider
    create(org.springframework.security.config.annotation.ObjectPostProcessor<Object> objectPostProcessor, org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, JwtClaimMapper jwtClaimMapper)
    Create a new BlueriqJwtAuthenticationProvider based on provided jwtDecoder

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • create

      public static org.springframework.security.authentication.AuthenticationProvider create(org.springframework.security.config.annotation.ObjectPostProcessor<Object> objectPostProcessor, org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, JwtClaimMapper jwtClaimMapper)
      Create a new BlueriqJwtAuthenticationProvider based on provided jwtDecoder
      Parameters:
      objectPostProcessor - Spring ObjectPostProcessor used to properly initialize Spring beans programmatically
      jwtDecoder - to use for decoding the jwt token
      jwtClaimMapper - for mapping claims as configured in configuration properties
      Returns:
      A new AuthenticationProvider for handling the JwtAuthentication token