Constant Field Values
Contents
io.jans.*
-
io.jans.as.server.auth.Authenticator Modifier and Type Constant Field Value public static final String
AUTHENTICATION_ERROR_MESSAGE
"login.failedToAuthenticate"
public static final String
AUTHENTICATION_SUCCESS_FOR_USER
"Authentication success for User: \'{}\'"
public static final String
INVALID_SESSION_MESSAGE
"login.errorSessionInvalidMessage"
-
io.jans.as.server.auth.DpopService Modifier and Type Constant Field Value public static final String
DPOP
"DPoP"
public static final String
DPOP_NONCE
"DPoP-Nonce"
public static final String
NO_CACHE
"no-cache"
public static final String
PRAGMA
"Pragma"
-
io.jans.as.server.authorize.ws.rs.AuthzRequestService Modifier and Type Constant Field Value public static final String
INVALID_JWT_AUTHORIZATION_REQUEST
"Invalid JWT authorization request"
-
io.jans.as.server.filter.CorsFilterConfig Modifier and Type Constant Field Value public static final String
PARAM_CORS_ALLOWED_HEADERS
"cors.allowed.headers"
public static final String
PARAM_CORS_ALLOWED_METHODS
"cors.allowed.methods"
public static final String
PARAM_CORS_ALLOWED_ORIGINS
"cors.allowed.origins"
public static final String
PARAM_CORS_ENABLED
"cors.enabled"
public static final String
PARAM_CORS_EXPOSED_HEADERS
"cors.exposed.headers"
public static final String
PARAM_CORS_LOGGING_ENABLED
"cors.logging.enabled"
public static final String
PARAM_CORS_PREFLIGHT_MAXAGE
"cors.preflight.maxage"
public static final String
PARAM_CORS_REQUEST_DECORATE
"cors.request.decorate"
public static final String
PARAM_CORS_SUPPORT_CREDENTIALS
"cors.support.credentials"
-
io.jans.as.server.idgen.ws.rs.InumGenerator Modifier and Type Constant Field Value public static final String
SEPARATOR
"!"
-
io.jans.as.server.jwk.ws.rs.ArchivedJwksService Modifier and Type Constant Field Value public static final int
SECONDS_IN_ONE_YEAR
31536000
-
io.jans.as.server.model.common.UnmodifiableAuthorizationGrant Modifier and Type Constant Field Value public static final String
NOT_ALLOWED_FOR_UNMODIFIABLE_AUTHORIZATION_GRANT
"Not allowed for UnmodifiableAuthorizationGrant."
-
io.jans.as.server.model.config.ConfigurationFactory Modifier and Type Constant Field Value public static final String
BASE_CONFIGURATION_RELOAD_EVENT_TYPE
"baseConfigurationReloadEvent"
public static final String
PERSISTENCE_CONFIGURATION_RELOAD_EVENT_TYPE
"persistenceConfigurationReloadEvent"
-
io.jans.as.server.model.config.Constants Modifier and Type Constant Field Value public static final String
AUTHENTICATED_USER
"auth_user"
public static final String
AUTHORIZATION_CHALLENGE_SCOPE
"authorization_challenge"
public static final String
AUTHORIZED_GRANT
"authorized_grant"
public static final String
GLOBAL_TOKEN_REVOCATION_SCOPE
"global_token_revocation"
public static final String
OX_AUTH_SCOPE_TYPE_OPENID
"openid"
public static final String
REMOTE_IP
"remote_ip"
public static final String
RESULT_AUTHENTICATION_FAILED
"authentication_failed"
public static final String
RESULT_DISABLED
"disabled"
public static final String
RESULT_DUPLICATE
"duplicate"
public static final String
RESULT_EXPIRED
"expired"
public static final String
RESULT_FAILURE
"failure"
public static final String
RESULT_INVALID_STEP
"invalid_step"
public static final String
RESULT_LOGOUT
"logout"
public static final String
RESULT_NO_PERMISSIONS
"no_permissions"
public static final String
RESULT_SUCCESS
"success"
public static final String
RESULT_VALIDATION_ERROR
"validation_error"
public static final String
REVOKE_ANY_TOKEN_SCOPE
"revoke_any_token"
public static final String
REVOKE_SESSION_SCOPE
"revoke_session"
public static final String
U2F_PROTOCOL_VERSION
"U2F_V2"
-
io.jans.as.server.service.AcrService Modifier and Type Constant Field Value public static final String
AGAMA
"agama"
-
io.jans.as.server.service.CleanerTimer Modifier and Type Constant Field Value public static final int
BATCH_SIZE
1000
-
io.jans.as.server.service.CookieService Modifier and Type Constant Field Value public static final String
CONSENT_SESSION_ID_COOKIE_NAME
"consent_session_id"
public static final String
CURRENT_SESSIONS_COOKIE_NAME
"current_sessions"
public static final String
OP_BROWSER_STATE
"opbs"
public static final String
SESSION_ID_COOKIE_NAME
"session_id"
-
io.jans.as.server.service.DeviceAuthorizationService Modifier and Type Constant Field Value public static final String
SESSION_ATTEMPTS
"attemps"
public static final String
SESSION_LAST_ATTEMPT
"last_attempt"
public static final String
SESSION_USER_CODE
"user_code"
-
io.jans.as.server.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
-
io.jans.as.server.service.MetricService Modifier and Type Constant Field Value public static final String
METRIC_SERVICE_COMPONENT_NAME
"metricService"
-
io.jans.as.server.service.ciba.CibaRequestsProcessorJob Modifier and Type Constant Field Value public static final int
CHUNK_SIZE
500
-
io.jans.as.server.service.cluster.ClusterNodeService Modifier and Type Constant Field Value public static final int
ATTEMPT_LIMIT
10
public static final String
CLUSTER_TYPE_JANS_AUTH
"jans-auth"
public static final long
DELAY_AFTER_EXPIRATION
180000L
public static final String
JANS_TYPE_ATTR_NAME
"jansType"
-
io.jans.as.server.service.cluster.StatusIndexPoolService Modifier and Type Constant Field Value public static final int
ATTEMPT_LIMIT
10
-
io.jans.as.server.service.external.ExternalAuthenticationService Modifier and Type Constant Field Value public static final String
MODIFIED_INTERNAL_TYPES_EVENT_TYPE
"CustomScriptModifiedInternlTypesEvent"
-
io.jans.as.server.service.stat.StatService Modifier and Type Constant Field Value public static final String
ACCESS_TOKEN_KEY
"access_token"
public static final String
ID_TOKEN_KEY
"id_token"
public static final String
REFRESH_TOKEN_KEY
"refresh_token"
public static final String
UMA_TOKEN_KEY
"uma_token"
-
io.jans.as.server.servlet.FaviconServlet Modifier and Type Constant Field Value public static final String
BASE_OXAUTH_FAVICON_PATH
"/opt/gluu/jetty/jans-auth/custom/static/favicon/"
-
io.jans.as.server.servlet.LogoServlet Modifier and Type Constant Field Value public static final String
BASE_OXAUTH_LOGO_PATH
"/opt/gluu/jetty/jans-auth/custom/static/logo/"
-
io.jans.as.server.session.ws.rs.CheckSessionStatusRestWebServiceImpl Modifier and Type Constant Field Value public static final String
SESSION_CUSTOM_STATE
"session_custom_state"
-
io.jans.as.server.token.ws.rs.TokenExchangeService Modifier and Type Constant Field Value public static final String
DEVICE_SECRET
"device_secret"
-
io.jans.as.server.uma.service.UmaPctService Modifier and Type Constant Field Value public static final int
DEFAULT_PCT_LIFETIME
2592000
-
io.jans.as.server.uma.service.UmaRptService Modifier and Type Constant Field Value public static final int
DEFAULT_RPT_LIFETIME
3600
-
io.jans.as.server.uma.ws.rs.UmaMetadataWS Modifier and Type Constant Field Value public static final String
UMA_CLAIMS_GATHERING_PATH
"/uma/gather_claims"
public static final String
UMA_SCOPES_SUFFIX
"/uma/scopes"
-
io.jans.as.server.util.RedirectUtil Modifier and Type Constant Field Value public static final int
HTTP_REDIRECT
302
public static final String
JSON_REDIRECT_PROPNAME
"redirect"
-
io.jans.as.server.util.TokenHashUtil Modifier and Type Constant Field Value public static final String
PREFIX
"{sha256Hex}"