类 Token
java.lang.Object
com.codingapi.springboot.security.gateway.Token
- 所有已实现的接口:
JsonSerializable,Serializable
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleandecodeIv()org.springframework.security.authentication.UsernamePasswordAuthenticationTokenbooleanisExpire()<T> TparseExtra(Class<T> clazz) voidverify()从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.codingapi.springboot.framework.serializable.JsonSerializable
toJson
-
构造器详细资料
-
Token
-
-
方法详细资料
-
verify
-
isExpire
public boolean isExpire() -
decodeIv
-
parseExtra
-
canRestToken
public boolean canRestToken() -
getAuthenticationToken
public org.springframework.security.authentication.UsernamePasswordAuthenticationToken getAuthenticationToken()
-