Class DPoPProofVerifier
java.lang.Object
com.broadleafcommerce.auth.authorization.security.spring.DPoPProofVerifier
This is a direct copy of
org.springframework.security.oauth2.server.authorization.authentication.DPoPProofVerifier
due to package-private access in the original Spring Security Authorization Server framework.
A verifier for DPoP Proof Jwt's.
- Since:
- 1.5
- Author:
- Joe Grandja
- See Also:
-
DPoPProofJwtDecoderFactory- RFC 9449 OAuth 2.0 Demonstrating Proof of Possession (DPoP)
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.security.oauth2.jwt.JwtverifyIfAvailable(org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationGrantAuthenticationToken authorizationGrantAuthentication)
-
Method Details
-
verifyIfAvailable
public static org.springframework.security.oauth2.jwt.Jwt verifyIfAvailable(org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationGrantAuthenticationToken authorizationGrantAuthentication)
-