Package io.pravega.auth
-
Interface Summary Interface Description AuthHandler Custom authorization/authentication handlers implement this interface.ServerConfig Represents the configuration object passed down to the custom plugin. -
Class Summary Class Description AuthConstants AuthPluginConfig The configuration keys for auth plugin. -
Enum Summary Enum Description AuthHandler.Permissions -
Exception Summary Exception Description AuthenticationException Exception thrown when there is any error during authentication.AuthException AuthorizationException Exception thrown when there is any error during authorization.InvalidClaimException Indicates that the token did not contain a claim being made during token verification.InvalidTokenException Indicates that the delegation token is invalid.TokenException An abstract superclass for exceptions that can be thrown while handling delegation tokens.TokenExpiredException Indicates that the token has expired.