java.lang.Object
com.aoindustries.web.struts.Constants
Constants that may be used by other applications.
- Author:
- AO Industries, Inc.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AttributeEE.Name
<AoservConnector> The session key used to store the effectiveAoservConnector
when the user has successfully authenticated.static final ScopeEE.Session.Attribute
<AoservConnector> The session key used to store theAoservConnector
that the user has authenticated as.static final ScopeEE.Request.Attribute
<String> The request key used to store authentication messages.static final ScopeEE.Session.Attribute
<String> The session key that stores the authentication target.static final String
The request key used for current language.static final ScopeEE.Session.Attribute
<String> The session key used to store the currentlayout
.static final ScopeEE.Request.Attribute
<Locale> The request key used to store the currentLocale
.static final ScopeEE.Request.Attribute
<List<Permission>> The request key used to store theList<Permission>
that ALL must be allowed for the specified task.static final ScopeEE.Request.Attribute
<SiteSettings> The request key used to store the currentSiteSettings
.static final ScopeEE.Request.Attribute
<Skin> The request key used to store the currentSkin
.static final String
The request key used for switch-user.static final ScopeEE.Session.Attribute
<String> The session key that stores when aSU
has been requested.static final String
The session key that stores the set of targets that have been recently seen. -
Method Summary
-
Field Details
-
SU_REQUESTED
The session key that stores when aSU
has been requested. -
AO_CONN
The session key used to store the effectiveAoservConnector
when the user has successfully authenticated. AnySU
can change this. Also stored per-request as request attribute once authentication resolved, this way a request is consistent even when session state changing. -
AUTHENTICATED_AO_CONN
The session key used to store theAoservConnector
that the user has authenticated as.SU
will not changes this. -
AUTHENTICATION_TARGET
The session key that stores the authentication target. -
TARGETS
The session key that stores the set of targets that have been recently seen. Targets are given to the client by ID, and the associated URL is stored here. This is to prevent cross-site redirect attacks.- See Also:
-
SU
The request key used for switch-user.- See Also:
-
LANGUAGE
The request key used for current language.- See Also:
-
AUTHENTICATION_MESSAGE
The request key used to store authentication messages. -
LAYOUT
The session key used to store the currentlayout
. The layout setting affects the per-request skin selection. -
SKIN
The request key used to store the currentSkin
. -
SITE_SETTINGS
The request key used to store the currentSiteSettings
. -
LOCALE
The request key used to store the currentLocale
. -
PERMISSION_DENIED
The request key used to store theList<Permission>
that ALL must be allowed for the specified task.
-