Interface PasswordCredential

All Superinterfaces:
Credential, Serializable

public interface PasswordCredential extends Credential
An interface for credential classes with password properties.
Since:
3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    char[]
    Returns the password.
  • Method Details

    • getPassword

      char[] getPassword()
      Returns the password.
      Returns:
      the password in char[] format
      Since:
      3.0