Uses of Class
org.mockserver.authentication.jwt.JWTAuthenticationHandler
Packages that use JWTAuthenticationHandler
-
Uses of JWTAuthenticationHandler in org.mockserver.authentication.jwt
Methods in org.mockserver.authentication.jwt that return JWTAuthenticationHandlerModifier and TypeMethodDescriptionJWTAuthenticationHandler.withExpectedAudience(String expectedAudience) JWTAuthenticationHandler.withMatchingClaims(Map<String, String> matchingClaims) JWTAuthenticationHandler.withRequiredClaims(Set<String> requiredClaims)