See: Description
| Interface | Description |
|---|---|
| AccountManager | |
| AuthenticationHelper |
A helper interface that provides useful functionality for clients that need to authenticate
with servers.
|
| SecureAccountManager | |
| UserCredentialHash |
Interface for those clients that only supply
hash(user:domain:password).
|
| UserCredentials |
The class is used whenever user credentials for a particular realm (site
server or service) are necessary
|
| Class | Description |
|---|---|
| AuthenticationHelperImpl |
The class handles authentication challenges, caches user credentials and takes care (through
the SecurityAuthority interface) about retrieving passwords.
|
| DigestServerAuthenticationHelper |
Implements the HTTP digest authentication method server side functionality.
|
| MessageDigestAlgorithm |
The class takes standard Http Authentication details and returns a response according to the
MD5 algorithm
|
Copyright © 2014. All Rights Reserved.