Class RequestContext
java.lang.Object
com.pingidentity.sdk.api.authn.model.RequestContext
The request context containing parameters made available for authentication API responses.
- Since:
- 11.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the application icon URL.Gets the application name.Gets the OAuth client ID.Gets the entity ID.Gets the extended properties associated with the OAuth client or SP connection.Gets the OIDC locales.Gets the plugin ID.Gets the SP adapter ID.Gets the tracked HTTP parameters.
-
Constructor Details
-
RequestContext
-
-
Method Details
-
getClientId
Gets the OAuth client ID.- Since:
- 11.0
-
getEntityId
Gets the entity ID.- Since:
- 11.0
-
getPluginId
Gets the plugin ID.- Since:
- 11.0
-
getTrackedHttpParams
Gets the tracked HTTP parameters.- Since:
- 11.0
-
getSpAdapterId
Gets the SP adapter ID.- Since:
- 11.0
-
getApplicationName
Gets the application name.- Since:
- 11.0
-
getOidcUiLocales
Gets the OIDC locales.- Since:
- 11.0
-
getApplicationIconUrl
Gets the application icon URL.- Since:
- 11.0
-
getExtendedProperties
Gets the extended properties associated with the OAuth client or SP connection.- Since:
- 11.1
-