Package com.openxava.naviox.model
Class BasicConfiguration
- java.lang.Object
-
- com.openxava.naviox.model.Configuration
-
- com.openxava.naviox.model.BasicConfiguration
-
- All Implemented Interfaces:
java.io.Serializable
public class BasicConfiguration extends Configuration
- Since:
- 7.0
- Author:
- Javier Paniza
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BasicConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLockSessionMilliseconds()booleanisSharedUsersBetweenOrganizations()-
Methods 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
-
-
-
-
Method Detail
-
getLockSessionMilliseconds
public int getLockSessionMilliseconds()
- Overrides:
getLockSessionMillisecondsin classConfiguration
-
isSharedUsersBetweenOrganizations
public boolean isSharedUsersBetweenOrganizations()
- Overrides:
isSharedUsersBetweenOrganizationsin classConfiguration
-
-