Uses of Class
org.opencastproject.security.jwt.GuavaCachedUrlJwkProvider
-
-
Uses of GuavaCachedUrlJwkProvider in org.opencastproject.security.jwt
Methods in org.opencastproject.security.jwt with parameters of type GuavaCachedUrlJwkProvider Modifier and Type Method Description static 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.
-