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 StringAUTHN_REQUESTstatic StringFAILURE_CODEstatic StringFAULT_CODEstatic StringFAULT_DETAILstatic StringHOSTED_ENTITYIDstatic StringHTTP_CLIENTstatic StringID_REQUESTstatic StringID_RESPONSEstatic StringIDP_ADAPTER_SCRIPT_HELPERstatic StringIDP_ATTRIBUTE_MAPPER_SCRIPT_HELPERstatic StringIDP_ENTITY_IDstatic StringIS_FEDERATIONstatic StringLOGGERstatic StringLOGOUT_REQUESTstatic StringLOGOUT_RESPONSEstatic StringOUTstatic StringPROFILEstatic StringREALMstatic StringRELAY_STATEstatic StringREMOTE_ENTITYstatic StringREQ_IDstatic StringREQUESTstatic StringRESPONSEstatic StringSAML2_RESPONSEstatic StringSESSIONstatic StringSP_ADAPTER_SCRIPT_HELPERstatic StringUSER_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
-
-