Uses of Class
org.mockserver.authentication.jwt.JWTAuthenticationHandler
-
Packages that use JWTAuthenticationHandler Package Description org.mockserver.authentication.jwt -
-
Uses of JWTAuthenticationHandler in org.mockserver.authentication.jwt
Methods in org.mockserver.authentication.jwt that return JWTAuthenticationHandler Modifier and Type Method Description JWTAuthenticationHandlerJWTAuthenticationHandler. withExpectedAudience(String expectedAudience)JWTAuthenticationHandlerJWTAuthenticationHandler. withMatchingClaims(Map<String,String> matchingClaims)JWTAuthenticationHandlerJWTAuthenticationHandler. withRequiredClaims(Set<String> requiredClaims)
-