public static class JwtTokenVerifierImpl.JwtAuthentication extends AbstractAuthenticationToken
| Constructor and Description |
|---|
JwtAuthentication(String subject) |
| Modifier and Type | Method and Description |
|---|---|
GrantedAuthority[] |
getAuthorities() |
Object |
getCredentials() |
String |
getName() |
Object |
getPrincipal() |
equals, getDetails, hashCode, isAuthenticated, setAuthenticated, setDetails, toStringpublic JwtAuthentication(String subject)
public Object getCredentials()
public Object getPrincipal()
public String getName()
getName in interface PrincipalgetName in class AbstractAuthenticationTokenpublic GrantedAuthority[] getAuthorities()
getAuthorities in interface AuthenticationgetAuthorities in class AbstractAuthenticationTokenCopyright © 2016–2021. All rights reserved.