Class Credential


  • public class Credential
    extends Object
    basic Credential (couple of user/password)
    • Constructor Detail

      • Credential

        public Credential​(String user,
                          String password)
        Constructor of basic credential
        Parameters:
        user - user
        password - password
    • Method Detail

      • getUser

        public String getUser()
        Get user
        Returns:
        user
      • getPassword

        public String getPassword()
        Get password
        Returns:
        password