Package com.openxava.naviox.model
Class Configuration
- java.lang.Object
-
- com.openxava.naviox.model.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 Summary
Constructors Constructor Description Configuration()
-
Method Summary
-
-
-
Method Detail
-
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)
-
-