Credentials provider interface can be used to provide {@link org.apache.commons.httpclient.HttpMethod 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 @author Ortwin Glueck @author Oleg Kalnichevski @since 3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|