Class NimbusReactiveJwtDecoder

    • Constructor Detail

      • NimbusReactiveJwtDecoder

        public NimbusReactiveJwtDecoder​(java.lang.String jwkSetUrl)
        Constructs a NimbusReactiveJwtDecoder using the provided parameters.
        Parameters:
        jwkSetUrl - the JSON Web Key (JWK) Set URL
      • NimbusReactiveJwtDecoder

        public NimbusReactiveJwtDecoder​(java.security.interfaces.RSAPublicKey publicKey)
        Constructs a NimbusReactiveJwtDecoder using the provided parameters.
        Parameters:
        publicKey - the RSAPublicKey used to verify the signature
        Since:
        5.2
      • NimbusReactiveJwtDecoder

        public NimbusReactiveJwtDecoder​(org.springframework.core.convert.converter.Converter<com.nimbusds.jwt.JWT,​reactor.core.publisher.Mono<com.nimbusds.jwt.JWTClaimsSet>> jwtProcessor)
        Constructs a NimbusReactiveJwtDecoder using the provided parameters.
        Parameters:
        jwtProcessor - the Converter used to process and verify the signed Jwt and return the Jwt Claim Set
        Since:
        5.2