Constant Field Values
Contents
org.gluu.*
-
org.gluu.oxauth.auth.Authenticator Modifier and Type Constant Field Value public static final java.lang.String
AUTHENTICATION_ERROR_MESSAGE
"login.failedToAuthenticate"
public static final java.lang.String
INVALID_SESSION_MESSAGE
"login.errorSessionInvalidMessage"
-
org.gluu.oxauth.filter.CorsFilterConfig Modifier and Type Constant Field Value public static final java.lang.String
PARAM_CORS_ALLOWED_HEADERS
"cors.allowed.headers"
public static final java.lang.String
PARAM_CORS_ALLOWED_METHODS
"cors.allowed.methods"
public static final java.lang.String
PARAM_CORS_ALLOWED_ORIGINS
"cors.allowed.origins"
public static final java.lang.String
PARAM_CORS_ENABLED
"cors.enabled"
public static final java.lang.String
PARAM_CORS_EXPOSED_HEADERS
"cors.exposed.headers"
public static final java.lang.String
PARAM_CORS_LOGGING_ENABLED
"cors.logging.enabled"
public static final java.lang.String
PARAM_CORS_PREFLIGHT_MAXAGE
"cors.preflight.maxage"
public static final java.lang.String
PARAM_CORS_REQUEST_DECORATE
"cors.request.decorate"
public static final java.lang.String
PARAM_CORS_SUPPORT_CREDENTIALS
"cors.support.credentials"
-
org.gluu.oxauth.idgen.ws.rs.InumGenerator Modifier and Type Constant Field Value public static final java.lang.String
SEPARATOR
"!"
-
org.gluu.oxauth.model.common.SessionId Modifier and Type Constant Field Value public static final java.lang.String
OLD_SESSION_ID_ATTR_KEY
"old_session_id"
-
org.gluu.oxauth.model.config.ConfigurationFactory Modifier and Type Constant Field Value public static final java.lang.String
BASE_CONFIGUARION_RELOAD_EVENT_TYPE
"baseConfigurationReloadEvent"
public static final java.lang.String
PERSISTENCE_CONFIGUARION_RELOAD_EVENT_TYPE
"persistenceConfigurationReloadEvent"
-
org.gluu.oxauth.model.config.Constants Modifier and Type Constant Field Value public static final java.lang.String
AUTHENTICATED_USER
"auth_user"
public static final java.lang.String
AUTHORIZED_GRANT
"authorized_grant"
public static final java.lang.String
OX_AUTH_SCOPE_TYPE_OPENID
"openid"
public static final java.lang.String
REMOTE_IP
"remote_ip"
public static final java.lang.String
RESULT_AUTHENTICATION_FAILED
"authentication_failed"
public static final java.lang.String
RESULT_DISABLED
"disabled"
public static final java.lang.String
RESULT_DUPLICATE
"duplicate"
public static final java.lang.String
RESULT_EXPIRED
"expired"
public static final java.lang.String
RESULT_FAILURE
"failure"
public static final java.lang.String
RESULT_INVALID_STEP
"invalid_step"
public static final java.lang.String
RESULT_LOGOUT
"logout"
public static final java.lang.String
RESULT_NO_PERMISSIONS
"no_permissions"
public static final java.lang.String
RESULT_SUCCESS
"success"
public static final java.lang.String
RESULT_VALIDATION_ERROR
"validation_error"
public static final java.lang.String
REVOKE_SESSION_SCOPE
"revoke_session"
public static final java.lang.String
U2F_PROTOCOL_VERSION
"U2F_V2"
-
org.gluu.oxauth.service.CleanerTimer Modifier and Type Constant Field Value public static final int
BATCH_SIZE
1000
-
org.gluu.oxauth.service.CookieService Modifier and Type Constant Field Value public static final java.lang.String
CONSENT_SESSION_ID_COOKIE_NAME
"consent_session_id"
public static final java.lang.String
CURRENT_SESSIONS_COOKIE_NAME
"current_sessions"
public static final java.lang.String
OP_BROWSER_STATE
"opbs"
public static final java.lang.String
SESSION_ID_COOKIE_NAME
"session_id"
-
org.gluu.oxauth.service.DeviceAuthorizationService Modifier and Type Constant Field Value public static final java.lang.String
SESSION_ATTEMPTS
"attemps"
public static final java.lang.String
SESSION_LAST_ATTEMPT
"last_attempt"
public static final java.lang.String
SESSION_USER_CODE
"user_code"
-
org.gluu.oxauth.service.LocalResponseCache Modifier and Type Constant Field Value public static final int
DEFAULT_DISCOVERY_LIFETIME
60
public static final int
DEFAULT_SECTOR_IDENTIFIER_LIFETIME
1440
-
org.gluu.oxauth.service.MetricService Modifier and Type Constant Field Value public static final java.lang.String
METRIC_SERVICE_COMPONENT_NAME
"metricService"
-
org.gluu.oxauth.service.OrganizationService Modifier and Type Constant Field Value public static final int
ONE_MINUTE_IN_SECONDS
60
-
org.gluu.oxauth.service.SessionIdService Modifier and Type Constant Field Value public static final java.lang.String
OP_BROWSER_STATE
"opbs"
public static final java.lang.String
SESSION_CUSTOM_STATE
"session_custom_state"
-
org.gluu.oxauth.service.ciba.CibaRequestsProcessorJob Modifier and Type Constant Field Value public static final int
CHUNK_SIZE
500
-
org.gluu.oxauth.service.external.ExternalAuthenticationService Modifier and Type Constant Field Value public static final java.lang.String
MODIFIED_INTERNAL_TYPES_EVENT_TYPE
"CustomScriptModifiedInternlTypesEvent"
-
org.gluu.oxauth.service.fido.u2f.RawAuthenticationService Modifier and Type Constant Field Value public static final java.lang.String
AUTHENTICATE_CANCEL_TYPE
"navigator.id.cancelAssertion"
public static final java.lang.String
AUTHENTICATE_GET_TYPE
"navigator.id.getAssertion"
-
org.gluu.oxauth.service.fido.u2f.RawRegistrationService Modifier and Type Constant Field Value public static final long
INITIAL_DEVICE_COUNTER_VALUE
-1L
public static final java.lang.String
REGISTER_CANCEL_TYPE
"navigator.id.cancelEnrollment"
public static final java.lang.String
REGISTER_FINISH_TYPE
"navigator.id.finishEnrollment"
public static final byte
REGISTRATION_RESERVED_BYTE_VALUE
5
public static final byte
REGISTRATION_SIGNED_RESERVED_BYTE_VALUE
0
-
org.gluu.oxauth.service.stat.StatService Modifier and Type Constant Field Value public static final java.lang.String
ACCESS_TOKEN_KEY
"access_token"
public static final java.lang.String
ID_TOKEN_KEY
"id_token"
public static final java.lang.String
REFRESH_TOKEN_KEY
"refresh_token"
public static final java.lang.String
UMA_TOKEN_KEY
"uma_token"
-
org.gluu.oxauth.servlet.OxAuthFaviconServlet Modifier and Type Constant Field Value public static final java.lang.String
BASE_OXAUTH_FAVICON_PATH
"/opt/gluu/jetty/oxauth/custom/static/favicon/"
-
org.gluu.oxauth.servlet.OxAuthLogoServlet Modifier and Type Constant Field Value public static final java.lang.String
BASE_OXAUTH_LOGO_PATH
"/opt/gluu/jetty/oxauth/custom/static/logo/"
-
org.gluu.oxauth.uma.service.UmaPctService Modifier and Type Constant Field Value public static final int
DEFAULT_PCT_LIFETIME
2592000
-
org.gluu.oxauth.uma.service.UmaRptService Modifier and Type Constant Field Value public static final int
DEFAULT_RPT_LIFETIME
3600
-
org.gluu.oxauth.uma.ws.rs.UmaMetadataWS Modifier and Type Constant Field Value public static final java.lang.String
UMA_CLAIMS_GATHERING_PATH
"/uma/gather_claims"
public static final java.lang.String
UMA_SCOPES_SUFFIX
"/uma/scopes"
-
org.gluu.oxauth.util.TokenHashUtil Modifier and Type Constant Field Value public static final java.lang.String
PREFIX
"{sha256Hex}"