Class Configuration

java.lang.Object
com.openxava.naviox.model.Configuration
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BasicConfiguration

@MappedSuperclass public class Configuration extends Object implements Serializable
Since:
5.4
Author:
Javier Paniza
See Also:
  • Constructor Details

    • Configuration

      public Configuration()
  • Method Details

    • getLockSessionMilliseconds

      public int getLockSessionMilliseconds()
    • getInstance

      public static Configuration getInstance()
    • 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)
    • isAllowSeveralSessionsPerUser

      public boolean isAllowSeveralSessionsPerUser()
    • setAllowSeveralSessionsPerUser

      public void setAllowSeveralSessionsPerUser(boolean allowSeveralSessionsPerUser)
    • isForceUpperAndLowerCaseInPassword

      public boolean isForceUpperAndLowerCaseInPassword()
    • setForceUpperAndLowerCaseInPassword

      public void setForceUpperAndLowerCaseInPassword(boolean forceUpperAndLowerCaseInPassword)
    • isForceSpecialCharactersInPassword

      public boolean isForceSpecialCharactersInPassword()
    • setForceSpecialCharactersInPassword

      public void setForceSpecialCharactersInPassword(boolean forceSpecialCharactersInPassword)