A HTTP Authenticator which provides authentication via user name and password combinations. Works with the basic and digest HTTP authentication schemes.
See {@link SimpleNTAuthenticator} for an implementation that works for theNTLM authentication scheme.
This authenticator will present the given credentials to any server that request authentication even though the credentials may not be valid there. It is typically more secure to use the {@link ScopedAuthenticator} instead whichonly presents credentials to specific servers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|