Class Credentials

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class Credentials
    extends java.lang.Object
    implements java.lang.Cloneable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String password  
      java.lang.String username  
    • Constructor Summary

      Constructors 
      Constructor Description
      Credentials​(java.lang.String username, java.lang.String password)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Credentials clone()  
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • username

        public final java.lang.String username
      • password

        public final java.lang.String password
    • Constructor Detail

      • Credentials

        public Credentials​(java.lang.String username,
                           java.lang.String password)
    • Method Detail

      • clone

        public Credentials clone()
        Overrides:
        clone in class java.lang.Object