Class HttpFilterKeys.Attribute

java.lang.Object
com.atlassian.crowd.embedded.api.constants.HttpFilterKeys.Attribute
Enclosing class:
HttpFilterKeys

public static class HttpFilterKeys.Attribute extends Object
Fields that are set as attributes in the servlet request
  • Field Details

    • SERVICE_ACCOUNT

      public static final String SERVICE_ACCOUNT
      The service account that is injected into the request by the ServiceAccountAuthContextInjectorFilter. Returns a ServiceAccount object
      See Also:
    • OAUTH2_CLIENT_CONFIGURATION_ID

      public static final String 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

      public static final String 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: