org.romaframework.module.users
Class UsersModule
java.lang.Object
org.romaframework.core.module.SelfRegistrantModule
org.romaframework.module.users.UsersModule
- All Implemented Interfaces:
- org.romaframework.core.config.Serviceable, org.romaframework.core.module.Module
public class UsersModule
- extends org.romaframework.core.module.SelfRegistrantModule
| Fields inherited from interface org.romaframework.core.config.Serviceable |
STATUS_DOWN, STATUS_SHUTDOWNING, STATUS_STARTING, STATUS_UNKNOWN, STATUS_UP |
| Methods inherited from class org.romaframework.core.module.SelfRegistrantModule |
getStatus, showConfiguration |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsersModule
public UsersModule()
moduleName
public java.lang.String moduleName()
startup
public void startup()
shutdown
public void shutdown()
getPasswordPeriod
public java.lang.Integer getPasswordPeriod()
setPasswordPeriod
public void setPasswordPeriod(java.lang.Integer passwordPeriod)
getPasswordMatches
public java.util.List<java.lang.String> getPasswordMatches()
setPasswordMatches
public void setPasswordMatches(java.util.List<java.lang.String> regExpression)
getAccountPeriod
public java.lang.Integer getAccountPeriod()
setAccountPeriod
public void setAccountPeriod(java.lang.Integer accountPeriod)
getPasswordMaxNumber
public java.lang.Integer getPasswordMaxNumber()
setPasswordMaxNumber
public void setPasswordMaxNumber(java.lang.Integer passwordMaxNumber)