Interface RestAuthenticationContext

All Superinterfaces:
com.hazelcast.access.AuthenticationContext

public interface RestAuthenticationContext extends com.hazelcast.access.AuthenticationContext
  • Method Details

    • getUsername

      @Nullable String getUsername()
    • getPassword

      @Nullable String getPassword()
    • getToken

      @Nullable byte[] getToken()
    • getClusterName

      @Nullable String getClusterName()