类 AbstractLoginStrategy
java.lang.Object
com.iplatform.base.support.strategy.AbstractLoginStrategy
- 所有已实现的接口:
LoginStrategy
- 直接已知子类:
MobileOnceLoginStrategy
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getName()booleanvoidsetEnabled(boolean enabled) voidvoidsetUserLoginCache(UserLoginCache userLoginCache) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.iplatform.core.LoginStrategy
acquireError, allowLogin
-
字段详细资料
-
logger
protected final transient org.slf4j.Logger logger
-
-
构造器详细资料
-
AbstractLoginStrategy
public AbstractLoginStrategy()
-
-
方法详细资料
-
getName
- 指定者:
getName在接口中LoginStrategy
-
setName
-
isEnabled
public boolean isEnabled()- 指定者:
isEnabled在接口中LoginStrategy
-
setEnabled
public void setEnabled(boolean enabled) -
getUserLoginCache
-
setUserLoginCache
-