Class RequestContext
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.model.RequestContext
-
public class RequestContext extends Object
The request context containing parameters made available for authentication API responses.- Since:
- 11.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplicationIconUrl()Gets the application icon URL.StringgetApplicationName()Gets the application name.StringgetClientId()Gets the OAuth client ID.StringgetEntityId()Gets the entity ID.Map<String,Object>getExtendedProperties()Gets the extended properties associated with the OAuth client or SP connection.StringgetOidcUiLocales()Gets the OIDC locales.StringgetPluginId()Gets the plugin ID.StringgetSpAdapterId()Gets the SP adapter ID.Map<String,Object>getTrackedHttpParams()Gets the tracked HTTP parameters.
-
-
-
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
-
-