Package com.pdfgate
Class GeneratePdfParams.GeneratePdfAuthentication
java.lang.Object
com.pdfgate.GeneratePdfParams.GeneratePdfAuthentication
- Enclosing class:
GeneratePdfParams
Authentication credentials for accessing protected web content.
-
Constructor Summary
ConstructorsConstructorDescriptionGeneratePdfAuthentication(String username, String password) Creates authentication credentials for the render request. -
Method Summary
Modifier and TypeMethodDescriptionReturns the password.Returns the username.
-
Constructor Details
-
GeneratePdfAuthentication
Creates authentication credentials for the render request.- Parameters:
username- username for protected content.password- password for protected content.
-
-
Method Details
-
getUsername
Returns the username.- Returns:
- the username.
-
getPassword
Returns the password.- Returns:
- the password.
-