public class DefaultCredentialsProvider extends Object implements org.apache.commons.httpclient.auth.CredentialsProvider
Constructor and Description |
---|
DefaultCredentialsProvider() |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.httpclient.Credentials |
getCredentials(org.apache.commons.httpclient.auth.AuthScheme scheme,
String host,
int port,
boolean proxy) |
public org.apache.commons.httpclient.Credentials getCredentials(org.apache.commons.httpclient.auth.AuthScheme scheme, String host, int port, boolean proxy) throws org.apache.commons.httpclient.auth.CredentialsNotAvailableException
getCredentials
in interface org.apache.commons.httpclient.auth.CredentialsProvider
org.apache.commons.httpclient.auth.CredentialsNotAvailableException
Copyright © 2013 Oracle Corporation. All rights reserved.