Package org.localify.logging
Class ServletAttributes
java.lang.Object
org.localify.logging.ServletAttributes
A utility class for storing servlet attribute names.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringTheExceptionobject associated with a (failed) authentication request.static final StringThe GeoIP details for the request.static final StringThe ProblemDetail object correlating with this request (if an error occurred).static final StringThe request's unique ID.static final StringThe metadata for the request.static final StringThe time the request started.static final StringThe ID of the user making the request. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOG_PROBLEM_DETAIL
The ProblemDetail object correlating with this request (if an error occurred).- See Also:
-
AUTH_EXCEPTION
TheExceptionobject associated with a (failed) authentication request.- See Also:
-
REQUEST_ID
The request's unique ID.- See Also:
-
REQUEST_USER_ID
The ID of the user making the request.- See Also:
-
REQUEST_START_TIME
The time the request started.- See Also:
-
GEOIP_DETAILS
The GeoIP details for the request.- See Also:
-
REQUEST_META
The metadata for the request.- See Also:
-
-
Constructor Details
-
ServletAttributes
public ServletAttributes()
-