Class Authentication

    • Constructor Summary

      Constructors 
      Constructor Description
      Authentication​(java.lang.String userName, java.lang.String password)  
    • Method Summary

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

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

      • Authentication

        public Authentication​(java.lang.String userName,
                              java.lang.String password)