Class DPoPProofJwtDecoderFactory

java.lang.Object
org.springframework.security.oauth2.jwt.DPoPProofJwtDecoderFactory
All Implemented Interfaces:
JwtDecoderFactory<DPoPProofContext>

public final class DPoPProofJwtDecoderFactory extends Object implements JwtDecoderFactory<DPoPProofContext>
A factory that provides a JwtDecoder for the specified DPoPProofContext and is used for authenticating a DPoP Proof Jwt.
Since:
6.5
See Also:
  • Field Details

    • DEFAULT_JWT_VALIDATOR_FACTORY

      public static final Function<DPoPProofContext,org.springframework.security.oauth2.core.OAuth2TokenValidator<Jwt>> DEFAULT_JWT_VALIDATOR_FACTORY
      The default OAuth2TokenValidator<Jwt> factory that validates the htm, htu, jti and iat claims of the DPoP Proof Jwt.
  • Constructor Details

    • DPoPProofJwtDecoderFactory

      public DPoPProofJwtDecoderFactory()
  • Method Details