Package com.hazelcast.security
Interface TokenCredentials
- All Superinterfaces:
Credentials
,Serializable
- All Known Implementing Classes:
SimpleTokenCredentials
Credentials
type for custom authentication (token based).-
Method Summary
Methods inherited from interface com.hazelcast.security.Credentials
getName
-
Method Details
-
getToken
byte[] getToken()Returns the token as a byte array.
-