Package net.shibboleth.idp.profile
Class IdPAuditFields
- java.lang.Object
-
- net.shibboleth.idp.profile.IdPAuditFields
-
public final class IdPAuditFields extends Object
Constants to use for audit logging fields stored in anAuditContext.
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTRIBUTESAttributes field.static StringDESTINATION_URLDestination URL field.static StringEVENT_TIMEEvent timestamp field.static StringEVENT_TYPEEvent type field.static StringHASHED_SESSION_IDHashed session ID field.static StringHASHED_USERNAMEHashed username field.static StringIMPERSONATING_USERNAMEImpersonating username field.static StringPROFILEProfile field.static StringREMOTE_ADDRRemote address field.static StringSESSION_IDSession ID field.static StringSTART_TIMEEvent starting timestamp field.static StringURIURI field.static StringURLURL field.static StringUSER_AGENTUser Agent field.static StringUSERNAMEUsername field.
-
Constructor Summary
Constructors Modifier Constructor Description privateIdPAuditFields()Constructor.
-
-
-
Field Detail
-
START_TIME
@Nonnull @NotEmpty public static final String START_TIME
Event starting timestamp field. @since 4.0.0- See Also:
- Constant Field Values
-
EVENT_TIME
@Nonnull @NotEmpty public static final String EVENT_TIME
Event timestamp field.- See Also:
- Constant Field Values
-
EVENT_TYPE
@Nonnull @NotEmpty public static final String EVENT_TYPE
Event type field.- See Also:
- Constant Field Values
-
URL
@Nonnull @NotEmpty public static final String URL
URL field.- See Also:
- Constant Field Values
-
URI
@Nonnull @NotEmpty public static final String URI
URI field.- See Also:
- Constant Field Values
-
DESTINATION_URL
@Nonnull @NotEmpty public static final String DESTINATION_URL
Destination URL field. @since 4.0.0- See Also:
- Constant Field Values
-
SESSION_ID
@Nonnull @NotEmpty public static final String SESSION_ID
Session ID field.- See Also:
- Constant Field Values
-
HASHED_SESSION_ID
@Nonnull @NotEmpty public static final String HASHED_SESSION_ID
Hashed session ID field.- See Also:
- Constant Field Values
-
REMOTE_ADDR
@Nonnull @NotEmpty public static final String REMOTE_ADDR
Remote address field.- See Also:
- Constant Field Values
-
USER_AGENT
@Nonnull @NotEmpty public static final String USER_AGENT
User Agent field.- See Also:
- Constant Field Values
-
PROFILE
@Nonnull @NotEmpty public static final String PROFILE
Profile field.- See Also:
- Constant Field Values
-
USERNAME
@Nonnull @NotEmpty public static final String USERNAME
Username field.- See Also:
- Constant Field Values
-
HASHED_USERNAME
@Nonnull @NotEmpty public static final String HASHED_USERNAME
Hashed username field.- See Also:
- Constant Field Values
-
IMPERSONATING_USERNAME
@Nonnull @NotEmpty public static final String IMPERSONATING_USERNAME
Impersonating username field.- See Also:
- Constant Field Values
-
ATTRIBUTES
@Nonnull @NotEmpty public static final String ATTRIBUTES
Attributes field.- See Also:
- Constant Field Values
-
-