public class JwtToken extends Object implements org.apache.shiro.authc.AuthenticationToken
Modifier and Type | Method and Description |
---|---|
Object |
getCredentials() |
Object |
getPrincipal() |
String |
getToken() |
String |
getType() |
void |
setToken(String token) |
void |
setType(String type) |
public Object getPrincipal()
getPrincipal
in interface org.apache.shiro.authc.AuthenticationToken
public Object getCredentials()
getCredentials
in interface org.apache.shiro.authc.AuthenticationToken
public String getToken()
public void setToken(String token)
public String getType()
public void setType(String type)
Copyright © 2019. All rights reserved.