Class HttpFilterKeys.Attribute
java.lang.Object
com.atlassian.crowd.embedded.api.constants.HttpFilterKeys.Attribute
- Enclosing class:
HttpFilterKeys
Fields that are set as attributes in the servlet request
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe ID of the incoming OAuth2 client configuration used to authenticate the request.static final StringField to check if the request is an OAuth2 request.static final StringThe service account that is injected into the request by the ServiceAccountAuthContextInjectorFilter. -
Method Summary
-
Field Details
-
SERVICE_ACCOUNT
The service account that is injected into the request by the ServiceAccountAuthContextInjectorFilter. Returns aServiceAccountobject- See Also:
-
OAUTH2_CLIENT_CONFIGURATION_ID
The ID of the incoming OAuth2 client configuration used to authenticate the request. Injected by the OAuth2 provider plugin Returns a String representing the client configuration ID.- See Also:
-
OAUTH2_REQUEST_FLAG
Field to check if the request is an OAuth2 request. Injected by the OAuth2 provider plugin. Returns a boolean indicating whether the request is an OAuth2 request. Field can be null if not an OAuth2 request.- See Also:
-