类 AbstractToken
java.lang.Object
org.coodex.concrete.core.token.AbstractToken
- 所有已实现的接口:
Serializable,Token
- 直接已知子类:
SharedCacheToken
Created by davidoff shen on 2017-05-20.
- 另请参阅:
-
嵌套类概要
从接口继承的嵌套类/接口 org.coodex.concrete.common.Token
Token.Event -
字段概要
从接口继承的字段 org.coodex.concrete.common.Token
CONCRETE_TOKEN_ID_KEY -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected abstract voidprotected abstract void$renew()final voidfinal voidrenew()protected final voidrunListeners(Token.Event event, boolean before) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.coodex.concrete.common.Token
attributeNames, created, currentAccount, flush, getAttribute, getTokenId, isAccountCredible, isValid, removeAttribute, setAccount, setAccountCredible, setAttribute
-
构造器详细资料
-
AbstractToken
public AbstractToken()
-
-
方法详细资料
-
runListeners
-
invalidate
public final void invalidate()- 指定者:
invalidate在接口中Token
-
$invalidate
protected abstract void $invalidate() -
renew
public final void renew() -
$renew
protected abstract void $renew()
-