Class PasswordCredential

  • All Implemented Interfaces:
    Credential

    public final class PasswordCredential
    extends java.lang.Object
    implements Credential
    A Credential representing the password of an Account.
    Author:
    Darran Lofthouse
    • Constructor Summary

      Constructors 
      Constructor Description
      PasswordCredential​(char[] password)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char[] getPassword()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PasswordCredential

        public PasswordCredential​(char[] password)
    • Method Detail

      • getPassword

        public char[] getPassword()