Class Token
java.lang.Object
com.gigaspaces.security.directory.Token
- All Implemented Interfaces:
TokenUserDetails,UserDetails,Serializable
- See Also:
-
Constructor Details
-
Token
-
-
Method Details
-
token
- Specified by:
tokenin interfaceTokenUserDetails
-
getAuthorities
Description copied from interface:UserDetailsReturns the granted authorities granted to the user. Cannot returnnull.- Specified by:
getAuthoritiesin interfaceUserDetails- Returns:
- the authorities (never
null)
-
getPassword
Description copied from interface:UserDetailsReturns the password used to authenticate the user. Cannot returnnull.- Specified by:
getPasswordin interfaceUserDetails- Returns:
- the password (never
null)
-
getUsername
Description copied from interface:UserDetailsReturns the username used to authenticate the user. Cannot returnnull.- Specified by:
getUsernamein interfaceUserDetails- Returns:
- the username (never
null)
-
toString
-