Interface CasWebflowConstants


public interface CasWebflowConstants
Since:
5.0.0
  • Field Details

    • BEAN_NAME_ACCOUNT_PROFILE_FLOW_DEFINITION_REGISTRY

      static final String BEAN_NAME_ACCOUNT_PROFILE_FLOW_DEFINITION_REGISTRY
      Bean name for account profile flow registry.
      See Also:
    • BEAN_NAME_LOGIN_FLOW_DEFINITION_REGISTRY

      static final String BEAN_NAME_LOGIN_FLOW_DEFINITION_REGISTRY
      Bean name for login flow registry.
      See Also:
    • BEAN_NAME_LOGOUT_FLOW_DEFINITION_REGISTRY

      static final String BEAN_NAME_LOGOUT_FLOW_DEFINITION_REGISTRY
      Bean name for logout flow registry.
      See Also:
    • BEAN_NAME_FLOW_BUILDER_SERVICES

      static final String BEAN_NAME_FLOW_BUILDER_SERVICES
      Bean name for flow builder services.
      See Also:
    • BEAN_NAME_FLOW_BUILDER

      static final String BEAN_NAME_FLOW_BUILDER
      Bean name for flow builder.
      See Also:
    • ATTRIBUTE_ERROR_ROOT_CAUSE_EXCEPTION

      static final String ATTRIBUTE_ERROR_ROOT_CAUSE_EXCEPTION
      Attribute to track exceptions in models.
      See Also:
    • ATTRIBUTE_PUBLIC_WORKSTATION

      static final String ATTRIBUTE_PUBLIC_WORKSTATION
      Flow attribute or request parameter indicating public workstation.
      See Also:
    • ATTRIBUTE_REGISTERED_SERVICE

      static final String ATTRIBUTE_REGISTERED_SERVICE
      Attribute to track registered service in the flow.
      See Also:
    • ATTRIBUTE_PASSWORD_MANAGEMENT_QUERY

      static final String ATTRIBUTE_PASSWORD_MANAGEMENT_QUERY
      Attribute to indicate a password management reset request.
      See Also:
    • ATTRIBUTE_TARGET_TRANSITION

      static final String ATTRIBUTE_TARGET_TRANSITION
      Attribute that indicates the transition one must activate specially as a signal in subflows to indicate the parent calling state.
      See Also:
    • ATTRIBUTE_SERVICE

      static final String ATTRIBUTE_SERVICE
      Attribute to track service in the flow.
      See Also:
    • ATTRIBUTE_AUTHENTICATION

      static final String ATTRIBUTE_AUTHENTICATION
      Attribute to track authentication in the flow.
      See Also:
    • ATTRIBUTE_AUTHENTICATION_RESULT_BUILDER

      static final String ATTRIBUTE_AUTHENTICATION_RESULT_BUILDER
      Attribute to track authenticationn result builder in the flow.
      See Also:
    • ATTRIBUTE_AUTHENTICATION_RESULT

      static final String ATTRIBUTE_AUTHENTICATION_RESULT
      Attribute to track authentication result in the flow.
      See Also:
    • TRANSITION_ID_PASSWORDLESS_GET_USERID

      static final String TRANSITION_ID_PASSWORDLESS_GET_USERID
      The transition state 'passwordlessGetUserId'.
      See Also:
    • TRANSITION_ID_DISCOVERY

      static final String TRANSITION_ID_DISCOVERY
      The transition state 'discovery'.
      See Also:
    • TRANSITION_ID_RESUME_RESET_PASSWORD

      static final String TRANSITION_ID_RESUME_RESET_PASSWORD
      The transition state 'resumePasswordReset'.
      See Also:
    • TRANSITION_ID_EXECUTE

      static final String TRANSITION_ID_EXECUTE
      The transition state 'execute'.
      See Also:
    • TRANSITION_ID_BACK

      static final String TRANSITION_ID_BACK
      The transition state 'back'.
      See Also:
    • TRANSITION_ID_CAPTCHA_ERROR

      static final String TRANSITION_ID_CAPTCHA_ERROR
      The transition state 'captchaError'.
      See Also:
    • TRANSITION_ID_AUTHENTICATION_FAILURE

      static final String TRANSITION_ID_AUTHENTICATION_FAILURE
      The transition state 'authenticationFailure'.
      See Also:
    • TRANSITION_ID_YES

      static final String TRANSITION_ID_YES
      The transition state 'yes'.
      See Also:
    • TRANSITION_ID_PROMPT

      static final String TRANSITION_ID_PROMPT
      The transition state 'prompt'.
      See Also:
    • TRANSITION_ID_FINALIZE

      static final String TRANSITION_ID_FINALIZE
      The transition state 'finalize'.
      See Also:
    • TRANSITION_ID_SURROGATE_VIEW

      static final String TRANSITION_ID_SURROGATE_VIEW
      The view id 'surrogateListView'.
      See Also:
    • TRANSITION_ID_SURROGATE_WILDCARD_VIEW

      static final String TRANSITION_ID_SURROGATE_WILDCARD_VIEW
      The view id 'surrogateWildcardView'.
      See Also:
    • TRANSITION_ID_SKIP_SURROGATE

      static final String TRANSITION_ID_SKIP_SURROGATE
      Skip surrogate view if no surrogates can be found.
      See Also:
    • TRANSITION_ID_WARN

      static final String TRANSITION_ID_WARN
      The transition state 'warn'.
      See Also:
    • TRANSITION_ID_NO

      static final String TRANSITION_ID_NO
      The transition state 'no'.
      See Also:
    • TRANSITION_ID_SUBMIT

      static final String TRANSITION_ID_SUBMIT
      The transition state 'submit'.
      See Also:
    • TRANSITION_ID_RESEND

      static final String TRANSITION_ID_RESEND
      The transition state 'resend'.
      See Also:
    • TRANSITION_ID_GUA_GET_USERID

      static final String TRANSITION_ID_GUA_GET_USERID
      The transition state 'guaGetUserId'.
      See Also:
    • TRANSITION_ID_ERROR

      static final String TRANSITION_ID_ERROR
      The transition state 'error'.
      See Also:
    • TRANSITION_ID_CONTINUE

      static final String TRANSITION_ID_CONTINUE
      The transition state 'continue'.
      See Also:
    • TRANSITION_ID_RESTORE

      static final String TRANSITION_ID_RESTORE
      The transition state 'restore'.
      See Also:
    • TRANSITION_ID_VALIDATE

      static final String TRANSITION_ID_VALIDATE
      The transition state 'validate'.
      See Also:
    • TRANSITION_ID_RESUME

      static final String TRANSITION_ID_RESUME
      The transition state 'resume'.
      See Also:
    • TRANSITION_ID_RETRY

      static final String TRANSITION_ID_RETRY
      Transition id `retry`.
      See Also:
    • TRANSITION_ID_GATEWAY

      static final String TRANSITION_ID_GATEWAY
      The transition state 'gateway'.
      See Also:
    • TRANSITION_ID_STOP

      static final String TRANSITION_ID_STOP
      The transition state 'stop'.
      See Also:
    • TRANSITION_ID_TICKET_GRANTING_TICKET_NOT_EXISTS

      static final String TRANSITION_ID_TICKET_GRANTING_TICKET_NOT_EXISTS
      TGT does not exist event ID="notExists".
      See Also:
    • TRANSITION_ID_TICKET_GRANTING_TICKET_INVALID

      static final String TRANSITION_ID_TICKET_GRANTING_TICKET_INVALID
      TGT invalid event ID="invalid".
      See Also:
    • TRANSITION_ID_TICKET_GRANTING_TICKET_VALID

      static final String TRANSITION_ID_TICKET_GRANTING_TICKET_VALID
      TGT valid event ID="valid".
      See Also:
    • TRANSITION_ID_GENERATE_SERVICE_TICKET

      static final String TRANSITION_ID_GENERATE_SERVICE_TICKET
      Transition id to generate service tickets.
      See Also:
    • TRANSITION_ID_INTERRUPT_SKIPPED

      static final String TRANSITION_ID_INTERRUPT_SKIPPED
      The transition state 'interruptSkipped'.
      See Also:
    • TRANSITION_ID_INTERRUPT_REQUIRED

      static final String TRANSITION_ID_INTERRUPT_REQUIRED
      The transition state 'interruptRequired'.
      See Also:
    • TRANSITION_ID_UNAVAILABLE

      static final String TRANSITION_ID_UNAVAILABLE
      Provider service is unavailable.
      See Also:
    • TRANSITION_ID_BYPASS

      static final String TRANSITION_ID_BYPASS
      User allowed to bypass auth by provider.
      See Also:
    • TRANSITION_ID_DENY

      static final String TRANSITION_ID_DENY
      User was denied access by provider.
      See Also:
    • TRANSITION_ID_REGISTER

      static final String TRANSITION_ID_REGISTER
      Transition id 'register'.
      See Also:
    • TRANSITION_ID_DELETE

      static final String TRANSITION_ID_DELETE
      Transition id 'delete'.
      See Also:
    • TRANSITION_ID_STORE

      static final String TRANSITION_ID_STORE
      Transition id 'store'.
      See Also:
    • TRANSITION_ID_SELECT

      static final String TRANSITION_ID_SELECT
      Transition id 'select'.
      See Also:
    • TRANSITION_ID_SUCCESS

      static final String TRANSITION_ID_SUCCESS
      The transition state 'success'.
      See Also:
    • TRANSITION_ID_FAILURE

      static final String TRANSITION_ID_FAILURE
      The transition state 'failure'.
      See Also:
    • TRANSITION_ID_GENERATE

      static final String TRANSITION_ID_GENERATE
      The transition state 'generate'.
      See Also:
    • TRANSITION_ID_LOGOUT

      static final String TRANSITION_ID_LOGOUT
      The transition state 'logout'.
      See Also:
    • TRANSITION_ID_DELEGATED_AUTHENTICATION_REDIRECT

      static final String TRANSITION_ID_DELEGATED_AUTHENTICATION_REDIRECT
      Transition id 'delegatedAuthenticationRedirect' .
      See Also:
    • TRANSITION_ID_REDIRECT

      static final String TRANSITION_ID_REDIRECT
      Transition id 'redirect' .
      See Also:
    • TRANSITION_ID_SERVICE_UNAUTHZ_CHECK

      static final String TRANSITION_ID_SERVICE_UNAUTHZ_CHECK
      The transition id 'serviceUnauthorizedCheck'.
      See Also:
    • TRANSITION_ID_POST

      static final String TRANSITION_ID_POST
      Transition id 'post' .
      See Also:
    • TRANSITION_ID_MFA_COMPOSITE

      static final String TRANSITION_ID_MFA_COMPOSITE
      Transition id 'mfa-composite'.
      See Also:
    • TRANSITION_ID_SKIP

      static final String TRANSITION_ID_SKIP
      Transition id 'skip' .
      See Also:
    • TRANSITION_ID_APPROVE

      static final String TRANSITION_ID_APPROVE
      Transition id 'approve' .
      See Also:
    • TRANSITION_ID_PROPAGATE

      static final String TRANSITION_ID_PROPAGATE
      Propagate transition id.
      See Also:
    • TRANSITION_ID_FINISH

      static final String TRANSITION_ID_FINISH
      Finish transition id.
      See Also:
    • TRANSITION_ID_FRONT

      static final String TRANSITION_ID_FRONT
      Front transition id.
      See Also:
    • TRANSITION_ID_PROCEED

      static final String TRANSITION_ID_PROCEED
      Proceed transition id.
      See Also:
    • TRANSITION_ID_DONE

      static final String TRANSITION_ID_DONE
      Transition id 'done'.
      See Also:
    • TRANSITION_ID_CONFIRM

      static final String TRANSITION_ID_CONFIRM
      Confirm transition id.
      See Also:
    • TRANSITION_ID_CANCEL

      static final String TRANSITION_ID_CANCEL
      Cancel transition id.
      See Also:
    • TRANSITION_ID_ENROLL

      static final String TRANSITION_ID_ENROLL
      Enroll transition id.
      See Also:
    • TRANSITION_ID_SIGNUP

      static final String TRANSITION_ID_SIGNUP
      Signup transition id.
      See Also:
    • TRANSITION_ID_RENEW

      static final String TRANSITION_ID_RENEW
      Renew transition id.
      See Also:
    • TRANSITION_ID_SUCCESS_WITH_WARNINGS

      static final String TRANSITION_ID_SUCCESS_WITH_WARNINGS
      The transition state 'successWithWarnings'.
      See Also:
    • TRANSITION_ID_PASSWORD_UPDATE_SUCCESS

      static final String TRANSITION_ID_PASSWORD_UPDATE_SUCCESS
      Transition id 'passwordUpdateSuccess'.
      See Also:
    • TRANSITION_ID_RESET_PASSWORD

      static final String TRANSITION_ID_RESET_PASSWORD
      Transition id 'resetPassword'.
      See Also:
    • TRANSITION_ID_UPDATE_SECURITY_QUESTIONS

      static final String TRANSITION_ID_UPDATE_SECURITY_QUESTIONS
      Transition id 'updateSecurityQuestions'.
      See Also:
    • TRANSITION_ID_INVALID_PASSWORD_RESET_TOKEN

      static final String TRANSITION_ID_INVALID_PASSWORD_RESET_TOKEN
      Transition id 'invalidPasswordResetToken'.
      See Also:
    • TRANSITION_ID_FORGOT_USERNAME

      static final String TRANSITION_ID_FORGOT_USERNAME
      Transition id 'forgotUsername'.
      See Also:
    • TRANSITION_ID_AUP_MUST_ACCEPT

      static final String TRANSITION_ID_AUP_MUST_ACCEPT
      Transition id 'mustAcceptUsagePolicy'.
      See Also:
    • TRANSITION_ID_AUP_ACCEPTED

      static final String TRANSITION_ID_AUP_ACCEPTED
      Transition id 'acceptedUsagePolicy'.
      See Also:
    • STATE_ID_SUCCESS

      static final String STATE_ID_SUCCESS
      The state id 'success'.
      See Also:
    • STATE_ID_STOP_WEBFLOW

      static final String STATE_ID_STOP_WEBFLOW
      The state id 'stopWebflow'.
      See Also:
    • STATE_ID_VERIFY_TRUSTED_DEVICE

      static final String STATE_ID_VERIFY_TRUSTED_DEVICE
      The state id 'verifyTrustedDevice'.
      See Also:
    • STATE_ID_REGISTER_TRUSTED_DEVICE

      static final String STATE_ID_REGISTER_TRUSTED_DEVICE
      The state id 'registerTrustedDevice'.
      See Also:
    • STATE_ID_FINISHED_INTERRUPT

      static final String STATE_ID_FINISHED_INTERRUPT
      The state id 'finishedInterrupt'.
      See Also:
    • STATE_ID_PREPARE_REGISTER_TRUSTED_DEVICE

      static final String STATE_ID_PREPARE_REGISTER_TRUSTED_DEVICE
      The state id 'prepareRegisterTrustedDevice'.
      See Also:
    • STATE_ID_REAL_SUBMIT

      static final String STATE_ID_REAL_SUBMIT
      The state 'realSubmit'.
      See Also:
    • STATE_ID_FINISH_MFA_TRUSTED_AUTH

      static final String STATE_ID_FINISH_MFA_TRUSTED_AUTH
      'finishMfaTrustedAuth' state id.
      See Also:
    • STATE_ID_SECURITY_QUESTIONS_VIEW

      static final String STATE_ID_SECURITY_QUESTIONS_VIEW
      'getSecurityQuestionsView' state id.
      See Also:
    • STATE_ID_INITIAL_AUTHN_REQUEST_VALIDATION_CHECK

      static final String STATE_ID_INITIAL_AUTHN_REQUEST_VALIDATION_CHECK
      The transition state 'initialAuthenticationRequestValidationCheck'.
      See Also:
    • STATE_ID_SEND_TICKET_GRANTING_TICKET

      static final String STATE_ID_SEND_TICKET_GRANTING_TICKET
      The state id 'sendTicketGrantingTicket'.
      See Also:
    • STATE_ID_SESSION_STORAGE_WRITE

      static final String STATE_ID_SESSION_STORAGE_WRITE
      The state id 'casSessionStorageWriteView'.
      See Also:
    • STATE_ID_SESSION_STORAGE_READ

      static final String STATE_ID_SESSION_STORAGE_READ
      The state id 'casSessionStorageReadView'.
      See Also:
    • STATE_ID_TICKET_GRANTING_TICKET_CHECK

      static final String STATE_ID_TICKET_GRANTING_TICKET_CHECK
      The state id 'ticketGrantingTicketCheck'.
      See Also:
    • STATE_ID_X509_START

      static final String STATE_ID_X509_START
      The state id 'startX509Authenticate'.
      See Also:
    • STATE_ID_CREATE_TICKET_GRANTING_TICKET

      static final String STATE_ID_CREATE_TICKET_GRANTING_TICKET
      The state id 'createTicketGrantingTicket'.
      See Also:
    • STATE_ID_INIT_LOGIN_FORM

      static final String STATE_ID_INIT_LOGIN_FORM
      The state 'initializeLoginForm'.
      See Also:
    • STATE_ID_AFTER_INIT_LOGIN_FORM

      static final String STATE_ID_AFTER_INIT_LOGIN_FORM
      The state 'afterInitializeLoginForm'.
      See Also:
    • STATE_ID_CANCEL

      static final String STATE_ID_CANCEL
      The state 'cancel'.
      See Also:
    • STATE_ID_SURROGATE_VIEW

      static final String STATE_ID_SURROGATE_VIEW
      The state 'surrogateListView'.
      See Also:
    • STATE_ID_SURROGATE_WILDCARD_VIEW

      static final String STATE_ID_SURROGATE_WILDCARD_VIEW
      The state 'surrogateWildcardView'.
      See Also:
    • STATE_ID_LOAD_SURROGATES_ACTION

      static final String STATE_ID_LOAD_SURROGATES_ACTION
      The state 'loadSurrogatesAction'.
      See Also:
    • STATE_ID_SELECT_SURROGATE

      static final String STATE_ID_SELECT_SURROGATE
      The state 'selectSurrogate'.
      See Also:
    • STATE_ID_MY_ACCOUNT_PROFILE_VIEW

      static final String STATE_ID_MY_ACCOUNT_PROFILE_VIEW
      The state 'myAccountProfile'.
      See Also:
    • STATE_ID_MY_ACCOUNT_PROFILE_GOOGLE_REGISTRATION_FINALIZED

      static final String STATE_ID_MY_ACCOUNT_PROFILE_GOOGLE_REGISTRATION_FINALIZED
      The state 'googleAccountProfileRegistrationFinalized'.
      See Also:
    • STATE_ID_DUO_UNIVERSAL_PROMPT_VALIDATE_LOGIN

      static final String STATE_ID_DUO_UNIVERSAL_PROMPT_VALIDATE_LOGIN
      The state 'duoUniversalPromptPrepareValidate'.
      See Also:
    • STATE_ID_VIEW_ACCOUNT_SIGNUP

      static final String STATE_ID_VIEW_ACCOUNT_SIGNUP
      The state 'viewAccountSignUp'.
      See Also:
    • STATE_ID_COMPLETE_ACCOUNT_REGISTRATION

      static final String STATE_ID_COMPLETE_ACCOUNT_REGISTRATION
      The state 'completeAccountRegistrationView'.
      See Also:
    • STATE_ID_ACCOUNT_REGISTRATION_SUBFLOW

      static final String STATE_ID_ACCOUNT_REGISTRATION_SUBFLOW
      The state 'accountRegistrationSubflow'.
      See Also:
    • STATE_ID_SENT_ACCOUNT_SIGNUP_INFO

      static final String STATE_ID_SENT_ACCOUNT_SIGNUP_INFO
      The state 'accountSignUpInfoSent'.
      See Also:
    • STATE_ID_SUBMIT_ACCOUNT_REGISTRATION

      static final String STATE_ID_SUBMIT_ACCOUNT_REGISTRATION
      The state 'submitAccountRegistration'.
      See Also:
    • STATE_ID_VIEW_LOGIN_FORM

      static final String STATE_ID_VIEW_LOGIN_FORM
      The state 'viewLoginForm'.
      See Also:
    • STATE_ID_UNAVAILABLE

      static final String STATE_ID_UNAVAILABLE
      The state 'unavailable'.
      See Also:
    • STATE_ID_SERVICE_AUTHZ_CHECK

      static final String STATE_ID_SERVICE_AUTHZ_CHECK
      The state 'serviceAuthorizationCheck'.
      See Also:
    • STATE_ID_TERMINATE_SESSION

      static final String STATE_ID_TERMINATE_SESSION
      The state 'terminateSession'.
      See Also:
    • STATE_ID_GATEWAY_REQUEST_CHECK

      static final String STATE_ID_GATEWAY_REQUEST_CHECK
      The state 'gatewayRequestCheck'.
      See Also:
    • STATE_ID_GENERATE_SERVICE_TICKET

      static final String STATE_ID_GENERATE_SERVICE_TICKET
      The state 'generateServiceTicket'.
      See Also:
    • STATE_ID_GATEWAY_SERVICES_MGMT_CHECK

      static final String STATE_ID_GATEWAY_SERVICES_MGMT_CHECK
      The state 'gatewayServicesManagementCheck'.
      See Also:
    • STATE_ID_POST_VIEW

      static final String STATE_ID_POST_VIEW
      The state 'postView'.
      See Also:
    • STATE_ID_HEADER_VIEW

      static final String STATE_ID_HEADER_VIEW
      The state 'headerView'.
      See Also:
    • STATE_ID_SHOW_WARNING_VIEW

      static final String STATE_ID_SHOW_WARNING_VIEW
      The state 'showWarningView'.
      See Also:
    • STATE_ID_REDIRECT_VIEW

      static final String STATE_ID_REDIRECT_VIEW
      The state 'redirectView'.
      See Also:
    • STATE_ID_END_WEBFLOW

      static final String STATE_ID_END_WEBFLOW
      The state id 'endWebflowExecution'.
      See Also:
    • STATE_ID_VIEW_REDIR_UNAUTHZ_URL

      static final String STATE_ID_VIEW_REDIR_UNAUTHZ_URL
      The state 'viewRedirectToUnauthorizedUrlView'.
      See Also:
    • STATE_ID_MFA_FAILURE

      static final String STATE_ID_MFA_FAILURE
      The state 'mfaFailure'.
      See Also:
    • STATE_ID_DENY

      static final String STATE_ID_DENY
      The state 'deny'.
      See Also:
    • STATE_ID_FINALIZE_WARNING

      static final String STATE_ID_FINALIZE_WARNING
      The state 'finalizeWarning'.
      See Also:
    • STATE_ID_REGISTER_DEVICE

      static final String STATE_ID_REGISTER_DEVICE
      The state 'registerDevice'.
      See Also:
    • STATE_ID_SERVICE_UNAUTHZ_CHECK

      static final String STATE_ID_SERVICE_UNAUTHZ_CHECK
      The state 'serviceUnauthorizedCheck'.
      See Also:
    • STATE_ID_VIEW_GENERIC_LOGIN_SUCCESS

      static final String STATE_ID_VIEW_GENERIC_LOGIN_SUCCESS
      The state 'viewGenericLoginSuccess'.
      See Also:
    • STATE_ID_SERVICE_CHECK

      static final String STATE_ID_SERVICE_CHECK
      The state 'serviceCheck'.
      See Also:
    • STATE_ID_VIEW_SERVICE_ERROR

      static final String STATE_ID_VIEW_SERVICE_ERROR
      The state 'viewServiceErrorView'.
      See Also:
    • STATE_ID_VIEW_WEBFLOW_CONFIG_ERROR

      static final String STATE_ID_VIEW_WEBFLOW_CONFIG_ERROR
      The state 'viewWebflowConfigurationErrorView'.
      See Also:
    • STATE_ID_WARN

      static final String STATE_ID_WARN
      The state id 'warn'.
      See Also:
    • STATE_ID_WS_FEDERATION_START

      static final String STATE_ID_WS_FEDERATION_START
      The state id 'wsFederationStart'.
      See Also:
    • STATE_ID_WS_FEDERATION_REDIRECT

      static final String STATE_ID_WS_FEDERATION_REDIRECT
      The state id 'wsFederationRedirect'.
      See Also:
    • STATE_ID_RENEW_REQUEST_CHECK

      static final String STATE_ID_RENEW_REQUEST_CHECK
      The state id 'renewRequestCheck'.
      See Also:
    • STATE_ID_HAS_SERVICE_CHECK

      static final String STATE_ID_HAS_SERVICE_CHECK
      The state id 'hasServiceCheck'.
      See Also:
    • STATE_ID_ACCEPTABLE_USAGE_POLICY_VIEW

      static final String STATE_ID_ACCEPTABLE_USAGE_POLICY_VIEW
      State id 'acceptableUsagePolicyView.
      See Also:
    • STATE_ID_AUP_ACCEPTED

      static final String STATE_ID_AUP_ACCEPTED
      State id 'aupAcceptedAction.
      See Also:
    • STATE_ID_AUP_CHECK

      static final String STATE_ID_AUP_CHECK
      State id 'acceptableUsagePolicyCheck.
      See Also:
    • STATE_ID_REDIRECT

      static final String STATE_ID_REDIRECT
      The state id 'redirect'.
      See Also:
    • STATE_ID_MFA_UNAVAILABLE

      static final String STATE_ID_MFA_UNAVAILABLE
      State id when MFA provider has been detected as unavailable and failureMode is closed.
      See Also:
    • STATE_ID_MFA_DENIED

      static final String STATE_ID_MFA_DENIED
      State id when MFA provider has denied access to a user because of account lockout.
      See Also:
    • STATE_ID_DO_LOGOUT

      static final String STATE_ID_DO_LOGOUT
      State id 'doLogout'.
      See Also:
    • STATE_ID_PROPAGATE_LOGOUT_REQUESTS

      static final String STATE_ID_PROPAGATE_LOGOUT_REQUESTS
      State id 'propagateLogoutRequests'.
      See Also:
    • STATE_ID_LOGOUT_VIEW

      static final String STATE_ID_LOGOUT_VIEW
      State id 'logoutView'.
      See Also:
    • STATE_ID_FINISH_LOGOUT

      static final String STATE_ID_FINISH_LOGOUT
      State id 'finishLogout'.
      See Also:
    • STATE_ID_DELEGATED_AUTHENTICATION_REDIRECT_TO_AUTHN_PROVIDER

      static final String STATE_ID_DELEGATED_AUTHENTICATION_REDIRECT_TO_AUTHN_PROVIDER
      State id 'redirectToDelegatedAuthnProviderView'.
      See Also:
    • STATE_ID_DELEGATED_AUTHENTICATION_CLIENT_CREDENTIAL_SELECTION

      static final String STATE_ID_DELEGATED_AUTHENTICATION_CLIENT_CREDENTIAL_SELECTION
      State id 'delegatedAuthenticationSelectCredential'.
      See Also:
    • STATE_ID_DELEGATED_AUTHENTICATION_IDP_LOGOUT

      static final String STATE_ID_DELEGATED_AUTHENTICATION_IDP_LOGOUT
      State id 'delegatedAuthenticationIdPLogout'.
      See Also:
    • STATE_ID_DELEGATED_AUTHENTICATION_CLIENT_CREDENTIAL_FINALIZE

      static final String STATE_ID_DELEGATED_AUTHENTICATION_CLIENT_CREDENTIAL_FINALIZE
      State id 'delegatedAuthenticationFinalizeCredential'.
      See Also:
    • STATE_ID_DELEGATED_AUTHENTICATION_STORE

      static final String STATE_ID_DELEGATED_AUTHENTICATION_STORE
      State id 'delegatedAuthenticationStoreWebflowState'.
      See Also:
    • STATE_ID_DELEGATED_AUTHENTICATION_CLIENT_SUBFLOW

      static final String STATE_ID_DELEGATED_AUTHENTICATION_CLIENT_SUBFLOW
      State id 'delegatedAuthenticationClientSubflow'.
      See Also:
    • STATE_ID_DELEGATED_AUTHENTICATION_CLIENT_REDIRECT

      static final String STATE_ID_DELEGATED_AUTHENTICATION_CLIENT_REDIRECT
      State id 'delegatedAuthenticationClientRedirect'.
      See Also:
    • STATE_ID_DELEGATED_AUTHN_DYNAMIC_DISCOVERY_VIEW

      static final String STATE_ID_DELEGATED_AUTHN_DYNAMIC_DISCOVERY_VIEW
      State id 'delegatedAuthenticationDynamicDiscoveryView'.
      See Also:
    • STATE_ID_DELEGATED_AUTHN_DYNAMIC_DISCOVERY_EXECUTION

      static final String STATE_ID_DELEGATED_AUTHN_DYNAMIC_DISCOVERY_EXECUTION
      State id 'delegatedAuthenticationProviderDiscoveryExecution'.
      See Also:
    • STATE_ID_DELEGATED_AUTHENTICATION

      static final String STATE_ID_DELEGATED_AUTHENTICATION
      Delegated authentication state id.
      See Also:
    • STATE_ID_FRONT_LOGOUT

      static final String STATE_ID_FRONT_LOGOUT
      State id 'frontLogout'.
      See Also:
    • STATE_ID_CONFIRM_LOGOUT_VIEW

      static final String STATE_ID_CONFIRM_LOGOUT_VIEW
      State id 'confirmLogoutView'.
      See Also:
    • STATE_ID_PASSWORD_UPDATE_SUCCESS

      static final String STATE_ID_PASSWORD_UPDATE_SUCCESS
      State id 'casPasswordUpdateSuccess'.
      See Also:
    • STATE_ID_HANDLE_AUTHN_FAILURE

      static final String STATE_ID_HANDLE_AUTHN_FAILURE
      State id 'handleAuthenticationFailure'.
      See Also:
    • STATE_ID_PASSWORD_RESET_SUBFLOW

      static final String STATE_ID_PASSWORD_RESET_SUBFLOW
      State for password reset subflow "pswdResetSubflow".
      See Also:
    • STATE_ID_PROCEED_FROM_AUTHENTICATION_WARNINGS_VIEW

      static final String STATE_ID_PROCEED_FROM_AUTHENTICATION_WARNINGS_VIEW
      State id 'proceedFromAuthenticationWarningView'.
      See Also:
    • STATE_ID_PASSWORD_RESET_FLOW_COMPLETE

      static final String STATE_ID_PASSWORD_RESET_FLOW_COMPLETE
      Login flow state indicating the password reset subflow is complete "pswdResetComplete".
      See Also:
    • STATE_ID_REDIRECT_TO_LOGIN

      static final String STATE_ID_REDIRECT_TO_LOGIN
      State to restart the login flow fresh "redirectToLogin".
      See Also:
    • STATE_ID_POST_LOGIN_PASSWORD_CHANGE_CHECK

      static final String STATE_ID_POST_LOGIN_PASSWORD_CHANGE_CHECK
      State to check where the password change should go after completion (post or pre-login) "postLoginPswdChangeCheck".
      See Also:
    • STATE_ID_CHECK_DO_CHANGE_PASSWORD

      static final String STATE_ID_CHECK_DO_CHANGE_PASSWORD
      State id to check for do change password manual flag "checkDoChangePassword".
      See Also:
    • STATE_ID_MFA_CHECK_AVAILABLE

      static final String STATE_ID_MFA_CHECK_AVAILABLE
      State to check if the MFA provider is available.
      See Also:
    • STATE_ID_MFA_CHECK_BYPASS

      static final String STATE_ID_MFA_CHECK_BYPASS
      State to check if the MFA provider should be bypassed.
      See Also:
    • STATE_ID_MFA_COMPOSITE

      static final String STATE_ID_MFA_COMPOSITE
      State id for MFA composite events.
      See Also:
    • STATE_ID_MFA_COMPOSITE_SELECTION

      static final String STATE_ID_MFA_COMPOSITE_SELECTION
      State id that decides whether mfa composite should activate.
      See Also:
    • STATE_ID_MFA_PRE_AUTH

      static final String STATE_ID_MFA_PRE_AUTH
      State that can be used by MFA providers that offer preAuth endpoints.
      See Also:
    • STATE_ID_SHOW_AUTHN_WARNING_MSGS

      static final String STATE_ID_SHOW_AUTHN_WARNING_MSGS
      The view state 'showAuthenticationWarningMessages'.
      See Also:
    • STATE_ID_REGISTER_DEVICE_VIEW

      static final String STATE_ID_REGISTER_DEVICE_VIEW
      The state id 'registerDeviceView'.
      See Also:
    • STATE_ID_VERIFY_PASSWORD_RESET_REQUEST

      static final String STATE_ID_VERIFY_PASSWORD_RESET_REQUEST
      State id 'verifyPasswordResetRequest'.
      See Also:
    • STATE_ID_SPNEGO

      static final String STATE_ID_SPNEGO
      The state id 'spnego'.
      See Also:
    • STATE_ID_INQUIRE_INTERRUPT

      static final String STATE_ID_INQUIRE_INTERRUPT
      The state id 'finalizeInterruptFlow'.
      See Also:
    • STATE_ID_FINALIZE_INTERRUPT

      static final String STATE_ID_FINALIZE_INTERRUPT
      The state id 'finalizeInterruptFlow'.
      See Also:
    • STATE_ID_INTERRUPT_VIEW

      static final String STATE_ID_INTERRUPT_VIEW
      The state id 'interruptView'.
      See Also:
    • STATE_ID_START_SPNEGO_AUTHENTICATE

      static final String STATE_ID_START_SPNEGO_AUTHENTICATE
      The state id 'startSpnegoAuthenticate'.
      See Also:
    • STATE_ID_EVALUATE_SPNEGO_CLIENT

      static final String STATE_ID_EVALUATE_SPNEGO_CLIENT
      The state id 'evaluateClientRequest'.
      See Also:
    • STATE_ID_SEND_PASSWORD_RESET_INSTRUCTIONS

      static final String STATE_ID_SEND_PASSWORD_RESET_INSTRUCTIONS
      The state state 'sendPasswordResetInstructions'.
      See Also:
    • STATE_ID_SEND_FORGOT_USERNAME_INSTRUCTIONS

      static final String STATE_ID_SEND_FORGOT_USERNAME_INSTRUCTIONS
      The state state 'sendForgotUsernameInstructions'.
      See Also:
    • STATE_ID_PASSWORD_CHANGE_ACTION

      static final String STATE_ID_PASSWORD_CHANGE_ACTION
      The view state 'passwordChangeAction'.
      See Also:
    • STATE_ID_PASSWORD_RESET_ERROR_VIEW

      static final String STATE_ID_PASSWORD_RESET_ERROR_VIEW
      The state 'passwordResetErrorView'.
      See Also:
    • STATE_ID_DELEGATED_AUTHENTICATION_CLIENT_RETRY

      static final String STATE_ID_DELEGATED_AUTHENTICATION_CLIENT_RETRY
      State id `delegatedAuthenticationClientRetry`.
      See Also:
    • STATE_ID_INVALID_WORKSTATION

      static final String STATE_ID_INVALID_WORKSTATION
      View id 'casBadWorkstationView'.
      See Also:
    • STATE_ID_ACCOUNT_DISABLED

      static final String STATE_ID_ACCOUNT_DISABLED
      State id 'casAccountDisabledView'.
      See Also:
    • STATE_ID_ACCOUNT_LOCKED

      static final String STATE_ID_ACCOUNT_LOCKED
      State id 'casAccountLockedView'.
      See Also:
    • STATE_ID_ACCOUNT_UNLOCKED

      static final String STATE_ID_ACCOUNT_UNLOCKED
      State id 'casAccountUnlockedView'.
      See Also:
    • STATE_ID_INVALID_AUTHENTICATION_HOURS

      static final String STATE_ID_INVALID_AUTHENTICATION_HOURS
      State id 'casBadHoursView'.
      See Also:
    • STATE_ID_TOKEN_AUTHENTICATION_CHECK

      static final String STATE_ID_TOKEN_AUTHENTICATION_CHECK
      State id 'tokenAuthenticationCheck'.
      See Also:
    • STATE_ID_AUTHENTICATION_BLOCKED

      static final String STATE_ID_AUTHENTICATION_BLOCKED
      State id 'casAuthenticationBlockedView'.
      See Also:
    • STATE_ID_MUST_CHANGE_PASSWORD

      static final String STATE_ID_MUST_CHANGE_PASSWORD
      State id 'casMustChangePassView'.
      See Also:
    • STATE_ID_VERIFY_SECURITY_QUESTIONS

      static final String STATE_ID_VERIFY_SECURITY_QUESTIONS
      State id 'verifySecurityQuestions'.
      See Also:
    • STATE_ID_EXPIRED_PASSWORD

      static final String STATE_ID_EXPIRED_PASSWORD
      State id 'casExpiredPassView'.
      See Also:
    • STATE_ID_FORGOT_USERNAME_ACCT_INFO

      static final String STATE_ID_FORGOT_USERNAME_ACCT_INFO
      State id 'casForgotUsernameSendInfoView'.
      See Also:
    • STATE_ID_SENT_RESET_PASSWORD_ACCT_INFO

      static final String STATE_ID_SENT_RESET_PASSWORD_ACCT_INFO
      State id 'casResetPasswordSentInstructions'.
      See Also:
    • STATE_ID_SEND_RESET_PASSWORD_ACCT_INFO

      static final String STATE_ID_SEND_RESET_PASSWORD_ACCT_INFO
      State id 'casResetPasswordSendInstructions'.
      See Also:
    • STATE_ID_SENT_FORGOT_USERNAME_ACCT_INFO

      static final String STATE_ID_SENT_FORGOT_USERNAME_ACCT_INFO
      State id 'casForgotUsernameSentInfoView'.
      See Also:
    • STATE_ID_CHECK_ACCOUNT_REGISTRATION

      static final String STATE_ID_CHECK_ACCOUNT_REGISTRATION
      State id 'accountRegistrationCheck'.
      See Also:
    • STATE_ID_PASSWORD_CHANGE_REQUEST

      static final String STATE_ID_PASSWORD_CHANGE_REQUEST
      State id 'passwordChangeRequest'.
      See Also:
    • STATE_ID_UPDATE_SECURITY_QUESTIONS

      static final String STATE_ID_UPDATE_SECURITY_QUESTIONS
      State id 'updateSecurityQuestions'.
      See Also:
    • STATE_ID_REMOVE_SINGLE_SIGNON_SESSION

      static final String STATE_ID_REMOVE_SINGLE_SIGNON_SESSION
      State id 'removeSingleSignOnSession'.
      See Also:
    • STATE_ID_VIEW_REGISTRATION

      static final String STATE_ID_VIEW_REGISTRATION
      State id 'viewRegistration'.
      See Also:
    • STATE_ID_WEBAUTHN_VIEW_REGISTRATION

      static final String STATE_ID_WEBAUTHN_VIEW_REGISTRATION
      State id 'viewRegistrationWebAuthn'.
      See Also:
    • STATE_ID_RISK_AUTHENTICATION_TOKEN_CHECK

      static final String STATE_ID_RISK_AUTHENTICATION_TOKEN_CHECK
      State id 'checkRiskVerificationToken'.
      See Also:
    • STATE_ID_WEBAUTHN_VALIDATE

      static final String STATE_ID_WEBAUTHN_VALIDATE
      State id 'validateWebAuthnToken'.
      See Also:
    • STATE_ID_SAVE_REGISTRATION

      static final String STATE_ID_SAVE_REGISTRATION
      State id 'saveRegistration'.
      See Also:
    • STATE_ID_INIT_PASSWORD_RESET

      static final String STATE_ID_INIT_PASSWORD_RESET
      State id 'initPasswordReset'.
      See Also:
    • STATE_ID_MFA_PROVIDER_SELECTED

      static final String STATE_ID_MFA_PROVIDER_SELECTED
      State id 'compositeMfaProviderSelectedAction'.
      See Also:
    • STATE_ID_VALIDATE_ACCOUNT_REGISTRATION_TOKEN

      static final String STATE_ID_VALIDATE_ACCOUNT_REGISTRATION_TOKEN
      State id 'validateAccountRegistrationToken'.
      See Also:
    • STATE_ID_DETERMINE_DUO_REQUEST

      static final String STATE_ID_DETERMINE_DUO_REQUEST
      State id 'determineDuoRequest'.
      See Also:
    • STATE_ID_VIEW_LOGIN_FORM_DUO

      static final String STATE_ID_VIEW_LOGIN_FORM_DUO
      State id 'viewLoginFormDuo'.
      See Also:
    • STATE_ID_ACCEPT_GUA

      static final String STATE_ID_ACCEPT_GUA
      State id 'acceptUserGraphicsForAuthentication'.
      See Also:
    • STATE_ID_GUA_GET_USERID

      static final String STATE_ID_GUA_GET_USERID
      State id 'guaGetUserIdView'.
      See Also:
    • STATE_ID_GUA_DISPLAY_USER_GFX

      static final String STATE_ID_GUA_DISPLAY_USER_GFX
      State id 'guaDisplayUserGraphics'.
      See Also:
    • STATE_ID_FINALIZE_AUTHENTICATION

      static final String STATE_ID_FINALIZE_AUTHENTICATION
      State id 'finalizeAuthentication'.
      See Also:
    • STATE_ID_DETERMINE_DUO_USER_ACCOUNT

      static final String STATE_ID_DETERMINE_DUO_USER_ACCOUNT
      State id 'determineDuoUserAccount'.
      See Also:
    • STATE_ID_DUO_NON_WEB_AUTHENTICATION

      static final String STATE_ID_DUO_NON_WEB_AUTHENTICATION
      State id 'duoNonWebAuthentication'.
      See Also:
    • STATE_ID_PASSWORDLESS_DISPLAY

      static final String STATE_ID_PASSWORDLESS_DISPLAY
      State id 'passwordlessDisplayUser'.
      See Also:
    • STATE_ID_PASSWORDLESS_DETERMINE_MFA

      static final String STATE_ID_PASSWORDLESS_DETERMINE_MFA
      State id 'determineMultifactorPasswordlessAuthentication'.
      See Also:
    • STATE_ID_PASSWORDLESS_DETERMINE_DELEGATED_AUTHN

      static final String STATE_ID_PASSWORDLESS_DETERMINE_DELEGATED_AUTHN
      State id 'determineDelegatedAuthentication'.
      See Also:
    • STATE_ID_PASSWORDLESS_VERIFY_ACCOUNT

      static final String STATE_ID_PASSWORDLESS_VERIFY_ACCOUNT
      State id 'passwordlessVerifyAccount'.
      See Also:
    • STATE_ID_ACCEPT_PASSWORDLESS_AUTHENTICATION

      static final String STATE_ID_ACCEPT_PASSWORDLESS_AUTHENTICATION
      State id 'acceptPasswordlessAuthentication'.
      See Also:
    • STATE_ID_PASSWORDLESS_GET_USERID

      static final String STATE_ID_PASSWORDLESS_GET_USERID
      State id 'passwordlessGetUserIdView'.
      See Also:
    • STATE_ID_SIMPLE_MFA_SEND_TOKEN

      static final String STATE_ID_SIMPLE_MFA_SEND_TOKEN
      State id 'sendSimpleToken'.
      See Also:
    • VIEW_ID_ERROR

      static final String VIEW_ID_ERROR
      The view state 'error'.
      See Also:
    • VIEW_ID_POST_RESPONSE

      static final String VIEW_ID_POST_RESPONSE
      The view id 'casPostResponseView'.
      See Also:
    • VIEW_ID_SERVICE_ERROR

      static final String VIEW_ID_SERVICE_ERROR
      The view id 'casServiceErrorView'.
      See Also:
    • VIEW_ID_WEBFLOW_CONFIG_ERROR

      static final String VIEW_ID_WEBFLOW_CONFIG_ERROR
      The view id 'casWebflowConfigErrorView'.
      See Also:
    • VIEW_ID_ENDPOINT_ADMIN_LOGIN_VIEW

      static final String VIEW_ID_ENDPOINT_ADMIN_LOGIN_VIEW
      View name used for form-login into admin/actuator endpoints.
      See Also:
    • VIEW_ID_DELEGATED_AUTHN_ERROR_VIEW

      static final String VIEW_ID_DELEGATED_AUTHN_ERROR_VIEW
      View id 'casDelegatedAuthnErrorView'.
      See Also:
    • VIEW_ID_DELEGATED_AUTHENTICATION_STOP_WEBFLOW

      static final String VIEW_ID_DELEGATED_AUTHENTICATION_STOP_WEBFLOW
      The view state 'casDelegatedAuthnStopWebflow'.
      See Also:
    • VIEW_ID_SESSION_STORAGE_WRITE

      static final String VIEW_ID_SESSION_STORAGE_WRITE
      The view state 'casSessionStorageWriteView'.
      See Also:
    • VIEW_ID_SESSION_STORAGE_READ

      static final String VIEW_ID_SESSION_STORAGE_READ
      The view state 'casSessionStorageReadView'.
      See Also:
    • VIEW_ID_DYNAMIC_HTML

      static final String VIEW_ID_DYNAMIC_HTML
      The view state 'dynamicHtmlView'.
      See Also:
    • DECISION_STATE_CHECK_DELEGATED_AUTHN_FAILURE

      static final String DECISION_STATE_CHECK_DELEGATED_AUTHN_FAILURE
      Action to check if delegated authentication has failed.
      See Also:
    • DECISION_STATE_CHECK_FOR_PASSWORD_RESET_TOKEN_ACTION

      static final String DECISION_STATE_CHECK_FOR_PASSWORD_RESET_TOKEN_ACTION
      Action to check if login should redirect to password reset subflow.
      See Also:
    • VAR_ID_CREDENTIAL

      static final String VAR_ID_CREDENTIAL
      The flow var id 'credential'.
      See Also:
    • VAR_ID_MFA_PROVIDER_ID

      static final String VAR_ID_MFA_PROVIDER_ID
      The flow var id 'providerId'.
      See Also:
    • VAR_ID_MFA_TRUST_RECORD

      static final String VAR_ID_MFA_TRUST_RECORD
      The flow var id 'mfaTrustRecord'.
      See Also:
    • ATTRIBUTE_ID_AUTHENTICATION_WARNINGS

      static final String ATTRIBUTE_ID_AUTHENTICATION_WARNINGS
      Event attribute id 'authenticationWarnings'.
      See Also:
    • ACTION_ID_ACCOUNT_UNLOCK_PREPARE

      static final String ACTION_ID_ACCOUNT_UNLOCK_PREPARE
      Action id 'accountUnlockStatusPrepareAction'.
      See Also:
    • ACTION_ID_ACCOUNT_PROFILE_GOOGLE_MFA_REGISTRATION

      static final String ACTION_ID_ACCOUNT_PROFILE_GOOGLE_MFA_REGISTRATION
      Action id 'googleAccountProfileRegistrationAction'.
      See Also:
    • ACTION_ID_ACCOUNT_PROFILE_GOOGLE_MFA_DEVICE_PROVIDER

      static final String ACTION_ID_ACCOUNT_PROFILE_GOOGLE_MFA_DEVICE_PROVIDER
      Action id 'googleAccountProfileRegistrationAction'.
      See Also:
    • ACTION_ID_ACCOUNT_PROFILE_GOOGLE_MFA_PREPARE

      static final String ACTION_ID_ACCOUNT_PROFILE_GOOGLE_MFA_PREPARE
      Action id 'googleAccountProfileRegistrationAction'.
      See Also:
    • ACTION_ID_DELEGATED_AUTHENTICATION_CLIENT_CREDENTIAL_SELECTION_FINALIZE

      static final String ACTION_ID_DELEGATED_AUTHENTICATION_CLIENT_CREDENTIAL_SELECTION_FINALIZE
      Action id 'delegatedAuthenticationClientCredentialSelectionFinalizeAction'.
      See Also:
    • ACTION_ID_DELEGATED_AUTHENTICATION_IDP_LOGOUT

      static final String ACTION_ID_DELEGATED_AUTHENTICATION_IDP_LOGOUT
      Action id 'delegatedAuthenticationIdentityProviderLogoutAction'.
      See Also:
    • ACTION_ID_DELEGATED_AUTHENTICATION_IDP_FINALIZE_LOGOUT

      static final String ACTION_ID_DELEGATED_AUTHENTICATION_IDP_FINALIZE_LOGOUT
      Action id 'delegatedAuthenticationIdentityProviderFinalizeLogoutAction'.
      See Also:
    • ACTION_ID_DELEGATED_AUTHENTICATION_CLIENT_CREDENTIAL_SELECTION

      static final String ACTION_ID_DELEGATED_AUTHENTICATION_CLIENT_CREDENTIAL_SELECTION
      Action id 'delegatedAuthenticationClientCredentialSelectionAction'.
      See Also:
    • ACTION_ID_DELEGATED_AUTHENTICATION_DYNAMIC_DISCOVERY_EXECUTION

      static final String ACTION_ID_DELEGATED_AUTHENTICATION_DYNAMIC_DISCOVERY_EXECUTION
      Action id 'delegatedAuthenticationProviderDynamicDiscoveryAction'.
      See Also:
    • ACTION_ID_DELEGATED_AUTHENTICATION_CLIENT_REDIRECT

      static final String ACTION_ID_DELEGATED_AUTHENTICATION_CLIENT_REDIRECT
      Action id 'delegatedAuthenticationRedirectToClientAction'.
      See Also:
    • ACTION_ID_DELEGATED_AUTHENTICATION_STORE_WEBFLOW_STATE

      static final String ACTION_ID_DELEGATED_AUTHENTICATION_STORE_WEBFLOW_STATE
      Action id 'delegatedAuthenticationStoreWebflowAction'.
      See Also:
    • ACTION_ID_MULTIFACTOR_PROVIDER_SELECTED

      static final String ACTION_ID_MULTIFACTOR_PROVIDER_SELECTED
      Action id 'multifactorProviderSelectedAction'.
      See Also:
    • ACTION_ID_MFA_COMPOSITE_SELECTION

      static final String ACTION_ID_MFA_COMPOSITE_SELECTION
      Action id 'compositeMfaProviderSelectionAction'.
      See Also:
    • ACTION_ID_INJECT_RESPONSE_HEADERS

      static final String ACTION_ID_INJECT_RESPONSE_HEADERS
      Action id 'injectResponseHeadersAction'.
      See Also:
    • ACTION_ID_SERVICE_AUTHZ_CHECK

      static final String ACTION_ID_SERVICE_AUTHZ_CHECK
      Action id 'serviceAuthorizationCheck'.
      See Also:
    • ACTION_ID_VALIDATE_CAPTCHA

      static final String ACTION_ID_VALIDATE_CAPTCHA
      Action id 'validateCaptchaAction'.
      See Also:
    • ACTION_ID_X509_CHECK

      static final String ACTION_ID_X509_CHECK
      Action id 'x509Check'.
      See Also:
    • ACTION_ID_INIT_LOGIN_ACTION

      static final String ACTION_ID_INIT_LOGIN_ACTION
      Action id 'initializeLoginAction'.
      See Also:
    • ACTION_ID_INIT_CAPTCHA

      static final String ACTION_ID_INIT_CAPTCHA
      Action id 'initializeCaptchaAction'.
      See Also:
    • ACTION_ID_PASSWORD_RESET_VALIDATE_CAPTCHA

      static final String ACTION_ID_PASSWORD_RESET_VALIDATE_CAPTCHA
      Action id 'passwordResetValidateCaptchaAction'.
      See Also:
    • ACTION_ID_FORGOT_USERNAME_VALIDATE_CAPTCHA

      static final String ACTION_ID_FORGOT_USERNAME_VALIDATE_CAPTCHA
      Action id 'forgotUsernameValidateCaptchaAction'.
      See Also:
    • ACTION_ID_PASSWORD_RESET_INIT_CAPTCHA

      static final String ACTION_ID_PASSWORD_RESET_INIT_CAPTCHA
      Action id 'passwordResetInitializeCaptchaAction'.
      See Also:
    • ACTION_ID_FORGOT_USERNAME_INIT_CAPTCHA

      static final String ACTION_ID_FORGOT_USERNAME_INIT_CAPTCHA
      Action id 'forgotUsernameInitializeCaptchaAction'.
      See Also:
    • ACTION_ID_UNLOCK_ACCOUNT_STATUS

      static final String ACTION_ID_UNLOCK_ACCOUNT_STATUS
      Action id 'accountUnlockStatusAction .
      See Also:
    • ACTION_ID_INIT_PASSWORD_CHANGE

      static final String ACTION_ID_INIT_PASSWORD_CHANGE
      Action id 'initPasswordChangeAction .
      See Also:
    • ACTION_ID_SET_SERVICE_UNAUTHORIZED_REDIRECT_URL

      static final String ACTION_ID_SET_SERVICE_UNAUTHORIZED_REDIRECT_URL
      Action id 'setServiceUnauthorizedRedirectUrlAction'.
      See Also:
    • ACTION_ID_AUTHENTICATION_VIA_FORM_ACTION

      static final String ACTION_ID_AUTHENTICATION_VIA_FORM_ACTION
      Action id 'authenticationViaFormAction'.
      See Also:
    • ACTION_ID_INITIAL_FLOW_SETUP

      static final String ACTION_ID_INITIAL_FLOW_SETUP
      Action id 'initialFlowSetupAction'.
      See Also:
    • ACTION_ID_VERIFY_REQUIRED_SERVICE

      static final String ACTION_ID_VERIFY_REQUIRED_SERVICE
      Action id 'verifyRequiredServiceAction'.
      See Also:
    • ACTION_ID_FETCH_TICKET_GRANTING_TICKET

      static final String ACTION_ID_FETCH_TICKET_GRANTING_TICKET
      Action id 'fetchTicketGrantingTicketAction'.
      See Also:
    • ACTION_ID_TICKET_GRANTING_TICKET_CHECK

      static final String ACTION_ID_TICKET_GRANTING_TICKET_CHECK
      Action id 'ticketGrantingTicketCheckAction'.
      See Also:
    • ACTION_ID_FRONT_CHANNEL_LOGOUT

      static final String ACTION_ID_FRONT_CHANNEL_LOGOUT
      Action id 'frontChannelLogoutAction'.
      See Also:
    • ACTION_ID_GATEWAY_SERVICES_MANAGEMENT

      static final String ACTION_ID_GATEWAY_SERVICES_MANAGEMENT
      Action id 'gatewayServicesManagementCheck'.
      See Also:
    • ACTION_ID_PREPARE_ACCOUNT_PROFILE

      static final String ACTION_ID_PREPARE_ACCOUNT_PROFILE
      Action id 'prepareAccountProfileViewAction'.
      See Also:
    • ACTION_ID_ACCOUNT_PROFILE_PASSWORD_CHANGE_REQUEST

      static final String ACTION_ID_ACCOUNT_PROFILE_PASSWORD_CHANGE_REQUEST
      Action id 'accountProfilePasswordChangeRequestAction'.
      See Also:
    • ACTION_ID_PREPARE_ACCOUNT_PASSWORD_MANAGEMENT

      static final String ACTION_ID_PREPARE_ACCOUNT_PASSWORD_MANAGEMENT
      Action id 'prepareAccountProfilePasswordMgmtAction'.
      See Also:
    • ACTION_ID_INITIAL_AUTHN_REQUEST_VALIDATION

      static final String ACTION_ID_INITIAL_AUTHN_REQUEST_VALIDATION
      Action id 'initialAuthenticationRequestValidationAction'.
      See Also:
    • ACTION_ID_GENERIC_SUCCESS_VIEW

      static final String ACTION_ID_GENERIC_SUCCESS_VIEW
      Action id 'genericSuccessViewAction'.
      See Also:
    • ACTION_ID_REMOTE_TRUSTED_AUTHENTICATION

      static final String ACTION_ID_REMOTE_TRUSTED_AUTHENTICATION
      Action id 'remoteAuthenticate'.
      See Also:
    • ACTION_ID_CLEAR_WEBFLOW_CREDENTIALS

      static final String ACTION_ID_CLEAR_WEBFLOW_CREDENTIALS
      Action id 'clearWebflowCredentialsAction'.
      See Also:
    • ACTION_ID_REDIRECT_UNAUTHORIZED_SERVICE_URL

      static final String ACTION_ID_REDIRECT_UNAUTHORIZED_SERVICE_URL
      Action id 'redirectUnauthorizedServiceUrlAction'.
      See Also:
    • ACTION_ID_GENERATE_SERVICE_TICKET

      static final String ACTION_ID_GENERATE_SERVICE_TICKET
      Action id 'generateServiceTicketAction'.
      See Also:
    • ACTION_ID_REDIRECT_TO_SERVICE

      static final String ACTION_ID_REDIRECT_TO_SERVICE
      Action id 'redirectToServiceAction'.
      See Also:
    • ACTION_ID_TERMINATE_SESSION

      static final String ACTION_ID_TERMINATE_SESSION
      Action id 'terminateSessionAction'.
      See Also:
    • ACTION_ID_CONFIRM_LOGOUT

      static final String ACTION_ID_CONFIRM_LOGOUT
      Action id 'confirmLogoutAction'.
      See Also:
    • ACTION_ID_LOGOUT_VIEW_SETUP

      static final String ACTION_ID_LOGOUT_VIEW_SETUP
      Action id 'logoutViewSetupAction'.
      See Also:
    • ACTION_ID_SERVICE_WARNING

      static final String ACTION_ID_SERVICE_WARNING
      Action id 'serviceWarningAction'.
      See Also:
    • ACTION_ID_FINISH_LOGOUT

      static final String ACTION_ID_FINISH_LOGOUT
      Action id 'finishLogoutAction'.
      See Also:
    • ACTION_ID_POPULATE_SECURITY_CONTEXT

      static final String ACTION_ID_POPULATE_SECURITY_CONTEXT
      Action id 'populateSpringSecurityContextAction'.
      See Also:
    • ACTION_ID_LOGOUT

      static final String ACTION_ID_LOGOUT
      Action id 'logoutAction'.
      See Also:
    • ACTION_ID_AUTHENTICATION_EXCEPTION_HANDLER

      static final String ACTION_ID_AUTHENTICATION_EXCEPTION_HANDLER
      Action id 'authenticationExceptionHandler'.
      See Also:
    • ACTION_ID_SEND_TICKET_GRANTING_TICKET

      static final String ACTION_ID_SEND_TICKET_GRANTING_TICKET
      Action id 'sendTicketGrantingTicketAction'.
      See Also:
    • ACTION_ID_SINGLE_SIGON_SESSION_CREATED

      static final String ACTION_ID_SINGLE_SIGON_SESSION_CREATED
      Action id 'singleSignOnSessionCreated'.
      See Also:
    • ACTION_ID_CREATE_TICKET_GRANTING_TICKET

      static final String ACTION_ID_CREATE_TICKET_GRANTING_TICKET
      Action id 'createTicketGrantingTicketAction'.
      See Also:
    • ACTION_ID_DELEGATED_AUTHENTICATION

      static final String ACTION_ID_DELEGATED_AUTHENTICATION
      Action id `delegatedAuthenticationAction`.
      See Also:
    • ACTION_ID_DELEGATED_AUTHENTICATION_CREATE_CLIENTS

      static final String ACTION_ID_DELEGATED_AUTHENTICATION_CREATE_CLIENTS
      Action id `delegatedAuthenticationCreateClientsAction`.
      See Also:
    • ACTION_ID_DELEGATED_AUTHENTICATION_FAILURE

      static final String ACTION_ID_DELEGATED_AUTHENTICATION_FAILURE
      Action id `delegatedAuthenticationFailureAction`.
      See Also:
    • ACTION_ID_DELEGATED_AUTHENTICATION_CLIENT_LOGOUT

      static final String ACTION_ID_DELEGATED_AUTHENTICATION_CLIENT_LOGOUT
      Action id `delegatedAuthenticationClientLogoutAction`.
      See Also:
    • ACTION_ID_DELEGATED_AUTHENTICATION_CLIENT_FINISH_LOGOUT

      static final String ACTION_ID_DELEGATED_AUTHENTICATION_CLIENT_FINISH_LOGOUT
      Action id `delegatedAuthenticationClientFinishLogoutAction`.
      See Also:
    • ACTION_ID_DELEGATED_AUTHENTICATION_CLIENT_RETRY

      static final String ACTION_ID_DELEGATED_AUTHENTICATION_CLIENT_RETRY
      Action id `delegatedAuthenticationClientFinishLogoutAction`.
      See Also:
    • ACTION_ID_RENEW_AUTHN_REQUEST

      static final String ACTION_ID_RENEW_AUTHN_REQUEST
      Action id `renewAuthenticationRequestCheckAction`.
      See Also:
    • ACTION_ID_SPNEGO_NEGOTIATE

      static final String ACTION_ID_SPNEGO_NEGOTIATE
      Action id 'negociateSpnego'.
      See Also:
    • ACTION_ID_AUP_VERIFY

      static final String ACTION_ID_AUP_VERIFY
      Action id 'acceptableUsagePolicyVerifyAction.
      See Also:
    • ACTION_ID_AUP_SUBMIT

      static final String ACTION_ID_AUP_SUBMIT
      Action id 'acceptableUsagePolicySubmitAction.
      See Also:
    • ACTION_ID_AUP_RENDER

      static final String ACTION_ID_AUP_RENDER
      Action id 'acceptableUsagePolicyRenderAction.
      See Also:
    • ACTION_ID_AUP_VERIFY_SERVICE

      static final String ACTION_ID_AUP_VERIFY_SERVICE
      Action id 'acceptableUsagePolicyVerifyServiceAction .
      See Also:
    • ACTION_ID_SEND_FORGOT_USERNAME_INSTRUCTIONS_ACTION

      static final String ACTION_ID_SEND_FORGOT_USERNAME_INSTRUCTIONS_ACTION
      Action id 'sendForgotUsernameInstructionsAction .
      See Also:
    • ACTION_ID_PREPARE_INTERRUPT_VIEW

      static final String ACTION_ID_PREPARE_INTERRUPT_VIEW
      Action id 'prepareInterruptViewAction .
      See Also:
    • ACTION_ID_INQUIRE_INTERRUPT

      static final String ACTION_ID_INQUIRE_INTERRUPT
      Action id 'inquireInterruptAction .
      See Also:
    • ACTION_ID_PREPARE_MULTIFACTOR_PROVIDER_SELECTION

      static final String ACTION_ID_PREPARE_MULTIFACTOR_PROVIDER_SELECTION
      Action id 'prepareMultifactorProviderSelectionAction'.
      See Also:
    • ACTION_ID_FINALIZE_INTERRUPT

      static final String ACTION_ID_FINALIZE_INTERRUPT
      Action id 'finalizeInterruptFlowAction .
      See Also:
    • ACTION_ID_OTP_AUTHENTICATION_ACTION

      static final String ACTION_ID_OTP_AUTHENTICATION_ACTION
      Action id 'oneTimeTokenAuthenticationWebflowAction .
      See Also:
    • ACTION_ID_SURROGATE_INITIAL_AUTHENTICATION

      static final String ACTION_ID_SURROGATE_INITIAL_AUTHENTICATION
      Action id 'surrogateInitialAuthenticationAction'.
      See Also:
    • ACTION_ID_LOAD_SURROGATES_LIST_ACTION

      static final String ACTION_ID_LOAD_SURROGATES_LIST_ACTION
      Action id 'loadSurrogatesListAction .
      See Also:
    • ACTION_ID_SELECT_SURROGATE_ACTION

      static final String ACTION_ID_SELECT_SURROGATE_ACTION
      Action id 'selectSurrogateAction .
      See Also:
    • ACTION_ID_DUO_UNIVERSAL_PROMPT_VALIDATE_LOGIN

      static final String ACTION_ID_DUO_UNIVERSAL_PROMPT_VALIDATE_LOGIN
      Action id 'duoUniversalPromptValidateLoginAction .
      See Also:
    • ACTION_ID_DUO_UNIVERSAL_PROMPT_PREPARE_LOGIN

      static final String ACTION_ID_DUO_UNIVERSAL_PROMPT_PREPARE_LOGIN
      Action id 'duoUniversalPromptPrepareLoginAction .
      See Also:
    • ACTION_ID_MFA_VERIFY_TRUST_ACTION

      static final String ACTION_ID_MFA_VERIFY_TRUST_ACTION
      Action id 'mfaVerifyTrustAction .
      See Also:
    • ACTION_ID_MFA_SET_TRUST_ACTION

      static final String ACTION_ID_MFA_SET_TRUST_ACTION
      Action id 'mfaSetTrustAction .
      See Also:
    • ACTION_ID_MFA_PREPARE_TRUST_DEVICE_VIEW_ACTION

      static final String ACTION_ID_MFA_PREPARE_TRUST_DEVICE_VIEW_ACTION
      Action id 'mfaPrepareTrustDeviceViewAction .
      See Also:
    • ACTION_ID_ACCOUNT_REGISTRATION_INIT_CAPTCHA

      static final String ACTION_ID_ACCOUNT_REGISTRATION_INIT_CAPTCHA
      Action id 'accountMgmtRegistrationInitializeCaptchaAction .
      See Also:
    • ACTION_ID_ACCOUNT_REGISTRATION_VALIDATE_CAPTCHA

      static final String ACTION_ID_ACCOUNT_REGISTRATION_VALIDATE_CAPTCHA
      Action id 'accountMgmtRegistrationValidateCaptchaAction .
      See Also:
    • ACTION_ID_FINALIZE_ACCOUNT_REGISTRATION_REQUEST

      static final String ACTION_ID_FINALIZE_ACCOUNT_REGISTRATION_REQUEST
      Action id 'finalizeAccountRegistrationRequestAction .
      See Also:
    • ACTION_ID_VALIDATE_ACCOUNT_REGISTRATION_TOKEN

      static final String ACTION_ID_VALIDATE_ACCOUNT_REGISTRATION_TOKEN
      Action id 'validateAccountRegistrationTokenAction .
      See Also:
    • ACTION_ID_ACCOUNT_REGISTRATION_SUBMIT

      static final String ACTION_ID_ACCOUNT_REGISTRATION_SUBMIT
      Action id 'submitAccountRegistrationAction .
      See Also:
    • ACTION_ID_DETERMINE_DUO_USER_ACCOUNT

      static final String ACTION_ID_DETERMINE_DUO_USER_ACCOUNT
      Action id 'determineDuoUserAccountAction .
      See Also:
    • ACTION_ID_CHECK_WEB_AUTHENTICATION_REQUEST

      static final String ACTION_ID_CHECK_WEB_AUTHENTICATION_REQUEST
      Action id 'checkWebAuthenticationRequestAction .
      See Also:
    • ACTION_ID_DUO_AUTHENTICATION_WEBFLOW

      static final String ACTION_ID_DUO_AUTHENTICATION_WEBFLOW
      Action id 'duoAuthenticationWebflowAction .
      See Also:
    • ACTION_ID_DUO_NON_WEB_AUTHENTICATION

      static final String ACTION_ID_DUO_NON_WEB_AUTHENTICATION
      Action id 'duoNonWebAuthenticationAction .
      See Also:
    • ACTION_ID_DISPLAY_BEFORE_PASSWORDLESS_AUTHN

      static final String ACTION_ID_DISPLAY_BEFORE_PASSWORDLESS_AUTHN
      Action id 'displayBeforePasswordlessAuthenticationAction .
      See Also:
    • ACTION_ID_PASSWORDLESS_PREPARE_LOGIN

      static final String ACTION_ID_PASSWORDLESS_PREPARE_LOGIN
      Action id 'passswordPrepareLoginAction .
      See Also:
    • ACTION_ID_VERIFY_PASSWORDLESS_ACCOUNT_AUTHN

      static final String ACTION_ID_VERIFY_PASSWORDLESS_ACCOUNT_AUTHN
      Action id 'verifyPasswordlessAccountAuthenticationAction .
      See Also:
    • ACTION_ID_DETERMINE_PASSWORDLESS_DELEGATED_AUTHN

      static final String ACTION_ID_DETERMINE_PASSWORDLESS_DELEGATED_AUTHN
      Action id 'verifyPasswordlessAccountAuthenticationAction .
      See Also:
    • ACTION_ID_DETERMINE_PASSWORDLESS_MULTIFACTOR_AUTHN

      static final String ACTION_ID_DETERMINE_PASSWORDLESS_MULTIFACTOR_AUTHN
      Action id 'determineMultifactorPasswordlessAuthenticationAction .
      See Also:
    • ACTION_ID_ACCEPT_PASSWORDLESS_AUTHN

      static final String ACTION_ID_ACCEPT_PASSWORDLESS_AUTHN
      Action id 'determineMultifactorPasswordlessAuthenticationAction .
      See Also:
    • ACTION_ID_WEBAUTHN_START_AUTHENTICATION

      static final String ACTION_ID_WEBAUTHN_START_AUTHENTICATION
      Action id 'webAuthnStartAuthenticationAction .
      See Also:
    • ACTION_ID_WEBAUTHN_POPULATE_CSRF_TOKEN

      static final String ACTION_ID_WEBAUTHN_POPULATE_CSRF_TOKEN
      Action id 'webAuthnPopulateCsrfTokenAction .
      See Also:
    • ACTION_ID_ACCOUNT_PROFILE_WEBAUTHN_REGISTRATION

      static final String ACTION_ID_ACCOUNT_PROFILE_WEBAUTHN_REGISTRATION
      Action id 'webAuthnAccountProfileRegistrationAction .
      See Also:
    • ACTION_ID_ACCOUNT_PROFILE_WEBAUTHN_MFA_PREPARE

      static final String ACTION_ID_ACCOUNT_PROFILE_WEBAUTHN_MFA_PREPARE
      Action id 'webAuthnAccountProfilePrepareAction'.
      See Also:
    • ACTION_ID_ACCOUNT_PROFILE_WEBAUTHN_MFA_DEVICE_PROVIDER

      static final String ACTION_ID_ACCOUNT_PROFILE_WEBAUTHN_MFA_DEVICE_PROVIDER
      Action id 'webAuthnAccountProfileRegistrationAction .
      See Also:
    • ACTION_ID_WEBAUTHN_AUTHENTICATION_WEBFLOW

      static final String ACTION_ID_WEBAUTHN_AUTHENTICATION_WEBFLOW
      Action id 'webAuthnAuthenticationWebflowAction .
      See Also:
    • ACTION_ID_WEBAUTHN_SAVE_ACCOUNT_REGISTRATION

      static final String ACTION_ID_WEBAUTHN_SAVE_ACCOUNT_REGISTRATION
      Action id 'webAuthnSaveAccountRegistrationAction .
      See Also:
    • ACTION_ID_WEBAUTHN_CHECK_ACCOUNT_REGISTRATION

      static final String ACTION_ID_WEBAUTHN_CHECK_ACCOUNT_REGISTRATION
      Action id 'webAuthnCheckAccountRegistrationAction .
      See Also:
    • ACTION_ID_WEB_AUTHN_START_REGISTRATION

      static final String ACTION_ID_WEB_AUTHN_START_REGISTRATION
      Action id 'webAuthnStartRegistrationAction .
      See Also:
    • ACTION_ID_TOKEN_AUTHENTICATION_ACTION

      static final String ACTION_ID_TOKEN_AUTHENTICATION_ACTION
      Action id 'tokenAuthenticationAction .
      See Also:
    • ACTION_ID_WEBAUTHN_VALIDATE_SESSION_CREDENTIAL_TOKEN

      static final String ACTION_ID_WEBAUTHN_VALIDATE_SESSION_CREDENTIAL_TOKEN
      Action id 'webAuthnValidateSessionCredentialTokenAction .
      See Also:
    • ACTION_ID_WS_FEDERATION

      static final String ACTION_ID_WS_FEDERATION
      Action id 'wsFederationAction'.
      See Also:
    • ACTION_ID_WS_FEDERATION_REDIRECT

      static final String ACTION_ID_WS_FEDERATION_REDIRECT
      Action id 'wsFederationClientRedirectAction'.
      See Also:
    • ACTION_ID_MFA_CHECK_AVAILABLE

      static final String ACTION_ID_MFA_CHECK_AVAILABLE
      Action id 'mfaAvailableAction'.
      See Also:
    • ACTION_ID_MFA_CHECK_BYPASS

      static final String ACTION_ID_MFA_CHECK_BYPASS
      Action id 'mfaBypassAction'.
      See Also:
    • ACTION_ID_MFA_CHECK_FAILURE

      static final String ACTION_ID_MFA_CHECK_FAILURE
      Action id 'mfaFailureAction'.
      See Also:
    • ACTION_ID_MFA_SIMPLE_SEND_TOKEN

      static final String ACTION_ID_MFA_SIMPLE_SEND_TOKEN
      Action id 'mfaSimpleMultifactorSendTokenAction'.
      See Also:
    • ACTION_ID_LOAD_ACCOUNT_REGISTRATION_PROPERTIES

      static final String ACTION_ID_LOAD_ACCOUNT_REGISTRATION_PROPERTIES
      Action id 'loadAccountRegistrationPropertiesAction'.
      See Also:
    • ACTION_ID_GOOGLE_SAVE_ACCOUNT_REGISTRATION

      static final String ACTION_ID_GOOGLE_SAVE_ACCOUNT_REGISTRATION
      Action id 'googleSaveAccountRegistrationAction'.
      See Also:
    • ACTION_ID_GOOGLE_CHECK_ACCOUNT_REGISTRATION

      static final String ACTION_ID_GOOGLE_CHECK_ACCOUNT_REGISTRATION
      Action id 'googleAccountCheckRegistrationAction'.
      See Also:
    • ACTION_ID_GOOGLE_VALIDATE_TOKEN

      static final String ACTION_ID_GOOGLE_VALIDATE_TOKEN
      Action id 'googleValidateTokenAction'.
      See Also:
    • ACTION_ID_GOOGLE_CONFIRM_SELECTION

      static final String ACTION_ID_GOOGLE_CONFIRM_SELECTION
      Action id 'googleAccountConfirmSelectionAction'.
      See Also:
    • ACTION_ID_GOOGLE_ACCOUNT_DELETE_DEVICE

      static final String ACTION_ID_GOOGLE_ACCOUNT_DELETE_DEVICE
      Action id 'googleAccountDeleteDeviceAction'.
      See Also:
    • ACTION_ID_GOOGLE_PREPARE_LOGIN

      static final String ACTION_ID_GOOGLE_PREPARE_LOGIN
      Action id 'prepareGoogleAuthenticatorLoginAction'.
      See Also:
    • ACTION_ID_GOOGLE_ACCOUNT_CREATE_REGISTRATION

      static final String ACTION_ID_GOOGLE_ACCOUNT_CREATE_REGISTRATION
      Action id 'googleAccountCreateRegistrationAction'.
      See Also:
    • ACTION_ID_GOOGLE_VALIDATE_SELECTED_REGISTRATION

      static final String ACTION_ID_GOOGLE_VALIDATE_SELECTED_REGISTRATION
      Action id 'validateSelectedRegistrationAction'.
      See Also:
    • ACTION_ID_YUBIKEY_AUTHENTICATION

      static final String ACTION_ID_YUBIKEY_AUTHENTICATION
      Action id 'yubikeyAuthenticationWebflowAction'.
      See Also:
    • ACTION_ID_YUBIKEY_PREPARE_LOGIN

      static final String ACTION_ID_YUBIKEY_PREPARE_LOGIN
      Action id 'prepareYubiKeyAuthenticationLoginAction'.
      See Also:
    • ACTION_ID_YUBIKEY_ACCOUNT_REGISTRATION

      static final String ACTION_ID_YUBIKEY_ACCOUNT_REGISTRATION
      Action id 'yubiKeyAccountRegistrationAction'.
      See Also:
    • ACTION_ID_YUBIKEY_SAVE_ACCOUNT_REGISTRATION

      static final String ACTION_ID_YUBIKEY_SAVE_ACCOUNT_REGISTRATION
      Action id 'yubiKeySaveAccountRegistrationAction'.
      See Also:
    • ACTION_ID_PASSWORD_RESET_INIT

      static final String ACTION_ID_PASSWORD_RESET_INIT
      Action id 'initPasswordResetAction'.
      See Also:
    • ACTION_ID_PASSWORD_CHANGE

      static final String ACTION_ID_PASSWORD_CHANGE
      Action id 'passwordChangeAction'.
      See Also:
    • ACTION_ID_PASSWORD_RESET_SEND_INSTRUCTIONS

      static final String ACTION_ID_PASSWORD_RESET_SEND_INSTRUCTIONS
      Action id 'sendPasswordResetInstructionsAction'.
      See Also:
    • ACTION_ID_PASSWORD_RESET_VERIFY_REQUEST

      static final String ACTION_ID_PASSWORD_RESET_VERIFY_REQUEST
      Action id 'verifyPasswordResetRequestAction'.
      See Also:
    • ACTION_ID_PASSWORD_RESET_VERIFY_SECURITY_QUESTIONS

      static final String ACTION_ID_PASSWORD_RESET_VERIFY_SECURITY_QUESTIONS
      Action id 'verifySecurityQuestionsAction'.
      See Also:
    • ACTION_ID_PASSWORD_RESET_VALIDATE_TOKEN

      static final String ACTION_ID_PASSWORD_RESET_VALIDATE_TOKEN
      Action id 'validatePasswordResetTokenAction'.
      See Also:
    • ACTION_ID_REMOTE_AUTHENTICATION_ADDRESS_CHECK

      static final String ACTION_ID_REMOTE_AUTHENTICATION_ADDRESS_CHECK
      Action id 'remoteAuthenticationCheck'.
      See Also:
    • ACTION_ID_BASIC_AUTHENTICATION

      static final String ACTION_ID_BASIC_AUTHENTICATION
      Action id 'basicAuthenticationAction'.
      See Also:
    • ACTION_ID_DIGEST_AUTHENTICATION

      static final String ACTION_ID_DIGEST_AUTHENTICATION
      Action id 'digestAuthenticationAction'.
      See Also:
    • ACTION_ID_SCIM_PROVISIONING_PRINCIPAL

      static final String ACTION_ID_SCIM_PROVISIONING_PRINCIPAL
      Action id 'principalScimProvisionerAction'.
      See Also:
    • ACTION_ID_RADIUS_AUTHENTICATION

      static final String ACTION_ID_RADIUS_AUTHENTICATION
      Action id 'radiusAuthenticationWebflowAction'.
      See Also:
    • ACTION_ID_SURROGATE_AUTHORIZATION_CHECK

      static final String ACTION_ID_SURROGATE_AUTHORIZATION_CHECK
      Action id 'surrogateAuthorizationCheck'.
      See Also:
    • ACTION_ID_PASSWORD_EXPIRATION_HANDLE_WARNINGS

      static final String ACTION_ID_PASSWORD_EXPIRATION_HANDLE_WARNINGS
      Action id 'handlePasswordExpirationWarningMessagesAction'.
      See Also:
    • ACTION_ID_QR_AUTHENTICATION_VALIDATE_CHANNEL

      static final String ACTION_ID_QR_AUTHENTICATION_VALIDATE_CHANNEL
      Action id 'qrAuthenticationValidateWebSocketChannelAction'.
      See Also:
    • ACTION_ID_QR_AUTHENTICATION_GENERATE_CODE

      static final String ACTION_ID_QR_AUTHENTICATION_GENERATE_CODE
      Action id 'qrAuthenticationGenerateCodeAction'.
      See Also:
    • ACTION_ID_GUA_ACCEPT_USER

      static final String ACTION_ID_GUA_ACCEPT_USER
      Action id 'acceptUserGraphicsForAuthenticationAction'.
      See Also:
    • ACTION_ID_GUA_DISPLAY_USER_GRAPHICS_BEFORE_AUTHENTICATION

      static final String ACTION_ID_GUA_DISPLAY_USER_GRAPHICS_BEFORE_AUTHENTICATION
      Action id 'acceptUserGraphicsForAuthenticationAction'.
      See Also:
    • ACTION_ID_GUA_PREPARE_LOGIN

      static final String ACTION_ID_GUA_PREPARE_LOGIN
      Action id 'prepareForGraphicalAuthenticationAction'.
      See Also:
    • ACTION_ID_SAML_METADATA_UI_PARSER

      static final String ACTION_ID_SAML_METADATA_UI_PARSER
      Action id 'samlMetadataUIParserAction'.
      See Also:
    • ACTION_ID_SAML_IDP_METADATA_UI_PARSER

      static final String ACTION_ID_SAML_IDP_METADATA_UI_PARSER
      Action id 'samlIdPMetadataUIParserAction'.
      See Also:
    • ACTION_ID_OIDC_REGSTERED_SERVICE_UI

      static final String ACTION_ID_OIDC_REGSTERED_SERVICE_UI
      Action id 'oidcRegisteredServiceUIAction'.
      See Also:
    • ACTION_ID_OAUTH20_REGISTERED_SERVICE_UI

      static final String ACTION_ID_OAUTH20_REGISTERED_SERVICE_UI
      Action id 'oauth20RegisteredServiceUIAction'.
      See Also:
    • ACTION_ID_INWEBO_PUSH_AUTHENTICATION

      static final String ACTION_ID_INWEBO_PUSH_AUTHENTICATION
      Action id 'inweboPushAuthenticateAction'.
      See Also:
    • ACTION_ID_INWEBO_CHECK_USER

      static final String ACTION_ID_INWEBO_CHECK_USER
      Action id 'inweboCheckUserAction'.
      See Also:
    • ACTION_ID_INWEBO_MUST_ENROLL

      static final String ACTION_ID_INWEBO_MUST_ENROLL
      Action id 'inweboMustEnrollAction'.
      See Also:
    • ACTION_ID_INWEBO_CHECK_AUTHENTICATION

      static final String ACTION_ID_INWEBO_CHECK_AUTHENTICATION
      Action id 'inweboCheckAuthenticationAction'.
      See Also:
    • ACTION_ID_INWEBO_SUCCESS

      static final String ACTION_ID_INWEBO_SUCCESS
      Action id 'inweboSuccessAction'.
      See Also:
    • ACTION_ID_WSFEDERATION_METADATA_UI

      static final String ACTION_ID_WSFEDERATION_METADATA_UI
      Action id 'wsFederationMetadataUIAction'.
      See Also:
    • ACTION_ID_ACCOUNT_PROFILE_UPDATE_SECURITY_QUESTIONS

      static final String ACTION_ID_ACCOUNT_PROFILE_UPDATE_SECURITY_QUESTIONS
      Action id 'accountProfileUpdateSecurityQuestionsAction'.
      See Also:
    • ACTION_ID_ACCOUNT_PROFILE_REMOVE_SINGLE_SIGNON_SESSION

      static final String ACTION_ID_ACCOUNT_PROFILE_REMOVE_SINGLE_SIGNON_SESSION
      Action id 'accountProfileRemoveSingleSignOnSessionAction'.
      See Also:
    • ACTION_ID_SPNEGO_CLIENT_LDAP

      static final String ACTION_ID_SPNEGO_CLIENT_LDAP
      Action id 'ldapSpnegoClientAction'.
      See Also:
    • ACTION_ID_SPNEGO_CLIENT_HOSTNAME

      static final String ACTION_ID_SPNEGO_CLIENT_HOSTNAME
      Action id 'hostnameSpnegoClientAction'.
      See Also:
    • ACTION_ID_SPNEGO_CLIENT_BASE

      static final String ACTION_ID_SPNEGO_CLIENT_BASE
      Action id 'baseSpnegoClientAction'.
      See Also:
    • ACTION_ID_RISK_AUTHENTICATION_TOKEN_CHECK

      static final String ACTION_ID_RISK_AUTHENTICATION_TOKEN_CHECK
      Action id 'riskAuthenticationTokenCheckAction'.
      See Also:
    • ACTION_ID_SPNEGO

      static final String ACTION_ID_SPNEGO
      The action id 'spnego'.
      See Also:
    • ACTION_ID_SYNCOPE_PRINCIPAL_PROVISIONER_ACTION

      static final String ACTION_ID_SYNCOPE_PRINCIPAL_PROVISIONER_ACTION
      The action id 'syncopePrincipalProvisionerAction'.
      See Also:
    • ACTION_ID_OKTA_PRINCIPAL_PROVISIONER_ACTION

      static final String ACTION_ID_OKTA_PRINCIPAL_PROVISIONER_ACTION
      The action id 'oktaPrincipalProvisionerAction'.
      See Also: