Class Credential


  • public class Credential
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Credential()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLogin()  
      java.lang.String getPassword()  
      void setLogin​(java.lang.String login)  
      void setPassword​(java.lang.String password)  
      • Methods inherited from class java.lang.Object

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

      • Credential

        public Credential()
    • Method Detail

      • getLogin

        public java.lang.String getLogin()
      • setLogin

        public void setLogin​(java.lang.String login)
      • getPassword

        public java.lang.String getPassword()
      • setPassword

        public void setPassword​(java.lang.String password)