public class ShiroToken extends AuthToken<AuthToken<?>> implements org.apache.shiro.authc.AuthenticationToken
| 构造器和说明 |
|---|
ShiroToken() |
ShiroToken(AuthToken<?> token) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getCredentials() |
Object |
getPrincipal() |
org.apache.shiro.subject.Subject |
getSubject() |
public ShiroToken()
public ShiroToken(AuthToken<?> token)
public Object getPrincipal()
getPrincipal 在接口中 org.apache.shiro.authc.AuthenticationTokengetPrincipal 在类中 AuthToken<AuthToken<?>>public Object getCredentials()
getCredentials 在接口中 org.apache.shiro.authc.AuthenticationTokengetCredentials 在类中 AuthToken<AuthToken<?>>public org.apache.shiro.subject.Subject getSubject()
Copyright © 2024. All rights reserved.