Uses of Class
com.realobjects.pdfreactor.Configuration.HttpCredentials
Packages that use Configuration.HttpCredentials
-
Uses of Configuration.HttpCredentials in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that return Configuration.HttpCredentialsModifier 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.Methods in com.realobjects.pdfreactor with parameters of type Configuration.HttpCredentialsModifier and TypeMethodDescriptionConfiguration.NetworkSettings.setAuthenticationCredentials
(Configuration.HttpCredentials... authenticationCredentials) Enables access to resources that are secured via HTTP authentication.