public class EzySimpleUserManagementSetting extends Object implements EzyUserManagementSetting, com.tvd12.ezyfox.util.EzyInitable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
allowChangeSession |
protected boolean |
allowGuestLogin |
protected String |
guestNamePrefix |
protected int |
maxSessionPerUser |
protected long |
userMaxIdleTime |
protected long |
userMaxIdleTimeInSecond |
protected String |
userNamePattern |
| Constructor and Description |
|---|
EzySimpleUserManagementSetting() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
Map<Object,Object> |
toMap() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGuestNamePrefix, getMaxSessionPerUser, getUserMaxIdleTime, getUserNamePattern, isAllowChangeSession, isAllowGuestLoginprotected long userMaxIdleTime
protected long userMaxIdleTimeInSecond
protected int maxSessionPerUser
protected boolean allowGuestLogin
protected boolean allowChangeSession
protected String guestNamePrefix
protected String userNamePattern
Copyright © 2021 Young Monkeys. All rights reserved.