Class JWTAuthenticationHandler
java.lang.Object
org.mockserver.authentication.jwt.JWTAuthenticationHandler
- All Implemented Interfaces:
AuthenticationHandler
-
Constructor Summary
ConstructorsConstructorDescriptionJWTAuthenticationHandler(MockServerLogger mockServerLogger, String jwkSource) -
Method Summary
Modifier and TypeMethodDescriptionbooleanwithExpectedAudience(String expectedAudience) withMatchingClaims(Map<String, String> matchingClaims) withRequiredClaims(Set<String> requiredClaims)
-
Constructor Details
-
JWTAuthenticationHandler
-
-
Method Details
-
withExpectedAudience
-
withMatchingClaims
-
withRequiredClaims
-
controlPlaneRequestAuthenticated
- Specified by:
controlPlaneRequestAuthenticatedin interfaceAuthenticationHandler
-