public class Token extends Object implements TokenUserDetails
| Modifier and Type | Method and Description |
|---|---|
Authority[] |
getAuthorities()
Returns the granted authorities granted to the user.
|
String |
getPassword()
Returns the password used to authenticate the user.
|
String |
getUsername()
Returns the username used to authenticate the user.
|
String |
token() |
public Token(String token)
public String token()
token in interface TokenUserDetailspublic Authority[] getAuthorities()
UserDetailsnull.getAuthorities in interface UserDetailsnull)public String getPassword()
UserDetailsnull.getPassword in interface UserDetailsnull)public String getUsername()
UserDetailsnull.getUsername in interface UserDetailsnull)Copyright © GigaSpaces.