Package org.pac4j.core.util
Interface Pac4jConstants
- All Known Implementing Classes:
DefaultAjaxRequestResolver
public interface Pac4jConstants
Common constants.
- Since:
- 1.6.0
- Author:
- Jerome Leleu
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final StringWhether a central logout must be performedstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe default client name parameter used on callbackstatic final StringThe default client name parameter used for securitystatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringWhether we must destroy the web session during the local logoutstatic final Stringstatic final Stringstatic final Stringstatic final StringWhether a local logout must be performedstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringWhether the session must be renewed after login.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String
-
Field Details
-
REQUESTED_URL
- See Also:
-
USER_PROFILES
- See Also:
-
PREVIOUS_CSRF_TOKEN
- See Also:
-
CSRF_TOKEN
- See Also:
-
CSRF_TOKEN_EXPIRATION_DATE
- See Also:
-
SESSION_ID
- See Also:
-
CLIENTS
- See Also:
-
AUTHORIZERS
- See Also:
-
DEFAULT_URL
- See Also:
-
CLIENT_NAME
- See Also:
-
DEFAULT_CLIENT
- See Also:
-
DEFAULT_URL_VALUE
- See Also:
-
URL
- See Also:
-
ELEMENT_SEPARATOR
- See Also:
-
ADD_ELEMENT
- See Also:
-
TYPED_ID_SEPARATOR
- See Also:
-
LOGOUT_URL_PATTERN
- See Also:
-
DEFAULT_LOGOUT_URL_PATTERN_VALUE
- See Also:
-
CONFIG_FACTORY
- See Also:
-
MATCHERS
- See Also:
-
USERNAME
- See Also:
-
PASSWORD
- See Also:
-
RENEW_SESSION
Whether the session must be renewed after login.- See Also:
-
LOCAL_LOGOUT
Whether a local logout must be performed- See Also:
-
DESTROY_SESSION
Whether we must destroy the web session during the local logout- See Also:
-
CENTRAL_LOGOUT
Whether a central logout must be performed- See Also:
-
DEFAULT_REALM_NAME
- See Also:
-
LOGOUT_ENDPOINT_PARAMETER
- See Also:
-
OIDC_CLAIM_SESSIONID
- See Also:
-
IS_AJAX_REQUEST
- See Also:
-
DEFAULT_CLIENT_NAME_PARAMETER
The default client name parameter used on callback- See Also:
-
DEFAULT_FORCE_CLIENT_PARAMETER
The default client name parameter used for security- See Also:
-
EMPTY_STRING
- See Also:
-