Package com.sun.identity.saml2.common
Class SAML2Constants.ScriptParams
- java.lang.Object
-
- com.sun.identity.saml2.common.SAML2Constants.ScriptParams
-
- Enclosing interface:
- SAML2Constants
public static class SAML2Constants.ScriptParams extends Object
Constants for SAML2 scripted plugins
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTHN_REQUEST
static String
FAILURE_CODE
static String
FAULT_CODE
static String
FAULT_DETAIL
static String
HOSTED_ENTITYID
static String
HTTP_CLIENT
static String
ID_REQUEST
static String
ID_RESPONSE
static String
IDP_ADAPTER_SCRIPT_HELPER
static String
IDP_ATTRIBUTE_MAPPER_SCRIPT_HELPER
static String
IDP_ENTITY_ID
static String
IS_FEDERATION
static String
LOGGER
static String
LOGOUT_REQUEST
static String
LOGOUT_RESPONSE
static String
OUT
static String
PROFILE
static String
REALM
static String
RELAY_STATE
static String
REMOTE_ENTITY
static String
REQ_ID
static String
REQUEST
static String
RESPONSE
static String
SAML2_RESPONSE
static String
SESSION
static String
SP_ADAPTER_SCRIPT_HELPER
static String
USER_ID
-
Constructor Summary
Constructors Constructor Description ScriptParams()
-
-
-
Field Detail
-
LOGGER
public static final String LOGGER
- See Also:
- Constant Field Values
-
SESSION
public static final String SESSION
- See Also:
- Constant Field Values
-
HOSTED_ENTITYID
public static final String HOSTED_ENTITYID
- See Also:
- Constant Field Values
-
REMOTE_ENTITY
public static final String REMOTE_ENTITY
- See Also:
- Constant Field Values
-
REALM
public static final String REALM
- See Also:
- Constant Field Values
-
REQUEST
public static final String REQUEST
- See Also:
- Constant Field Values
-
RESPONSE
public static final String RESPONSE
- See Also:
- Constant Field Values
-
AUTHN_REQUEST
public static final String AUTHN_REQUEST
- See Also:
- Constant Field Values
-
REQ_ID
public static final String REQ_ID
- See Also:
- Constant Field Values
-
RELAY_STATE
public static final String RELAY_STATE
- See Also:
- Constant Field Values
-
FAULT_CODE
public static final String FAULT_CODE
- See Also:
- Constant Field Values
-
FAULT_DETAIL
public static final String FAULT_DETAIL
- See Also:
- Constant Field Values
-
SAML2_RESPONSE
public static final String SAML2_RESPONSE
- See Also:
- Constant Field Values
-
IDP_ATTRIBUTE_MAPPER_SCRIPT_HELPER
public static final String IDP_ATTRIBUTE_MAPPER_SCRIPT_HELPER
- See Also:
- Constant Field Values
-
IDP_ADAPTER_SCRIPT_HELPER
public static final String IDP_ADAPTER_SCRIPT_HELPER
- See Also:
- Constant Field Values
-
SP_ADAPTER_SCRIPT_HELPER
public static final String SP_ADAPTER_SCRIPT_HELPER
- See Also:
- Constant Field Values
-
HTTP_CLIENT
public static final String HTTP_CLIENT
- See Also:
- Constant Field Values
-
IDP_ENTITY_ID
public static final String IDP_ENTITY_ID
- See Also:
- Constant Field Values
-
OUT
public static final String OUT
- See Also:
- Constant Field Values
-
PROFILE
public static final String PROFILE
- See Also:
- Constant Field Values
-
IS_FEDERATION
public static final String IS_FEDERATION
- See Also:
- Constant Field Values
-
FAILURE_CODE
public static final String FAILURE_CODE
- See Also:
- Constant Field Values
-
USER_ID
public static final String USER_ID
- See Also:
- Constant Field Values
-
ID_REQUEST
public static final String ID_REQUEST
- See Also:
- Constant Field Values
-
ID_RESPONSE
public static final String ID_RESPONSE
- See Also:
- Constant Field Values
-
LOGOUT_REQUEST
public static final String LOGOUT_REQUEST
- See Also:
- Constant Field Values
-
LOGOUT_RESPONSE
public static final String LOGOUT_RESPONSE
- See Also:
- Constant Field Values
-
-