Uses of Class
net.shibboleth.oidc.security.jwt.claims.impl.JWTClaims
-
Packages that use JWTClaims Package Description net.shibboleth.oidc.security.jwt.claims.impl Validation functions for JWT claims. -
-
Uses of JWTClaims in net.shibboleth.oidc.security.jwt.claims.impl
Methods in net.shibboleth.oidc.security.jwt.claims.impl that return JWTClaims Modifier and Type Method Description static JWTClaimsJWTClaims. valueOf(String name)Returns the enum constant of this type with the specified name.static JWTClaims[]JWTClaims. values()Returns an array containing the constants of this enum type, in the order they are declared.
-