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 StringFAULT_CODEstatic StringFAULT_DETAILstatic StringHOSTED_ENTITYIDstatic StringIDP_ADAPTER_SCRIPT_HELPERstatic StringIDP_ATTRIBUTE_MAPPER_SCRIPT_HELPERstatic StringLOGGERstatic StringREALMstatic StringRELAY_STATEstatic StringREMOTE_ENTITYstatic StringREQ_IDstatic StringREQUESTstatic StringRESPONSEstatic StringSAML2_RESPONSEstatic StringSESSION 
- 
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
 
 
 - 
 
 -