- AuthConstants - Class in io.pravega.auth
-
- AuthConstants() - Constructor for class io.pravega.auth.AuthConstants
-
- authenticate(String) - Method in interface io.pravega.auth.AuthHandler
-
Authenticates a given request.
- AuthenticationException - Exception in io.pravega.auth
-
Exception thrown when there is any error during authentication.
- AuthenticationException(String) - Constructor for exception io.pravega.auth.AuthenticationException
-
- AuthenticationException(String, int) - Constructor for exception io.pravega.auth.AuthenticationException
-
- AuthenticationException(Exception) - Constructor for exception io.pravega.auth.AuthenticationException
-
- AuthenticationException(Exception, int) - Constructor for exception io.pravega.auth.AuthenticationException
-
- AuthException - Exception in io.pravega.auth
-
- AuthException(String, int) - Constructor for exception io.pravega.auth.AuthException
-
- AuthException(Exception, int) - Constructor for exception io.pravega.auth.AuthException
-
- AuthHandler - Interface in io.pravega.auth
-
Custom authorization/authentication handlers implement this interface.
- AuthHandler.Permissions - Enum in io.pravega.auth
-
- AUTHORIZATION - Static variable in class io.pravega.auth.AuthConstants
-
HTTP "Authorization" header.
- AuthorizationException - Exception in io.pravega.auth
-
Exception thrown when there is any error during authorization.
- AuthorizationException(String) - Constructor for exception io.pravega.auth.AuthorizationException
-
- AuthorizationException(String, int) - Constructor for exception io.pravega.auth.AuthorizationException
-
- AuthorizationException(Exception) - Constructor for exception io.pravega.auth.AuthorizationException
-
- AuthorizationException(Exception, int) - Constructor for exception io.pravega.auth.AuthorizationException
-
- authorize(String, Principal) - Method in interface io.pravega.auth.AuthHandler
-
Authorizes the access to a given resource.