Package com.pdfgate

Class GeneratePdfParams.GeneratePdfAuthentication

java.lang.Object
com.pdfgate.GeneratePdfParams.GeneratePdfAuthentication
Enclosing class:
GeneratePdfParams

public static final class GeneratePdfParams.GeneratePdfAuthentication extends Object
Authentication credentials for accessing protected web content.
  • Constructor Details

    • GeneratePdfAuthentication

      public GeneratePdfAuthentication(String username, String password)
      Creates authentication credentials for the render request.
      Parameters:
      username - username for protected content.
      password - password for protected content.
  • Method Details

    • getUsername

      public String getUsername()
      Returns the username.
      Returns:
      the username.
    • getPassword

      public String getPassword()
      Returns the password.
      Returns:
      the password.