Class UsernamePasswordAuthentication

java.lang.Object
de.fraunhofer.iese.mydata.component.connector.UsernamePasswordAuthentication
All Implemented Interfaces:
Authentication

public class UsernamePasswordAuthentication extends Object implements Authentication
Authentication Object that takes username and password.
  • Constructor Details

    • UsernamePasswordAuthentication

      public UsernamePasswordAuthentication(String username, String password)
  • Method Details