public final class ExternalRequestContext extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExternalRequestContext.Builder
A builder for
ExternalRequestContext instances. |
Modifier and Type | Field and Description |
---|---|
String |
clientIp
The IP address associated with the current HTTP request.
|
Map<String,String> |
cookies
The cookie name-value pairs for the current authenticate HTTP request.
|
org.forgerock.guava.common.collect.ListMultimap<String,String> |
headers
The HTTP headers from the current authenticate HTTP request.
|
String |
hostName
The host name associated with the current HTTP request.
|
org.forgerock.util.i18n.PreferredLocales |
locales
The preferred locales for the request.
|
Map<String,List<String>> |
parameters
The parameters of the request.
|
String |
ssoTokenId
The SSO token ID.
|
public final org.forgerock.guava.common.collect.ListMultimap<String,String> headers
public final Map<String,String> cookies
public final org.forgerock.util.i18n.PreferredLocales locales
public final String clientIp
public final String hostName
public final String ssoTokenId
Copyright © 2010-2017, ForgeRock All Rights Reserved.