类 UsernameAuthenticationToken
java.lang.Object
org.springframework.security.authentication.AbstractAuthenticationToken
org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationGrantAuthenticationToken
io.github.mangocrisp.spring.taybct.auth.security.granter.customize.CustomizeAuthenticationToken
io.github.mangocrisp.spring.taybct.auth.security.granter.customize.UsernameAuthenticationToken
- 所有已实现的接口:
Serializable
,Principal
,org.springframework.security.core.Authentication
,org.springframework.security.core.CredentialsContainer
自定义的用户名鉴权 token
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 io.github.mangocrisp.spring.taybct.auth.security.granter.customize.CustomizeAuthenticationToken
getClientPrincipal, getCredentials, getPrincipal
从类继承的方法 org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationGrantAuthenticationToken
getAdditionalParameters, getGrantType
从类继承的方法 org.springframework.security.authentication.AbstractAuthenticationToken
equals, eraseCredentials, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetails, toString
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
-
构造器详细资料
-
UsernameAuthenticationToken
-