Class _SecurityManager

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating
    Direct Known Subclasses:
    SecurityManager

    public abstract class _SecurityManager
    extends BaseEntity

    Provides the _SecurityManager database entity.

    Please note this class was generated by Cayenne. You should avoid making changes to this class as it may be regenerated. Please make customizations to the entity subclass.

    See Also:
    Serialized Form
    • Field Detail

      • ACCOUNT_EXPIRY_DAYS_PROPERTY

        public static final String ACCOUNT_EXPIRY_DAYS_PROPERTY
        Provides the 'accountExpiryDays' property name.
        See Also:
        Constant Field Values
      • ACTIVE_FLAG_PROPERTY

        public static final String ACTIVE_FLAG_PROPERTY
        Provides the 'activeFlag' property name.
        See Also:
        Constant Field Values
      • DEFAULT_MANAGER_FLAG_PROPERTY

        public static final String DEFAULT_MANAGER_FLAG_PROPERTY
        Provides the 'defaultManagerFlag' property name.
        See Also:
        Constant Field Values
      • DELEGATED_AUTHENTICATION_FLAG_PROPERTY

        public static final String DELEGATED_AUTHENTICATION_FLAG_PROPERTY
        Provides the 'delegatedAuthenticationFlag' property name.
        See Also:
        Constant Field Values
      • DESCRIPTION_PROPERTY

        public static final String DESCRIPTION_PROPERTY
        Provides the 'description' property name.
        See Also:
        Constant Field Values
      • DISABLE_USER_PROFILE_EDIT_FLAG_PROPERTY

        public static final String DISABLE_USER_PROFILE_EDIT_FLAG_PROPERTY
        Provides the 'disableUserProfileEditFlag' property name.
        See Also:
        Constant Field Values
      • EMAIL_APPROVED_MESSAGE_PROPERTY

        public static final String EMAIL_APPROVED_MESSAGE_PROPERTY
        Provides the 'emailApprovedMessage' property name.
        See Also:
        Constant Field Values
      • EMAIL_APPROVED_SUBJECT_PROPERTY

        public static final String EMAIL_APPROVED_SUBJECT_PROPERTY
        Provides the 'emailApprovedSubject' property name.
        See Also:
        Constant Field Values
      • EMAIL_PENDING_MESSAGE_PROPERTY

        public static final String EMAIL_PENDING_MESSAGE_PROPERTY
        Provides the 'emailPendingMessage' property name.
        See Also:
        Constant Field Values
      • EMAIL_PENDING_SUBJECT_PROPERTY

        public static final String EMAIL_PENDING_SUBJECT_PROPERTY
        Provides the 'emailPendingSubject' property name.
        See Also:
        Constant Field Values
      • EMAIL_REJECTED_MESSAGE_PROPERTY

        public static final String EMAIL_REJECTED_MESSAGE_PROPERTY
        Provides the 'emailRejectedMessage' property name.
        See Also:
        Constant Field Values
      • EMAIL_REJECTED_SUBJECT_PROPERTY

        public static final String EMAIL_REJECTED_SUBJECT_PROPERTY
        Provides the 'emailRejectedSubject' property name.
        See Also:
        Constant Field Values
      • EMAIL_VERIFICATION_MESSAGE_PROPERTY

        public static final String EMAIL_VERIFICATION_MESSAGE_PROPERTY
        Provides the 'emailVerificationMessage' property name.
        See Also:
        Constant Field Values
      • EMAIL_VERIFICATION_SUBJECT_PROPERTY

        public static final String EMAIL_VERIFICATION_SUBJECT_PROPERTY
        Provides the 'emailVerificationSubject' property name.
        See Also:
        Constant Field Values
      • ENROL_ACCOUNT_APPROVAL_FLAG_PROPERTY

        public static final String ENROL_ACCOUNT_APPROVAL_FLAG_PROPERTY
        Provides the 'enrolAccountApprovalFlag' property name.
        See Also:
        Constant Field Values
      • ENROL_EMAIL_VERIFICATION_FLAG_PROPERTY

        public static final String ENROL_EMAIL_VERIFICATION_FLAG_PROPERTY
        Provides the 'enrolEmailVerificationFlag' property name.
        See Also:
        Constant Field Values
      • ENROL_RECAPTCHA_FLAG_PROPERTY

        public static final String ENROL_RECAPTCHA_FLAG_PROPERTY
        Provides the 'enrolRecaptchaFlag' property name.
        See Also:
        Constant Field Values
      • ENROL_RECAPTCHA_PRIVATE_KEY_PROPERTY

        public static final String ENROL_RECAPTCHA_PRIVATE_KEY_PROPERTY
        Provides the 'enrolRecaptchaPrivateKey' property name.
        See Also:
        Constant Field Values
      • ENROL_RECAPTCHA_PUBLIC_KEY_PROPERTY

        public static final String ENROL_RECAPTCHA_PUBLIC_KEY_PROPERTY
        Provides the 'enrolRecaptchaPublicKey' property name.
        See Also:
        Constant Field Values
      • ENROL_USER_CREATION_FLAG_PROPERTY

        public static final String ENROL_USER_CREATION_FLAG_PROPERTY
        Provides the 'enrolUserCreationFlag' property name.
        See Also:
        Constant Field Values
      • ENROL_USER_REGISTRATION_FLAG_PROPERTY

        public static final String ENROL_USER_REGISTRATION_FLAG_PROPERTY
        Provides the 'enrolUserRegistrationFlag' property name.
        See Also:
        Constant Field Values
      • LAST_MODIFIED_AT_PROPERTY

        public static final String LAST_MODIFIED_AT_PROPERTY
        Provides the 'lastModifiedAt' property name.
        See Also:
        Constant Field Values
      • LAST_MODIFIED_BY_PROPERTY

        public static final String LAST_MODIFIED_BY_PROPERTY
        Provides the 'lastModifiedBy' property name.
        See Also:
        Constant Field Values
      • LOCKOUT_DURATION_PROPERTY

        public static final String LOCKOUT_DURATION_PROPERTY
        Provides the 'lockoutDuration' property name.
        See Also:
        Constant Field Values
      • LOGGING_ENABLED_FLAG_PROPERTY

        public static final String LOGGING_ENABLED_FLAG_PROPERTY
        Provides the 'loggingEnabledFlag' property name.
        See Also:
        Constant Field Values
      • MAX_EMAIL_VERIFICATION_DAYS_PROPERTY

        public static final String MAX_EMAIL_VERIFICATION_DAYS_PROPERTY
        Provides the 'maxEmailVerificationDays' property name.
        See Also:
        Constant Field Values
      • MAX_LOGIN_ATTEMPTS_PROPERTY

        public static final String MAX_LOGIN_ATTEMPTS_PROPERTY
        Provides the 'maxLoginAttempts' property name.
        See Also:
        Constant Field Values
      • NOTIFY_ADMIN_ON_CHANGE_FLAG_PROPERTY

        public static final String NOTIFY_ADMIN_ON_CHANGE_FLAG_PROPERTY
        Provides the 'notifyAdminOnChangeFlag' property name.
        See Also:
        Constant Field Values
      • NOTIFY_USER_ON_CHANGE_FLAG_PROPERTY

        public static final String NOTIFY_USER_ON_CHANGE_FLAG_PROPERTY
        Provides the 'notifyUserOnChangeFlag' property name.
        See Also:
        Constant Field Values
      • PASSWORD_ILLEGAL_VALUES_PROPERTY

        public static final String PASSWORD_ILLEGAL_VALUES_PROPERTY
        Provides the 'passwordIllegalValues' property name.
        See Also:
        Constant Field Values
      • PASSWORD_LETTERS_DIGITS_FLAG_PROPERTY

        public static final String PASSWORD_LETTERS_DIGITS_FLAG_PROPERTY
        Provides the 'passwordLettersDigitsFlag' property name.
        See Also:
        Constant Field Values
      • PASSWORD_MIN_LENGTH_PROPERTY

        public static final String PASSWORD_MIN_LENGTH_PROPERTY
        Provides the 'passwordMinLength' property name.
        See Also:
        Constant Field Values
      • PASSWORD_MIXED_CASE_FLAG_PROPERTY

        public static final String PASSWORD_MIXED_CASE_FLAG_PROPERTY
        Provides the 'passwordMixedCaseFlag' property name.
        See Also:
        Constant Field Values
      • PASSWORD_SPECIAL_CHAR_FLAG_PROPERTY

        public static final String PASSWORD_SPECIAL_CHAR_FLAG_PROPERTY
        Provides the 'passwordSpecialCharFlag' property name.
        See Also:
        Constant Field Values
      • SECURE_GROOVY_API_FLAG_PROPERTY

        public static final String SECURE_GROOVY_API_FLAG_PROPERTY
        Provides the 'secureGroovyApiFlag' property name.
        See Also:
        Constant Field Values
      • SESSION_TIMEOUT_PROPERTY

        public static final String SESSION_TIMEOUT_PROPERTY
        Provides the 'sessionTimeout' property name.
        See Also:
        Constant Field Values
      • SSO_FILTER_ENABLED_FLAG_PROPERTY

        public static final String SSO_FILTER_ENABLED_FLAG_PROPERTY
        Provides the 'ssoFilterEnabledFlag' property name.
        See Also:
        Constant Field Values
      • SSO_KEYSTORE_DATA_PROPERTY

        public static final String SSO_KEYSTORE_DATA_PROPERTY
        Provides the 'ssoKeystoreData' property name.
        See Also:
        Constant Field Values
      • SSO_KEYSTORE_FILENAME_PROPERTY

        public static final String SSO_KEYSTORE_FILENAME_PROPERTY
        Provides the 'ssoKeystoreFilename' property name.
        See Also:
        Constant Field Values
      • SSO_KEYSTORE_PASSWORD_PROPERTY

        public static final String SSO_KEYSTORE_PASSWORD_PROPERTY
        Provides the 'ssoKeystorePassword' property name.
        See Also:
        Constant Field Values
      • SSO_PRIVATE_KEY_ALIAS_PROPERTY

        public static final String SSO_PRIVATE_KEY_ALIAS_PROPERTY
        Provides the 'ssoPrivateKeyAlias' property name.
        See Also:
        Constant Field Values
      • SSO_PRIVATE_KEY_PASSWORD_PROPERTY

        public static final String SSO_PRIVATE_KEY_PASSWORD_PROPERTY
        Provides the 'ssoPrivateKeyPassword' property name.
        See Also:
        Constant Field Values
      • SSO_REVALIDATION_REQUIRED_FLAG_PROPERTY

        public static final String SSO_REVALIDATION_REQUIRED_FLAG_PROPERTY
        Provides the 'ssoRevalidationRequiredFlag' property name.
        See Also:
        Constant Field Values
      • SSO_SCRIPT_AUTH_OK_RESPONSE_PROPERTY

        public static final String SSO_SCRIPT_AUTH_OK_RESPONSE_PROPERTY
        Provides the 'ssoScriptAuthOkResponse' property name.
        See Also:
        Constant Field Values
      • SSO_SCRIPT_GET_AUTH_TOKEN_PROPERTY

        public static final String SSO_SCRIPT_GET_AUTH_TOKEN_PROPERTY
        Provides the 'ssoScriptGetAuthToken' property name.
        See Also:
        Constant Field Values
      • SSO_SCRIPT_REVALIDATION_PROPERTY

        public static final String SSO_SCRIPT_REVALIDATION_PROPERTY
        Provides the 'ssoScriptRevalidation' property name.
        See Also:
        Constant Field Values
      • SSO_VALIDATOR_CERT_DATA_PROPERTY

        public static final String SSO_VALIDATOR_CERT_DATA_PROPERTY
        Provides the 'ssoValidatorCertData' property name.
        See Also:
        Constant Field Values
      • SSO_VALIDATOR_CERT_FILENAME_PROPERTY

        public static final String SSO_VALIDATOR_CERT_FILENAME_PROPERTY
        Provides the 'ssoValidatorCertFilename' property name.
        See Also:
        Constant Field Values
      • STRICT_HEADER_SECURITY_FLAG_PROPERTY

        public static final String STRICT_HEADER_SECURITY_FLAG_PROPERTY
        Provides the 'strictHeaderSecurityFlag' property name.
        See Also:
        Constant Field Values
      • TWO_FACTOR_AUTHENTICATION_OPTIONAL_FLAG_PROPERTY

        public static final String TWO_FACTOR_AUTHENTICATION_OPTIONAL_FLAG_PROPERTY
        Provides the 'twoFactorAuthenticationOptionalFlag' property name.
        See Also:
        Constant Field Values
      • URL_LOGIN_PROPERTY

        public static final String URL_LOGIN_PROPERTY
        Provides the 'urlLogin' property name.
        See Also:
        Constant Field Values
      • URL_LOGOUT_CHAIN_PROPERTY

        public static final String URL_LOGOUT_CHAIN_PROPERTY
        Provides the 'urlLogoutChain' property name.
        See Also:
        Constant Field Values
      • AUTHENTICATION_PROVIDERS_PROPERTY

        public static final String AUTHENTICATION_PROVIDERS_PROPERTY
        Provides the 'authenticationProviders' relationship name.
        See Also:
        Constant Field Values
      • PORTALS_PROPERTY

        public static final String PORTALS_PROPERTY
        Provides the 'portals' relationship name.
        See Also:
        Constant Field Values
      • SECURITY_MANAGER_LOG_PROPERTY

        public static final String SECURITY_MANAGER_LOG_PROPERTY
        Provides the 'securityManagerLog' relationship name.
        See Also:
        Constant Field Values
      • SECURITY_MANAGER_PARAMETERS_PROPERTY

        public static final String SECURITY_MANAGER_PARAMETERS_PROPERTY
        Provides the 'securityManagerParameters' relationship name.
        See Also:
        Constant Field Values
      • TWO_FACTOR_AUTHENTICATION_SERVICE_PROPERTY

        public static final String TWO_FACTOR_AUTHENTICATION_SERVICE_PROPERTY
        Provides the 'twoFactorAuthenticationService' relationship name.
        See Also:
        Constant Field Values
      • SECURITY_MANAGER_OID_PK_COLUMN

        public static final String SECURITY_MANAGER_OID_PK_COLUMN
        Provides the 'security_manager_oid' primary key database column name.
        See Also:
        Constant Field Values
      • ACCOUNT_EXPIRY_DAYS

        public static final org.apache.cayenne.exp.Property<Integer> ACCOUNT_EXPIRY_DAYS
        Provides the 'ACCOUNT_EXPIRY_DAYS' property.
      • ACTIVE_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> ACTIVE_FLAG
        Provides the 'ACTIVE_FLAG' property.
      • DEFAULT_MANAGER_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> DEFAULT_MANAGER_FLAG
        Provides the 'DEFAULT_MANAGER_FLAG' property.
      • DELEGATED_AUTHENTICATION_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> DELEGATED_AUTHENTICATION_FLAG
        Provides the 'DELEGATED_AUTHENTICATION_FLAG' property.
      • DESCRIPTION

        public static final org.apache.cayenne.exp.Property<String> DESCRIPTION
        Provides the 'DESCRIPTION' property.
      • DISABLE_USER_PROFILE_EDIT_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> DISABLE_USER_PROFILE_EDIT_FLAG
        Provides the 'DISABLE_USER_PROFILE_EDIT_FLAG' property.
      • EMAIL_APPROVED_MESSAGE

        public static final org.apache.cayenne.exp.Property<String> EMAIL_APPROVED_MESSAGE
        Provides the 'EMAIL_APPROVED_MESSAGE' property.
      • EMAIL_APPROVED_SUBJECT

        public static final org.apache.cayenne.exp.Property<String> EMAIL_APPROVED_SUBJECT
        Provides the 'EMAIL_APPROVED_SUBJECT' property.
      • EMAIL_PENDING_MESSAGE

        public static final org.apache.cayenne.exp.Property<String> EMAIL_PENDING_MESSAGE
        Provides the 'EMAIL_PENDING_MESSAGE' property.
      • EMAIL_PENDING_SUBJECT

        public static final org.apache.cayenne.exp.Property<String> EMAIL_PENDING_SUBJECT
        Provides the 'EMAIL_PENDING_SUBJECT' property.
      • EMAIL_REJECTED_MESSAGE

        public static final org.apache.cayenne.exp.Property<String> EMAIL_REJECTED_MESSAGE
        Provides the 'EMAIL_REJECTED_MESSAGE' property.
      • EMAIL_REJECTED_SUBJECT

        public static final org.apache.cayenne.exp.Property<String> EMAIL_REJECTED_SUBJECT
        Provides the 'EMAIL_REJECTED_SUBJECT' property.
      • EMAIL_VERIFICATION_MESSAGE

        public static final org.apache.cayenne.exp.Property<String> EMAIL_VERIFICATION_MESSAGE
        Provides the 'EMAIL_VERIFICATION_MESSAGE' property.
      • EMAIL_VERIFICATION_SUBJECT

        public static final org.apache.cayenne.exp.Property<String> EMAIL_VERIFICATION_SUBJECT
        Provides the 'EMAIL_VERIFICATION_SUBJECT' property.
      • ENROL_ACCOUNT_APPROVAL_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> ENROL_ACCOUNT_APPROVAL_FLAG
        Provides the 'ENROL_ACCOUNT_APPROVAL_FLAG' property.
      • ENROL_EMAIL_VERIFICATION_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> ENROL_EMAIL_VERIFICATION_FLAG
        Provides the 'ENROL_EMAIL_VERIFICATION_FLAG' property.
      • ENROL_RECAPTCHA_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> ENROL_RECAPTCHA_FLAG
        Provides the 'ENROL_RECAPTCHA_FLAG' property.
      • ENROL_RECAPTCHA_PRIVATE_KEY

        public static final org.apache.cayenne.exp.Property<String> ENROL_RECAPTCHA_PRIVATE_KEY
        Provides the 'ENROL_RECAPTCHA_PRIVATE_KEY' property.
      • ENROL_RECAPTCHA_PUBLIC_KEY

        public static final org.apache.cayenne.exp.Property<String> ENROL_RECAPTCHA_PUBLIC_KEY
        Provides the 'ENROL_RECAPTCHA_PUBLIC_KEY' property.
      • ENROL_USER_CREATION_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> ENROL_USER_CREATION_FLAG
        Provides the 'ENROL_USER_CREATION_FLAG' property.
      • ENROL_USER_REGISTRATION_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> ENROL_USER_REGISTRATION_FLAG
        Provides the 'ENROL_USER_REGISTRATION_FLAG' property.
      • LAST_MODIFIED_AT

        public static final org.apache.cayenne.exp.Property<Date> LAST_MODIFIED_AT
        Provides the 'LAST_MODIFIED_AT' property.
      • LAST_MODIFIED_BY

        public static final org.apache.cayenne.exp.Property<String> LAST_MODIFIED_BY
        Provides the 'LAST_MODIFIED_BY' property.
      • LOCKOUT_DURATION

        public static final org.apache.cayenne.exp.Property<Integer> LOCKOUT_DURATION
        Provides the 'LOCKOUT_DURATION' property.
      • LOGGING_ENABLED_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> LOGGING_ENABLED_FLAG
        Provides the 'LOGGING_ENABLED_FLAG' property.
      • MAX_EMAIL_VERIFICATION_DAYS

        public static final org.apache.cayenne.exp.Property<Integer> MAX_EMAIL_VERIFICATION_DAYS
        Provides the 'MAX_EMAIL_VERIFICATION_DAYS' property.
      • MAX_LOGIN_ATTEMPTS

        public static final org.apache.cayenne.exp.Property<Integer> MAX_LOGIN_ATTEMPTS
        Provides the 'MAX_LOGIN_ATTEMPTS' property.
      • NAME

        public static final org.apache.cayenne.exp.Property<String> NAME
        Provides the 'NAME' property.
      • NOTIFY_ADMIN_ON_CHANGE_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> NOTIFY_ADMIN_ON_CHANGE_FLAG
        Provides the 'NOTIFY_ADMIN_ON_CHANGE_FLAG' property.
      • NOTIFY_USER_ON_CHANGE_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> NOTIFY_USER_ON_CHANGE_FLAG
        Provides the 'NOTIFY_USER_ON_CHANGE_FLAG' property.
      • PASSWORD_ILLEGAL_VALUES

        public static final org.apache.cayenne.exp.Property<String> PASSWORD_ILLEGAL_VALUES
        Provides the 'PASSWORD_ILLEGAL_VALUES' property.
      • PASSWORD_LETTERS_DIGITS_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> PASSWORD_LETTERS_DIGITS_FLAG
        Provides the 'PASSWORD_LETTERS_DIGITS_FLAG' property.
      • PASSWORD_MIN_LENGTH

        public static final org.apache.cayenne.exp.Property<Integer> PASSWORD_MIN_LENGTH
        Provides the 'PASSWORD_MIN_LENGTH' property.
      • PASSWORD_MIXED_CASE_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> PASSWORD_MIXED_CASE_FLAG
        Provides the 'PASSWORD_MIXED_CASE_FLAG' property.
      • PASSWORD_SPECIAL_CHAR_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> PASSWORD_SPECIAL_CHAR_FLAG
        Provides the 'PASSWORD_SPECIAL_CHAR_FLAG' property.
      • SECURE_GROOVY_API_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> SECURE_GROOVY_API_FLAG
        Provides the 'SECURE_GROOVY_API_FLAG' property.
      • SESSION_TIMEOUT

        public static final org.apache.cayenne.exp.Property<Integer> SESSION_TIMEOUT
        Provides the 'SESSION_TIMEOUT' property.
      • SSO_FILTER_ENABLED_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> SSO_FILTER_ENABLED_FLAG
        Provides the 'SSO_FILTER_ENABLED_FLAG' property.
      • SSO_KEYSTORE_DATA

        public static final org.apache.cayenne.exp.Property<byte[]> SSO_KEYSTORE_DATA
        Provides the 'SSO_KEYSTORE_DATA' property.
      • SSO_KEYSTORE_FILENAME

        public static final org.apache.cayenne.exp.Property<String> SSO_KEYSTORE_FILENAME
        Provides the 'SSO_KEYSTORE_FILENAME' property.
      • SSO_KEYSTORE_PASSWORD

        public static final org.apache.cayenne.exp.Property<String> SSO_KEYSTORE_PASSWORD
        Provides the 'SSO_KEYSTORE_PASSWORD' property.
      • SSO_PRIVATE_KEY_ALIAS

        public static final org.apache.cayenne.exp.Property<String> SSO_PRIVATE_KEY_ALIAS
        Provides the 'SSO_PRIVATE_KEY_ALIAS' property.
      • SSO_PRIVATE_KEY_PASSWORD

        public static final org.apache.cayenne.exp.Property<String> SSO_PRIVATE_KEY_PASSWORD
        Provides the 'SSO_PRIVATE_KEY_PASSWORD' property.
      • SSO_REVALIDATION_REQUIRED_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> SSO_REVALIDATION_REQUIRED_FLAG
        Provides the 'SSO_REVALIDATION_REQUIRED_FLAG' property.
      • SSO_SCRIPT_AUTH_OK_RESPONSE

        public static final org.apache.cayenne.exp.Property<String> SSO_SCRIPT_AUTH_OK_RESPONSE
        Provides the 'SSO_SCRIPT_AUTH_OK_RESPONSE' property.
      • SSO_SCRIPT_GET_AUTH_TOKEN

        public static final org.apache.cayenne.exp.Property<String> SSO_SCRIPT_GET_AUTH_TOKEN
        Provides the 'SSO_SCRIPT_GET_AUTH_TOKEN' property.
      • SSO_SCRIPT_REVALIDATION

        public static final org.apache.cayenne.exp.Property<String> SSO_SCRIPT_REVALIDATION
        Provides the 'SSO_SCRIPT_REVALIDATION' property.
      • SSO_VALIDATOR_CERT_DATA

        public static final org.apache.cayenne.exp.Property<byte[]> SSO_VALIDATOR_CERT_DATA
        Provides the 'SSO_VALIDATOR_CERT_DATA' property.
      • SSO_VALIDATOR_CERT_FILENAME

        public static final org.apache.cayenne.exp.Property<String> SSO_VALIDATOR_CERT_FILENAME
        Provides the 'SSO_VALIDATOR_CERT_FILENAME' property.
      • STRICT_HEADER_SECURITY_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> STRICT_HEADER_SECURITY_FLAG
        Provides the 'STRICT_HEADER_SECURITY_FLAG' property.
      • TWO_FACTOR_AUTHENTICATION_OPTIONAL_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> TWO_FACTOR_AUTHENTICATION_OPTIONAL_FLAG
        Provides the 'TWO_FACTOR_AUTHENTICATION_OPTIONAL_FLAG' property.
      • URL_LOGIN

        public static final org.apache.cayenne.exp.Property<String> URL_LOGIN
        Provides the 'URL_LOGIN' property.
      • URL_LOGOUT_CHAIN

        public static final org.apache.cayenne.exp.Property<String> URL_LOGOUT_CHAIN
        Provides the 'URL_LOGOUT_CHAIN' property.
      • AUTHENTICATION_PROVIDERS

        public static final org.apache.cayenne.exp.Property<List<AuthenticationProvider>> AUTHENTICATION_PROVIDERS
        Provides the 'AUTHENTICATION_PROVIDERS' property.
      • PORTALS

        public static final org.apache.cayenne.exp.Property<List<Portal>> PORTALS
        Provides the 'PORTALS' property.
      • SECURITY_MANAGER_LOG

        public static final org.apache.cayenne.exp.Property<List<SecurityManagerLog>> SECURITY_MANAGER_LOG
        Provides the 'SECURITY_MANAGER_LOG' property.
      • SECURITY_MANAGER_PARAMETERS

        public static final org.apache.cayenne.exp.Property<List<SecurityManagerParameter>> SECURITY_MANAGER_PARAMETERS
        Provides the 'SECURITY_MANAGER_PARAMETERS' property.
      • TWO_FACTOR_AUTHENTICATION_SERVICE

        public static final org.apache.cayenne.exp.Property<ServiceDefinition> TWO_FACTOR_AUTHENTICATION_SERVICE
        Provides the 'TWO_FACTOR_AUTHENTICATION_SERVICE' property.
    • Constructor Detail

      • _SecurityManager

        public _SecurityManager()
    • Method Detail

      • setAccountExpiryDays

        public void setAccountExpiryDays​(int accountExpiryDays)
        Set the accountExpiryDays value.
        Parameters:
        accountExpiryDays - the accountExpiryDays value to set
      • getAccountExpiryDays

        public int getAccountExpiryDays()
        Return the accountExpiryDays value.
        Returns:
        accountExpiryDays the accountExpiryDays value
      • setActiveFlag

        public void setActiveFlag​(boolean activeFlag)
        Set the activeFlag value.
        Parameters:
        activeFlag - the activeFlag value to set
      • isActiveFlag

        public boolean isActiveFlag()
        Return the activeFlag value.
        Returns:
        activeFlag the activeFlag value
      • setDefaultManagerFlag

        public void setDefaultManagerFlag​(boolean defaultManagerFlag)
        Set the defaultManagerFlag value.
        Parameters:
        defaultManagerFlag - the defaultManagerFlag value to set
      • isDefaultManagerFlag

        public boolean isDefaultManagerFlag()
        Return the defaultManagerFlag value.
        Returns:
        defaultManagerFlag the defaultManagerFlag value
      • setDelegatedAuthenticationFlag

        public void setDelegatedAuthenticationFlag​(boolean delegatedAuthenticationFlag)
        Set the delegatedAuthenticationFlag value.
        Parameters:
        delegatedAuthenticationFlag - the delegatedAuthenticationFlag value to set
      • isDelegatedAuthenticationFlag

        public boolean isDelegatedAuthenticationFlag()
        Return the delegatedAuthenticationFlag value.
        Returns:
        delegatedAuthenticationFlag the delegatedAuthenticationFlag value
      • setDescription

        public void setDescription​(String description)
        Set the description value.
        Parameters:
        description - the description value to set
      • getDescription

        public String getDescription()
        Return the description value.
        Returns:
        description the description value
      • setDisableUserProfileEditFlag

        public void setDisableUserProfileEditFlag​(boolean disableUserProfileEditFlag)
        Set the disableUserProfileEditFlag value.
        Parameters:
        disableUserProfileEditFlag - the disableUserProfileEditFlag value to set
      • isDisableUserProfileEditFlag

        public boolean isDisableUserProfileEditFlag()
        Return the disableUserProfileEditFlag value.
        Returns:
        disableUserProfileEditFlag the disableUserProfileEditFlag value
      • setEmailApprovedMessage

        public void setEmailApprovedMessage​(String emailApprovedMessage)
        Set the emailApprovedMessage value.
        Parameters:
        emailApprovedMessage - the emailApprovedMessage value to set
      • getEmailApprovedMessage

        public String getEmailApprovedMessage()
        Return the emailApprovedMessage value.
        Returns:
        emailApprovedMessage the emailApprovedMessage value
      • setEmailApprovedSubject

        public void setEmailApprovedSubject​(String emailApprovedSubject)
        Set the emailApprovedSubject value.
        Parameters:
        emailApprovedSubject - the emailApprovedSubject value to set
      • getEmailApprovedSubject

        public String getEmailApprovedSubject()
        Return the emailApprovedSubject value.
        Returns:
        emailApprovedSubject the emailApprovedSubject value
      • setEmailPendingMessage

        public void setEmailPendingMessage​(String emailPendingMessage)
        Set the emailPendingMessage value.
        Parameters:
        emailPendingMessage - the emailPendingMessage value to set
      • getEmailPendingMessage

        public String getEmailPendingMessage()
        Return the emailPendingMessage value.
        Returns:
        emailPendingMessage the emailPendingMessage value
      • setEmailPendingSubject

        public void setEmailPendingSubject​(String emailPendingSubject)
        Set the emailPendingSubject value.
        Parameters:
        emailPendingSubject - the emailPendingSubject value to set
      • getEmailPendingSubject

        public String getEmailPendingSubject()
        Return the emailPendingSubject value.
        Returns:
        emailPendingSubject the emailPendingSubject value
      • setEmailRejectedMessage

        public void setEmailRejectedMessage​(String emailRejectedMessage)
        Set the emailRejectedMessage value.
        Parameters:
        emailRejectedMessage - the emailRejectedMessage value to set
      • getEmailRejectedMessage

        public String getEmailRejectedMessage()
        Return the emailRejectedMessage value.
        Returns:
        emailRejectedMessage the emailRejectedMessage value
      • setEmailRejectedSubject

        public void setEmailRejectedSubject​(String emailRejectedSubject)
        Set the emailRejectedSubject value.
        Parameters:
        emailRejectedSubject - the emailRejectedSubject value to set
      • getEmailRejectedSubject

        public String getEmailRejectedSubject()
        Return the emailRejectedSubject value.
        Returns:
        emailRejectedSubject the emailRejectedSubject value
      • setEmailVerificationMessage

        public void setEmailVerificationMessage​(String emailVerificationMessage)
        Set the emailVerificationMessage value.
        Parameters:
        emailVerificationMessage - the emailVerificationMessage value to set
      • getEmailVerificationMessage

        public String getEmailVerificationMessage()
        Return the emailVerificationMessage value.
        Returns:
        emailVerificationMessage the emailVerificationMessage value
      • setEmailVerificationSubject

        public void setEmailVerificationSubject​(String emailVerificationSubject)
        Set the emailVerificationSubject value.
        Parameters:
        emailVerificationSubject - the emailVerificationSubject value to set
      • getEmailVerificationSubject

        public String getEmailVerificationSubject()
        Return the emailVerificationSubject value.
        Returns:
        emailVerificationSubject the emailVerificationSubject value
      • setEnrolAccountApprovalFlag

        public void setEnrolAccountApprovalFlag​(boolean enrolAccountApprovalFlag)
        Set the enrolAccountApprovalFlag value.
        Parameters:
        enrolAccountApprovalFlag - the enrolAccountApprovalFlag value to set
      • isEnrolAccountApprovalFlag

        public boolean isEnrolAccountApprovalFlag()
        Return the enrolAccountApprovalFlag value.
        Returns:
        enrolAccountApprovalFlag the enrolAccountApprovalFlag value
      • setEnrolEmailVerificationFlag

        public void setEnrolEmailVerificationFlag​(boolean enrolEmailVerificationFlag)
        Set the enrolEmailVerificationFlag value.
        Parameters:
        enrolEmailVerificationFlag - the enrolEmailVerificationFlag value to set
      • isEnrolEmailVerificationFlag

        public boolean isEnrolEmailVerificationFlag()
        Return the enrolEmailVerificationFlag value.
        Returns:
        enrolEmailVerificationFlag the enrolEmailVerificationFlag value
      • setEnrolRecaptchaFlag

        public void setEnrolRecaptchaFlag​(boolean enrolRecaptchaFlag)
        Set the enrolRecaptchaFlag value.
        Parameters:
        enrolRecaptchaFlag - the enrolRecaptchaFlag value to set
      • isEnrolRecaptchaFlag

        public boolean isEnrolRecaptchaFlag()
        Return the enrolRecaptchaFlag value.
        Returns:
        enrolRecaptchaFlag the enrolRecaptchaFlag value
      • setEnrolRecaptchaPrivateKey

        public void setEnrolRecaptchaPrivateKey​(String enrolRecaptchaPrivateKey)
        Set the enrolRecaptchaPrivateKey value.
        Parameters:
        enrolRecaptchaPrivateKey - the enrolRecaptchaPrivateKey value to set
      • getEnrolRecaptchaPrivateKey

        public String getEnrolRecaptchaPrivateKey()
        Return the enrolRecaptchaPrivateKey value.
        Returns:
        enrolRecaptchaPrivateKey the enrolRecaptchaPrivateKey value
      • setEnrolRecaptchaPublicKey

        public void setEnrolRecaptchaPublicKey​(String enrolRecaptchaPublicKey)
        Set the enrolRecaptchaPublicKey value.
        Parameters:
        enrolRecaptchaPublicKey - the enrolRecaptchaPublicKey value to set
      • getEnrolRecaptchaPublicKey

        public String getEnrolRecaptchaPublicKey()
        Return the enrolRecaptchaPublicKey value.
        Returns:
        enrolRecaptchaPublicKey the enrolRecaptchaPublicKey value
      • setEnrolUserCreationFlag

        public void setEnrolUserCreationFlag​(boolean enrolUserCreationFlag)
        Set the enrolUserCreationFlag value.
        Parameters:
        enrolUserCreationFlag - the enrolUserCreationFlag value to set
      • isEnrolUserCreationFlag

        public boolean isEnrolUserCreationFlag()
        Return the enrolUserCreationFlag value.
        Returns:
        enrolUserCreationFlag the enrolUserCreationFlag value
      • setEnrolUserRegistrationFlag

        public void setEnrolUserRegistrationFlag​(boolean enrolUserRegistrationFlag)
        Set the enrolUserRegistrationFlag value.
        Parameters:
        enrolUserRegistrationFlag - the enrolUserRegistrationFlag value to set
      • isEnrolUserRegistrationFlag

        public boolean isEnrolUserRegistrationFlag()
        Return the enrolUserRegistrationFlag value.
        Returns:
        enrolUserRegistrationFlag the enrolUserRegistrationFlag value
      • setLastModifiedAt

        public void setLastModifiedAt​(Date lastModifiedAt)
        Set the lastModifiedAt value.
        Parameters:
        lastModifiedAt - the lastModifiedAt value to set
      • getLastModifiedAt

        public Date getLastModifiedAt()
        Return the lastModifiedAt value.
        Returns:
        lastModifiedAt the lastModifiedAt value
      • setLastModifiedBy

        public void setLastModifiedBy​(String lastModifiedBy)
        Set the lastModifiedBy value.
        Parameters:
        lastModifiedBy - the lastModifiedBy value to set
      • getLastModifiedBy

        public String getLastModifiedBy()
        Return the lastModifiedBy value.
        Returns:
        lastModifiedBy the lastModifiedBy value
      • setLockoutDuration

        public void setLockoutDuration​(int lockoutDuration)
        Set the lockoutDuration value.
        Parameters:
        lockoutDuration - the lockoutDuration value to set
      • getLockoutDuration

        public int getLockoutDuration()
        Return the lockoutDuration value.
        Returns:
        lockoutDuration the lockoutDuration value
      • setLoggingEnabledFlag

        public void setLoggingEnabledFlag​(boolean loggingEnabledFlag)
        Set the loggingEnabledFlag value.
        Parameters:
        loggingEnabledFlag - the loggingEnabledFlag value to set
      • isLoggingEnabledFlag

        public boolean isLoggingEnabledFlag()
        Return the loggingEnabledFlag value.
        Returns:
        loggingEnabledFlag the loggingEnabledFlag value
      • setMaxEmailVerificationDays

        public void setMaxEmailVerificationDays​(int maxEmailVerificationDays)
        Set the maxEmailVerificationDays value.
        Parameters:
        maxEmailVerificationDays - the maxEmailVerificationDays value to set
      • getMaxEmailVerificationDays

        public int getMaxEmailVerificationDays()
        Return the maxEmailVerificationDays value.
        Returns:
        maxEmailVerificationDays the maxEmailVerificationDays value
      • setMaxLoginAttempts

        public void setMaxLoginAttempts​(int maxLoginAttempts)
        Set the maxLoginAttempts value.
        Parameters:
        maxLoginAttempts - the maxLoginAttempts value to set
      • getMaxLoginAttempts

        public int getMaxLoginAttempts()
        Return the maxLoginAttempts value.
        Returns:
        maxLoginAttempts the maxLoginAttempts value
      • setName

        public void setName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
      • getName

        public String getName()
        Return the name value.
        Returns:
        name the name value
      • setNotifyAdminOnChangeFlag

        public void setNotifyAdminOnChangeFlag​(boolean notifyAdminOnChangeFlag)
        Set the notifyAdminOnChangeFlag value.
        Parameters:
        notifyAdminOnChangeFlag - the notifyAdminOnChangeFlag value to set
      • isNotifyAdminOnChangeFlag

        public boolean isNotifyAdminOnChangeFlag()
        Return the notifyAdminOnChangeFlag value.
        Returns:
        notifyAdminOnChangeFlag the notifyAdminOnChangeFlag value
      • setNotifyUserOnChangeFlag

        public void setNotifyUserOnChangeFlag​(boolean notifyUserOnChangeFlag)
        Set the notifyUserOnChangeFlag value.
        Parameters:
        notifyUserOnChangeFlag - the notifyUserOnChangeFlag value to set
      • isNotifyUserOnChangeFlag

        public boolean isNotifyUserOnChangeFlag()
        Return the notifyUserOnChangeFlag value.
        Returns:
        notifyUserOnChangeFlag the notifyUserOnChangeFlag value
      • setPasswordIllegalValues

        public void setPasswordIllegalValues​(String passwordIllegalValues)
        Set the passwordIllegalValues value.
        Parameters:
        passwordIllegalValues - the passwordIllegalValues value to set
      • getPasswordIllegalValues

        public String getPasswordIllegalValues()
        Return the passwordIllegalValues value.
        Returns:
        passwordIllegalValues the passwordIllegalValues value
      • setPasswordLettersDigitsFlag

        public void setPasswordLettersDigitsFlag​(boolean passwordLettersDigitsFlag)
        Set the passwordLettersDigitsFlag value.
        Parameters:
        passwordLettersDigitsFlag - the passwordLettersDigitsFlag value to set
      • isPasswordLettersDigitsFlag

        public boolean isPasswordLettersDigitsFlag()
        Return the passwordLettersDigitsFlag value.
        Returns:
        passwordLettersDigitsFlag the passwordLettersDigitsFlag value
      • setPasswordMinLength

        public void setPasswordMinLength​(int passwordMinLength)
        Set the passwordMinLength value.
        Parameters:
        passwordMinLength - the passwordMinLength value to set
      • getPasswordMinLength

        public int getPasswordMinLength()
        Return the passwordMinLength value.
        Returns:
        passwordMinLength the passwordMinLength value
      • setPasswordMixedCaseFlag

        public void setPasswordMixedCaseFlag​(boolean passwordMixedCaseFlag)
        Set the passwordMixedCaseFlag value.
        Parameters:
        passwordMixedCaseFlag - the passwordMixedCaseFlag value to set
      • isPasswordMixedCaseFlag

        public boolean isPasswordMixedCaseFlag()
        Return the passwordMixedCaseFlag value.
        Returns:
        passwordMixedCaseFlag the passwordMixedCaseFlag value
      • setPasswordSpecialCharFlag

        public void setPasswordSpecialCharFlag​(boolean passwordSpecialCharFlag)
        Set the passwordSpecialCharFlag value.
        Parameters:
        passwordSpecialCharFlag - the passwordSpecialCharFlag value to set
      • isPasswordSpecialCharFlag

        public boolean isPasswordSpecialCharFlag()
        Return the passwordSpecialCharFlag value.
        Returns:
        passwordSpecialCharFlag the passwordSpecialCharFlag value
      • setSecureGroovyApiFlag

        public void setSecureGroovyApiFlag​(boolean secureGroovyApiFlag)
        Set the secureGroovyApiFlag value.
        Parameters:
        secureGroovyApiFlag - the secureGroovyApiFlag value to set
      • isSecureGroovyApiFlag

        public boolean isSecureGroovyApiFlag()
        Return the secureGroovyApiFlag value.
        Returns:
        secureGroovyApiFlag the secureGroovyApiFlag value
      • setSessionTimeout

        public void setSessionTimeout​(int sessionTimeout)
        Set the sessionTimeout value.
        Parameters:
        sessionTimeout - the sessionTimeout value to set
      • getSessionTimeout

        public int getSessionTimeout()
        Return the sessionTimeout value.
        Returns:
        sessionTimeout the sessionTimeout value
      • setSsoFilterEnabledFlag

        public void setSsoFilterEnabledFlag​(boolean ssoFilterEnabledFlag)
        Set the ssoFilterEnabledFlag value.
        Parameters:
        ssoFilterEnabledFlag - the ssoFilterEnabledFlag value to set
      • isSsoFilterEnabledFlag

        public boolean isSsoFilterEnabledFlag()
        Return the ssoFilterEnabledFlag value.
        Returns:
        ssoFilterEnabledFlag the ssoFilterEnabledFlag value
      • setSsoKeystoreData

        public void setSsoKeystoreData​(byte[] ssoKeystoreData)
        Set the ssoKeystoreData value.
        Parameters:
        ssoKeystoreData - the ssoKeystoreData value to set
      • getSsoKeystoreData

        public byte[] getSsoKeystoreData()
        Return the ssoKeystoreData value.
        Returns:
        ssoKeystoreData the ssoKeystoreData value
      • setSsoKeystoreFilename

        public void setSsoKeystoreFilename​(String ssoKeystoreFilename)
        Set the ssoKeystoreFilename value.
        Parameters:
        ssoKeystoreFilename - the ssoKeystoreFilename value to set
      • getSsoKeystoreFilename

        public String getSsoKeystoreFilename()
        Return the ssoKeystoreFilename value.
        Returns:
        ssoKeystoreFilename the ssoKeystoreFilename value
      • setSsoKeystorePassword

        public void setSsoKeystorePassword​(String ssoKeystorePassword)
        Set the ssoKeystorePassword value.
        Parameters:
        ssoKeystorePassword - the ssoKeystorePassword value to set
      • getSsoKeystorePassword

        public String getSsoKeystorePassword()
        Return the ssoKeystorePassword value.
        Returns:
        ssoKeystorePassword the ssoKeystorePassword value
      • setSsoPrivateKeyAlias

        public void setSsoPrivateKeyAlias​(String ssoPrivateKeyAlias)
        Set the ssoPrivateKeyAlias value.
        Parameters:
        ssoPrivateKeyAlias - the ssoPrivateKeyAlias value to set
      • getSsoPrivateKeyAlias

        public String getSsoPrivateKeyAlias()
        Return the ssoPrivateKeyAlias value.
        Returns:
        ssoPrivateKeyAlias the ssoPrivateKeyAlias value
      • setSsoPrivateKeyPassword

        public void setSsoPrivateKeyPassword​(String ssoPrivateKeyPassword)
        Set the ssoPrivateKeyPassword value.
        Parameters:
        ssoPrivateKeyPassword - the ssoPrivateKeyPassword value to set
      • getSsoPrivateKeyPassword

        public String getSsoPrivateKeyPassword()
        Return the ssoPrivateKeyPassword value.
        Returns:
        ssoPrivateKeyPassword the ssoPrivateKeyPassword value
      • setSsoRevalidationRequiredFlag

        public void setSsoRevalidationRequiredFlag​(boolean ssoRevalidationRequiredFlag)
        Set the ssoRevalidationRequiredFlag value.
        Parameters:
        ssoRevalidationRequiredFlag - the ssoRevalidationRequiredFlag value to set
      • isSsoRevalidationRequiredFlag

        public boolean isSsoRevalidationRequiredFlag()
        Return the ssoRevalidationRequiredFlag value.
        Returns:
        ssoRevalidationRequiredFlag the ssoRevalidationRequiredFlag value
      • setSsoScriptAuthOkResponse

        public void setSsoScriptAuthOkResponse​(String ssoScriptAuthOkResponse)
        Set the ssoScriptAuthOkResponse value.
        Parameters:
        ssoScriptAuthOkResponse - the ssoScriptAuthOkResponse value to set
      • getSsoScriptAuthOkResponse

        public String getSsoScriptAuthOkResponse()
        Return the ssoScriptAuthOkResponse value.
        Returns:
        ssoScriptAuthOkResponse the ssoScriptAuthOkResponse value
      • setSsoScriptGetAuthToken

        public void setSsoScriptGetAuthToken​(String ssoScriptGetAuthToken)
        Set the ssoScriptGetAuthToken value.
        Parameters:
        ssoScriptGetAuthToken - the ssoScriptGetAuthToken value to set
      • getSsoScriptGetAuthToken

        public String getSsoScriptGetAuthToken()
        Return the ssoScriptGetAuthToken value.
        Returns:
        ssoScriptGetAuthToken the ssoScriptGetAuthToken value
      • setSsoScriptRevalidation

        public void setSsoScriptRevalidation​(String ssoScriptRevalidation)
        Set the ssoScriptRevalidation value.
        Parameters:
        ssoScriptRevalidation - the ssoScriptRevalidation value to set
      • getSsoScriptRevalidation

        public String getSsoScriptRevalidation()
        Return the ssoScriptRevalidation value.
        Returns:
        ssoScriptRevalidation the ssoScriptRevalidation value
      • setSsoValidatorCertData

        public void setSsoValidatorCertData​(byte[] ssoValidatorCertData)
        Set the ssoValidatorCertData value.
        Parameters:
        ssoValidatorCertData - the ssoValidatorCertData value to set
      • getSsoValidatorCertData

        public byte[] getSsoValidatorCertData()
        Return the ssoValidatorCertData value.
        Returns:
        ssoValidatorCertData the ssoValidatorCertData value
      • setSsoValidatorCertFilename

        public void setSsoValidatorCertFilename​(String ssoValidatorCertFilename)
        Set the ssoValidatorCertFilename value.
        Parameters:
        ssoValidatorCertFilename - the ssoValidatorCertFilename value to set
      • getSsoValidatorCertFilename

        public String getSsoValidatorCertFilename()
        Return the ssoValidatorCertFilename value.
        Returns:
        ssoValidatorCertFilename the ssoValidatorCertFilename value
      • setStrictHeaderSecurityFlag

        public void setStrictHeaderSecurityFlag​(boolean strictHeaderSecurityFlag)
        Set the strictHeaderSecurityFlag value.
        Parameters:
        strictHeaderSecurityFlag - the strictHeaderSecurityFlag value to set
      • isStrictHeaderSecurityFlag

        public boolean isStrictHeaderSecurityFlag()
        Return the strictHeaderSecurityFlag value.
        Returns:
        strictHeaderSecurityFlag the strictHeaderSecurityFlag value
      • setTwoFactorAuthenticationOptionalFlag

        public void setTwoFactorAuthenticationOptionalFlag​(boolean twoFactorAuthenticationOptionalFlag)
        Set the twoFactorAuthenticationOptionalFlag value.
        Parameters:
        twoFactorAuthenticationOptionalFlag - the twoFactorAuthenticationOptionalFlag value to set
      • isTwoFactorAuthenticationOptionalFlag

        public boolean isTwoFactorAuthenticationOptionalFlag()
        Return the twoFactorAuthenticationOptionalFlag value.
        Returns:
        twoFactorAuthenticationOptionalFlag the twoFactorAuthenticationOptionalFlag value
      • setUrlLogin

        public void setUrlLogin​(String urlLogin)
        Set the urlLogin value.
        Parameters:
        urlLogin - the urlLogin value to set
      • getUrlLogin

        public String getUrlLogin()
        Return the urlLogin value.
        Returns:
        urlLogin the urlLogin value
      • setUrlLogoutChain

        public void setUrlLogoutChain​(String urlLogoutChain)
        Set the urlLogoutChain value.
        Parameters:
        urlLogoutChain - the urlLogoutChain value to set
      • getUrlLogoutChain

        public String getUrlLogoutChain()
        Return the urlLogoutChain value.
        Returns:
        urlLogoutChain the urlLogoutChain value
      • addToAuthenticationProviders

        public void addToAuthenticationProviders​(AuthenticationProvider obj)
        Add the AuthenticationProviders object.
        Parameters:
        obj - the authenticationProviders value to add
      • removeFromAuthenticationProviders

        public void removeFromAuthenticationProviders​(AuthenticationProvider obj)
        Remove the AuthenticationProviders object.
        Parameters:
        obj - the authenticationProviders value to remove
      • getAuthenticationProviders

        public List<AuthenticationProvider> getAuthenticationProviders()
        Return the AuthenticationProviders.
        Returns:
        authenticationProviders value
      • addToPortals

        public void addToPortals​(Portal obj)
        Add the Portals object.
        Parameters:
        obj - the portals value to add
      • removeFromPortals

        public void removeFromPortals​(Portal obj)
        Remove the Portals object.
        Parameters:
        obj - the portals value to remove
      • getPortals

        public List<Portal> getPortals()
        Return the Portals.
        Returns:
        portals value
      • addToSecurityManagerLog

        public void addToSecurityManagerLog​(SecurityManagerLog obj)
        Add the SecurityManagerLog object.
        Parameters:
        obj - the securityManagerLog value to add
      • removeFromSecurityManagerLog

        public void removeFromSecurityManagerLog​(SecurityManagerLog obj)
        Remove the SecurityManagerLog object.
        Parameters:
        obj - the securityManagerLog value to remove
      • getSecurityManagerLog

        public List<SecurityManagerLog> getSecurityManagerLog()
        Return the SecurityManagerLog.
        Returns:
        securityManagerLog value
      • addToSecurityManagerParameters

        public void addToSecurityManagerParameters​(SecurityManagerParameter obj)
        Add the SecurityManagerParameters object.
        Parameters:
        obj - the securityManagerParameters value to add
      • removeFromSecurityManagerParameters

        public void removeFromSecurityManagerParameters​(SecurityManagerParameter obj)
        Remove the SecurityManagerParameters object.
        Parameters:
        obj - the securityManagerParameters value to remove
      • getSecurityManagerParameters

        public List<SecurityManagerParameter> getSecurityManagerParameters()
        Return the SecurityManagerParameters.
        Returns:
        securityManagerParameters value
      • setTwoFactorAuthenticationService

        public void setTwoFactorAuthenticationService​(ServiceDefinition twoFactorAuthenticationService)
        Set the TwoFactorAuthenticationService.
        Parameters:
        twoFactorAuthenticationService - the twoFactorAuthenticationService value to set
      • getTwoFactorAuthenticationService

        public ServiceDefinition getTwoFactorAuthenticationService()
        Return the TwoFactorAuthenticationService.
        Returns:
        the twoFactorAuthenticationService value