Class UsernamePasswordAuthentication

java.lang.Object
com.labs64.netlicensing.provider.auth.UsernamePasswordAuthentication
All Implemented Interfaces:
Authentication

public class UsernamePasswordAuthentication extends Object implements Authentication
  • Constructor Details

    • UsernamePasswordAuthentication

      public UsernamePasswordAuthentication(String username, String password)
      Constructor
      Parameters:
      username - for basic HTTP authentication
      password - for basic HTTP authentication
  • Method Details