Uses of Class
org.opencastproject.security.jwt.JWKSetProvider
Packages that use JWKSetProvider
-
Uses of JWKSetProvider in org.opencastproject.security.jwt
Methods in org.opencastproject.security.jwt with parameters of type JWKSetProviderModifier and TypeMethodDescriptionstatic com.nimbusds.jwt.SignedJWTJWTVerifier.verify(String token, JWKSetProvider retriever, List<String> claimConstraints) Verifies a given JWT string with a given JWK provider and given claim constraints.