Package com.hazelcast.security
Interface TokenCredentials
-
- All Superinterfaces:
Credentials
,java.io.Serializable
- All Known Implementing Classes:
SimpleTokenCredentials
public interface TokenCredentials extends Credentials
Credentials
type for custom authentication (token based).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getToken()
Returns the token as a byte array.-
Methods inherited from interface com.hazelcast.security.Credentials
getName
-
-