Class Configuration

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    BasicConfiguration

    @MappedSuperclass
    public class Configuration
    extends java.lang.Object
    implements java.io.Serializable
    Since:
    5.4
    Author:
    Javier Paniza
    See Also:
    Serialized Form
    • Constructor Detail

      • Configuration

        public Configuration()
    • Method Detail

      • getLockSessionMilliseconds

        public int getLockSessionMilliseconds()
      • resetInstance

        public static void resetInstance()
      • getPasswordMinLength

        public int getPasswordMinLength()
      • setPasswordMinLength

        public void setPasswordMinLength​(int passwordMinLength)
      • getId

        public int getId()
      • setId

        public void setId​(int id)
      • isForceLetterAndNumbersInPassword

        public boolean isForceLetterAndNumbersInPassword()
      • setForceLetterAndNumbersInPassword

        public void setForceLetterAndNumbersInPassword​(boolean forceLetterAndNumbersInPassword)
      • isRecentPasswordsNotAllowed

        public boolean isRecentPasswordsNotAllowed()
      • setRecentPasswordsNotAllowed

        public void setRecentPasswordsNotAllowed​(boolean recentPasswordsNotAllowed)
      • getForceChangePasswordDays

        public int getForceChangePasswordDays()
      • setForceChangePasswordDays

        public void setForceChangePasswordDays​(int forceChangePasswordDays)
      • getLockSessionMinutes

        public int getLockSessionMinutes()
      • setLockSessionMinutes

        public void setLockSessionMinutes​(int lockSessionMinutes)
      • getLoginAttemptsBeforeLocking

        public int getLoginAttemptsBeforeLocking()
      • setLoginAttemptsBeforeLocking

        public void setLoginAttemptsBeforeLocking​(int loginAttemptsBeforeLocking)
      • getInactiveDaysBeforeDisablingUser

        public int getInactiveDaysBeforeDisablingUser()
      • setInactiveDaysBeforeDisablingUser

        public void setInactiveDaysBeforeDisablingUser​(int inactiveDaysBeforeDisablingUser)
      • isGuestCanCreateAccount

        public boolean isGuestCanCreateAccount()
      • setGuestCanCreateAccount

        public void setGuestCanCreateAccount​(boolean guestCanCreateAccount)
      • isGuestCanCreateAccountInOrganizations

        public boolean isGuestCanCreateAccountInOrganizations()
      • setGuestCanCreateAccountInOrganizations

        public void setGuestCanCreateAccountInOrganizations​(boolean guestCanCreateAccountInOrganizations)
      • isSharedUsersBetweenOrganizations

        public boolean isSharedUsersBetweenOrganizations()
      • setSharedUsersBetweenOrganizations

        public void setSharedUsersBetweenOrganizations​(boolean sharedUsersBetweenOrganizations)
      • isUseEmailAsUserName

        public boolean isUseEmailAsUserName()
      • setUseEmailAsUserName

        public void setUseEmailAsUserName​(boolean useEmailAsUserName)
      • isPrivacyPolicyOnSignUp

        public boolean isPrivacyPolicyOnSignUp()
      • setPrivacyPolicyOnSignUp

        public void setPrivacyPolicyOnSignUp​(boolean privacyPolicyOnSignUp)
      • isCaseSensitiveUserName

        public boolean isCaseSensitiveUserName()
      • setCaseSensitiveUserName

        public void setCaseSensitiveUserName​(boolean caseSensitiveUserName)