Interface PasswordCredentials

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

public interface PasswordCredentials
extends Credentials
Credentials type for name/password representation.
  • Method Summary

    Modifier and Type Method Description
    String getPassword()  

    Methods inherited from interface com.hazelcast.security.Credentials

    getName
  • Method Details

    • getPassword

      String getPassword()