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