Package org.apache.gravitino.auth
Class AuthConstants
java.lang.Object
org.apache.gravitino.auth.AuthConstants
Constants used for authentication.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
allow.static final String
The default username used for anonymous access.static final String
The default name of the attribute that stores the authenticated principal in the request.static final String
The name of BASIC header used to pass the authentication token.static final String
The name of BEARER header used to pass the authentication token.static final String
The value of NEGOTIATE header used to pass the authentication token.static final String
deny.static final String
The HTTP header used to pass the authentication token.static final String
The HTTP header used to pass the authentication token.static final String
The name of NEGOTIATE.static final String
OWNER.static final String
SELF authorization expression. -
Method Summary
-
Field Details
-
HTTP_HEADER_AUTHORIZATION
The HTTP header used to pass the authentication token.- See Also:
-
AUTHORIZATION_BEARER_HEADER
The name of BEARER header used to pass the authentication token.- See Also:
-
AUTHORIZATION_BASIC_HEADER
The name of BASIC header used to pass the authentication token.- See Also:
-
NEGOTIATE
The name of NEGOTIATE.- See Also:
-
AUTHORIZATION_NEGOTIATE_HEADER
The value of NEGOTIATE header used to pass the authentication token.- See Also:
-
HTTP_CHALLENGE_HEADER
The HTTP header used to pass the authentication token.- See Also:
-
ANONYMOUS_USER
The default username used for anonymous access.- See Also:
-
OWNER
OWNER.- See Also:
-
SELF
SELF authorization expression.- See Also:
-
DENY
deny.- See Also:
-
ALLOW
allow.- See Also:
-
AUTHENTICATED_PRINCIPAL_ATTRIBUTE_NAME
The default name of the attribute that stores the authenticated principal in the request.Refer to the style of `AuthenticationFilter#AuthenticatedRoleAttributeName` of Apache Pulsar
-