public class Auth0JWTToken
extends org.springframework.security.authentication.AbstractAuthenticationToken
| Constructor and Description |
|---|
Auth0JWTToken(String jwt) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.springframework.security.core.GrantedAuthority> |
getAuthorities() |
Object |
getCredentials() |
String |
getJwt() |
Object |
getPrincipal() |
void |
setPrincipal(Auth0UserDetails principal) |
equals, eraseCredentials, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetails, toStringpublic Auth0JWTToken(String jwt)
public String getJwt()
public Object getCredentials()
public Object getPrincipal()
public void setPrincipal(Auth0UserDetails principal)
public Collection<org.springframework.security.core.GrantedAuthority> getAuthorities()
getAuthorities in interface org.springframework.security.core.AuthenticationgetAuthorities in class org.springframework.security.authentication.AbstractAuthenticationTokenCopyright © 2016. All Rights Reserved.