Class RequestContext


  • public class RequestContext
    extends Object
    The request context containing parameters made available for authentication API responses.
    Since:
    11.0
    • Method Detail

      • getClientId

        public String getClientId()
        Gets the OAuth client ID.
        Since:
        11.0
      • getEntityId

        public String getEntityId()
        Gets the entity ID.
        Since:
        11.0
      • getPluginId

        public String getPluginId()
        Gets the plugin ID.
        Since:
        11.0
      • getTrackedHttpParams

        public Map<String,​Object> getTrackedHttpParams()
        Gets the tracked HTTP parameters.
        Since:
        11.0
      • getSpAdapterId

        public String getSpAdapterId()
        Gets the SP adapter ID.
        Since:
        11.0
      • getApplicationName

        public String getApplicationName()
        Gets the application name.
        Since:
        11.0
      • getOidcUiLocales

        public String getOidcUiLocales()
        Gets the OIDC locales.
        Since:
        11.0
      • getApplicationIconUrl

        public String getApplicationIconUrl()
        Gets the application icon URL.
        Since:
        11.0
      • getExtendedProperties

        public Map<String,​Object> getExtendedProperties()
        Gets the extended properties associated with the OAuth client or SP connection.
        Since:
        11.1