Uses of Class
com.realobjects.pdfreactor.Configuration.HttpCredentials
-
Uses of Configuration.HttpCredentials in com.realobjects.pdfreactor
Modifier and TypeMethodDescriptionConfiguration.HttpCredentials.setAuthScheme
(Configuration.HttpAuthScheme authScheme) The authentication scheme for which these credentials are intended to be used.The host for which these credentials are intended to be used.Configuration.HttpCredentials.setPassword
(String password) The authentication password.The port for which these credentials are intended to be used.Configuration.HttpCredentials.setProtocol
(Configuration.HttpProtocol protocol) The protocol for which these credentials are intended to be used.The realm for which these credentials are intended to be used.Configuration.HttpCredentials.setUsername
(String username) The authentication user name.Modifier and TypeMethodDescriptionConfiguration.NetworkSettings.setAuthenticationCredentials
(Configuration.HttpCredentials... authenticationCredentials) Enables access to resources that are secured via HTTP authentication.