org.apache.commons.httpclient.auth
Interface CredentialsProvider
public interface CredentialsProvider
Credentials provider interface can be used to provide
HTTP method
with a means
to request authentication credentials if no credentials have been given
or given credentials are incorrect.
Classes implementing this interface must synchronize access to shared
data as methods of this interfrace may be executed from multiple threads
static String | PROVIDER - Sets the credentials provider parameter.
|
PROVIDER
public static final String PROVIDER
Sets the credentials provider parameter.
This parameter expects a value of type
CredentialsProvider
.
Copyright (c) 1999-2005 - Apache Software Foundation