- validateAudiences(SignedJWT) - Method in class org.apache.ranger.authz.handler.jwt.RangerJwtAuthHandler
-
Validate whether any of the accepted audience claims is present in the issued
token claims list for audience.
- validateExpiration(SignedJWT) - Method in class org.apache.ranger.authz.handler.jwt.RangerJwtAuthHandler
-
Validate that the expiration time of the JWT token has not been violated.
- validateSignature(SignedJWT) - Method in class org.apache.ranger.authz.handler.jwt.RangerJwtAuthHandler
-
Verify the signature of the JWT token in this method.
- validateToken(SignedJWT) - Method in class org.apache.ranger.authz.handler.jwt.RangerJwtAuthHandler
-
This method provides a single method for validating the JWT for use in
request processing.
- valueOf(String) - Static method in enum org.apache.ranger.authz.handler.RangerAuth.AUTH_TYPE
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.ranger.authz.handler.RangerAuth.AUTH_TYPE
-
Returns an array containing the constants of this enum type, in
the order they are declared.