Uses of Class
org.opencastproject.security.jwt.GuavaCachedUrlJwkProvider
Packages that use GuavaCachedUrlJwkProvider
-
Uses of GuavaCachedUrlJwkProvider in org.opencastproject.security.jwt
Methods in org.opencastproject.security.jwt with parameters of type GuavaCachedUrlJwkProviderModifier and TypeMethodDescriptionstatic com.auth0.jwt.interfaces.DecodedJWTJWTVerifier.verify(String token, GuavaCachedUrlJwkProvider provider, List<String> claimConstraints) Verifies a given JWT string with a given JWK provider and given claim constraints.