userPassword
attribute in DIT. If the password is stored with a one-way encryption applied (e.g. SHA), the password is hashed the same way before comparison. We use a cache to speedup authentication, where the Dn/password are stored.
@author Apache Directory Project
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.
userPassword
attribute.
@author Apache Directory Project
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|