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 int
getLockSessionMilliseconds()
boolean
isSharedUsersBetweenOrganizations()
-
Methods inherited from class com.openxava.naviox.model.Configuration
getForceChangePasswordDays, getId, getInactiveDaysBeforeDisablingUser, getInstance, getLockSessionMinutes, getLoginAttemptsBeforeLocking, getPasswordMinLength, isAllowSeveralSessionsPerUser, isCaseSensitiveUserName, isForceLetterAndNumbersInPassword, isGuestCanCreateAccount, isGuestCanCreateAccountInOrganizations, isPrivacyPolicyOnSignUp, isRecentPasswordsNotAllowed, isUseEmailAsUserName, resetInstance, setAllowSeveralSessionsPerUser, setCaseSensitiveUserName, setForceChangePasswordDays, setForceLetterAndNumbersInPassword, setGuestCanCreateAccount, setGuestCanCreateAccountInOrganizations, setId, setInactiveDaysBeforeDisablingUser, setLockSessionMinutes, setLoginAttemptsBeforeLocking, setPasswordMinLength, setPrivacyPolicyOnSignUp, setRecentPasswordsNotAllowed, setSharedUsersBetweenOrganizations, setUseEmailAsUserName
-
-
-
-
Method Detail
-
getLockSessionMilliseconds
public int getLockSessionMilliseconds()
- Overrides:
getLockSessionMilliseconds
in classConfiguration
-
isSharedUsersBetweenOrganizations
public boolean isSharedUsersBetweenOrganizations()
- Overrides:
isSharedUsersBetweenOrganizations
in classConfiguration
-
-