Home | History | Annotate | Download | only in client

Lines Matching refs:credentials

34 import org.apache.http.auth.Credentials;
37 * Abstract credentials provider.
46 * Sets the {@link Credentials credentials} for the given authentication
47 * scope. Any previous credentials for the given scope will be overwritten.
50 * @param credentials the authentication {@link Credentials credentials}
55 void setCredentials(AuthScope authscope, Credentials credentials);
58 * Get the {@link Credentials credentials} for the given authentication scope.
61 * @return the credentials
63 * @see #setCredentials(AuthScope, Credentials)
65 Credentials getCredentials(AuthScope authscope);
68 * Clears all credentials.