|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| 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 Summary | |
|---|---|
| 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 |
This package contains a set of utilities for client side Authentication Challenge handling. It has been adapted from the SIP communicator project and generously dontated to the JAIN-SIP project It is not part of the standard JAIN-SIP implementation at this point but is being considered for addition as this is an operation that is commonly required by all SIP clients; it is hence a good capability to include in a library such as JAIN-SIP.
Primary authors of this code are Emil Ivov with corrections from Jeroen van Bemmel.
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||