Package de.adorsys.opba.restapi.shared
Class HttpHeaders
- java.lang.Object
-
- de.adorsys.opba.restapi.shared.HttpHeaders
-
public class HttpHeaders extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classHttpHeaders.UserAgentContext
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHORIZATION_SESSION_IDstatic StringCOMPUTE_PSU_IP_ADDRESSstatic StringCOOKIE_TTLstatic StringPSU_CONSENT_SESSIONstatic StringREDIRECT_CODEstatic StringSERVICE_SESSION_IDstatic StringX_CREATE_CONSENT_IF_NONEstatic StringX_REQUEST_IDstatic StringX_XSRF_TOKEN
-
Constructor Summary
Constructors Constructor Description HttpHeaders()
-
-
-
Field Detail
-
PSU_CONSENT_SESSION
public static final String PSU_CONSENT_SESSION
- See Also:
- Constant Field Values
-
SERVICE_SESSION_ID
public static final String SERVICE_SESSION_ID
- See Also:
- Constant Field Values
-
AUTHORIZATION_SESSION_ID
public static final String AUTHORIZATION_SESSION_ID
- See Also:
- Constant Field Values
-
REDIRECT_CODE
public static final String REDIRECT_CODE
- See Also:
- Constant Field Values
-
X_REQUEST_ID
public static final String X_REQUEST_ID
- See Also:
- Constant Field Values
-
COOKIE_TTL
public static final String COOKIE_TTL
- See Also:
- Constant Field Values
-
COMPUTE_PSU_IP_ADDRESS
public static final String COMPUTE_PSU_IP_ADDRESS
- See Also:
- Constant Field Values
-
X_XSRF_TOKEN
public static final String X_XSRF_TOKEN
- See Also:
- Constant Field Values
-
X_CREATE_CONSENT_IF_NONE
public static final String X_CREATE_CONSENT_IF_NONE
- See Also:
- Constant Field Values
-
-