Interface TokenCredentials

All Superinterfaces:
Credentials, Serializable
All Known Implementing Classes:
SimpleTokenCredentials

public interface TokenCredentials extends Credentials
Credentials type for custom authentication (token based).
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Returns the token as a byte array.

    Methods inherited from interface com.hazelcast.security.Credentials

    getName
  • Method Details

    • getToken

      byte[] getToken()
      Returns the token as a byte array.