Package com.openxava.naviox.model
Class BasicConfiguration
java.lang.Object
com.openxava.naviox.model.Configuration
com.openxava.naviox.model.BasicConfiguration
- All Implemented Interfaces:
Serializable
- Since:
- 7.0
- Author:
- Javier Paniza
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanMethods inherited from class com.openxava.naviox.model.Configuration
getForceChangePasswordDays, getId, getInactiveDaysBeforeDisablingUser, getInstance, getLockSessionMinutes, getLoginAttemptsBeforeLocking, getPasswordMinLength, isAllowSeveralSessionsPerUser, isCaseSensitiveUserName, isForceLetterAndNumbersInPassword, isForceSpecialCharactersInPassword, isForceUpperAndLowerCaseInPassword, isGuestCanCreateAccount, isGuestCanCreateAccountInOrganizations, isPrivacyPolicyOnSignUp, isRecentPasswordsNotAllowed, isUseEmailAsUserName, resetInstance, setAllowSeveralSessionsPerUser, setCaseSensitiveUserName, setForceChangePasswordDays, setForceLetterAndNumbersInPassword, setForceSpecialCharactersInPassword, setForceUpperAndLowerCaseInPassword, setGuestCanCreateAccount, setGuestCanCreateAccountInOrganizations, setId, setInactiveDaysBeforeDisablingUser, setLockSessionMinutes, setLoginAttemptsBeforeLocking, setPasswordMinLength, setPrivacyPolicyOnSignUp, setRecentPasswordsNotAllowed, setSharedUsersBetweenOrganizations, setUseEmailAsUserName
-
Constructor Details
-
BasicConfiguration
public BasicConfiguration()
-
-
Method Details
-
getLockSessionMilliseconds
public int getLockSessionMilliseconds()- Overrides:
getLockSessionMillisecondsin classConfiguration
-