Package net.shibboleth.idp.saml.profile
Class SAMLAuditFields
- java.lang.Object
-
- net.shibboleth.idp.saml.profile.SAMLAuditFields
-
public final class SAMLAuditFields extends Object
Constants to use for audit logging fields stored in anAuditContext.
-
-
Field Summary
Fields Modifier and Type Field Description static StringASSERTION_IDAssertion ID field.static StringASSERTION_ISSUE_INSTANTAssertion IssueInstant field.static StringAUTHN_CONTEXTAuthentication method/context/decl field.static StringAUTHN_INSTANTAuthentication timestamp field.static StringENCRYPTIONEncryption field.static StringENCRYPTION_ALGORITHMEncryption algorithm field.static StringFORCE_AUTHNForceAuthn requested field.static StringIDENTITY_PROVIDERIdentity Provider field.static StringIN_RESPONSE_TOInResponseTo field.static StringIS_PASSIVEIsPassive requested field.static StringNAMEIDName identifier field.static StringNAMEID_FORMATName identifier Format field.static StringNAMEIDPOLICY_FORMATName identifier Format field.static StringNAMEIDPOLICY_SP_NAME_QUALIFIERNameID SPNameQualifier field.static StringPROTOCOLProtocol field.static StringPROXY_AUDIENCEProxyRestriction Audience field.static StringPROXY_COUNTProxyRestriction ProxyCount field.static StringRELAY_STATERelayState binding field.static StringREQUEST_BINDINGRequest binding field.static StringREQUEST_IDRequest message ID field.static StringREQUEST_ISSUE_INSTANTRequest message IssueInstant field.static StringRESPONSE_BINDINGResponse binding field.static StringRESPONSE_IDResponse message ID field.static StringRESPONSE_ISSUE_INSTANTResponse message IssueInstant field.static StringSCOPING_IDP_LISTScoping IdP list field.static StringSCOPING_PROXY_COUNTScoping ProxyCount field.static StringSCOPING_REQ_LISTScoping RequesterID list field.static StringSERVICE_PROVIDERService Provider field.static StringSESSION_INDEXSessionIndex field.static StringSIGNINGSigned inbound message field.static StringSP_NAME_QUALIFIERNameID SPNameQualifier field.static StringSTATUS_CODEStatus code field.static StringSTATUS_MESSAGEStatus message field.static StringSUBSTATUS_CODESub-status code field.
-
Constructor Summary
Constructors Modifier Constructor Description privateSAMLAuditFields()Constructor.
-
-
-
Field Detail
-
SERVICE_PROVIDER
@Nonnull @NotEmpty public static final String SERVICE_PROVIDER
Service Provider field.- See Also:
- Constant Field Values
-
IDENTITY_PROVIDER
@Nonnull @NotEmpty public static final String IDENTITY_PROVIDER
Identity Provider field.- See Also:
- Constant Field Values
-
PROTOCOL
@Nonnull @NotEmpty public static final String PROTOCOL
Protocol field.- See Also:
- Constant Field Values
-
REQUEST_BINDING
@Nonnull @NotEmpty public static final String REQUEST_BINDING
Request binding field.- See Also:
- Constant Field Values
-
RESPONSE_BINDING
@Nonnull @NotEmpty public static final String RESPONSE_BINDING
Response binding field.- See Also:
- Constant Field Values
-
RELAY_STATE
@Nonnull @NotEmpty public static final String RELAY_STATE
RelayState binding field.- See Also:
- Constant Field Values
-
NAMEID
@Nonnull @NotEmpty public static final String NAMEID
Name identifier field.- See Also:
- Constant Field Values
-
NAMEID_FORMAT
@Nonnull @NotEmpty public static final String NAMEID_FORMAT
Name identifier Format field.- See Also:
- Constant Field Values
-
SP_NAME_QUALIFIER
@Nonnull @NotEmpty public static final String SP_NAME_QUALIFIER
NameID SPNameQualifier field. @since 4.0.0- See Also:
- Constant Field Values
-
NAMEIDPOLICY_FORMAT
@Nonnull @NotEmpty public static final String NAMEIDPOLICY_FORMAT
Name identifier Format field.- See Also:
- Constant Field Values
-
NAMEIDPOLICY_SP_NAME_QUALIFIER
@Nonnull @NotEmpty public static final String NAMEIDPOLICY_SP_NAME_QUALIFIER
NameID SPNameQualifier field. @since 4.0.0- See Also:
- Constant Field Values
-
ASSERTION_ID
@Nonnull @NotEmpty public static final String ASSERTION_ID
Assertion ID field.- See Also:
- Constant Field Values
-
ASSERTION_ISSUE_INSTANT
@Nonnull @NotEmpty public static final String ASSERTION_ISSUE_INSTANT
Assertion IssueInstant field.- See Also:
- Constant Field Values
-
REQUEST_ID
@Nonnull @NotEmpty public static final String REQUEST_ID
Request message ID field.- See Also:
- Constant Field Values
-
REQUEST_ISSUE_INSTANT
@Nonnull @NotEmpty public static final String REQUEST_ISSUE_INSTANT
Request message IssueInstant field.- See Also:
- Constant Field Values
-
IN_RESPONSE_TO
@Nonnull @NotEmpty public static final String IN_RESPONSE_TO
InResponseTo field.- See Also:
- Constant Field Values
-
RESPONSE_ID
@Nonnull @NotEmpty public static final String RESPONSE_ID
Response message ID field.- See Also:
- Constant Field Values
-
RESPONSE_ISSUE_INSTANT
@Nonnull @NotEmpty public static final String RESPONSE_ISSUE_INSTANT
Response message IssueInstant field.- See Also:
- Constant Field Values
-
AUTHN_INSTANT
@Nonnull @NotEmpty public static final String AUTHN_INSTANT
Authentication timestamp field.- See Also:
- Constant Field Values
-
SESSION_INDEX
@Nonnull @NotEmpty public static final String SESSION_INDEX
SessionIndex field.- See Also:
- Constant Field Values
-
AUTHN_CONTEXT
@Nonnull @NotEmpty public static final String AUTHN_CONTEXT
Authentication method/context/decl field.- See Also:
- Constant Field Values
-
STATUS_CODE
@Nonnull @NotEmpty public static final String STATUS_CODE
Status code field.- See Also:
- Constant Field Values
-
SUBSTATUS_CODE
@Nonnull @NotEmpty public static final String SUBSTATUS_CODE
Sub-status code field.- See Also:
- Constant Field Values
-
STATUS_MESSAGE
@Nonnull @NotEmpty public static final String STATUS_MESSAGE
Status message field.- See Also:
- Constant Field Values
-
IS_PASSIVE
@Nonnull @NotEmpty public static final String IS_PASSIVE
IsPassive requested field.- See Also:
- Constant Field Values
-
FORCE_AUTHN
@Nonnull @NotEmpty public static final String FORCE_AUTHN
ForceAuthn requested field.- See Also:
- Constant Field Values
-
SCOPING_PROXY_COUNT
@Nonnull @NotEmpty public static final String SCOPING_PROXY_COUNT
Scoping ProxyCount field. @since 4.2.0- See Also:
- Constant Field Values
-
SCOPING_IDP_LIST
@Nonnull @NotEmpty public static final String SCOPING_IDP_LIST
Scoping IdP list field. @since 4.2.0- See Also:
- Constant Field Values
-
SCOPING_REQ_LIST
@Nonnull @NotEmpty public static final String SCOPING_REQ_LIST
Scoping RequesterID list field. @since 4.2.0- See Also:
- Constant Field Values
-
PROXY_COUNT
@Nonnull @NotEmpty public static final String PROXY_COUNT
ProxyRestriction ProxyCount field. @since 4.2.0- See Also:
- Constant Field Values
-
PROXY_AUDIENCE
@Nonnull @NotEmpty public static final String PROXY_AUDIENCE
ProxyRestriction Audience field. @since 4.2.0- See Also:
- Constant Field Values
-
SIGNING
@Nonnull @NotEmpty public static final String SIGNING
Signed inbound message field. @since 4.0.0- See Also:
- Constant Field Values
-
ENCRYPTION
@Nonnull @NotEmpty public static final String ENCRYPTION
Encryption field.- See Also:
- Constant Field Values
-
ENCRYPTION_ALGORITHM
@Nonnull @NotEmpty public static final String ENCRYPTION_ALGORITHM
Encryption algorithm field.- See Also:
- Constant Field Values
-
-