Package | Description |
---|---|
gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
gov.nist.javax.sip.clientauthutils |
This package contains a set of utilities for client side Authentication Challenge handling.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationHelper |
SipStackExt.getAuthenticationHelper(AccountManager accountManager,
HeaderFactory headerFactory)
Get the authentication helper.
|
AuthenticationHelper |
SipStackImpl.getAuthenticationHelper(AccountManager accountManager,
HeaderFactory headerFactory) |
AuthenticationHelper |
SipStackExt.getSecureAuthenticationHelper(SecureAccountManager accountManager,
HeaderFactory headerFactory)
Get the authentication helper.
|
AuthenticationHelper |
SipStackImpl.getSecureAuthenticationHelper(SecureAccountManager accountManager,
HeaderFactory headerFactory) |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationHelperImpl
The class handles authentication challenges, caches user credentials and takes care (through
the SecurityAuthority interface) about retrieving passwords.
|
Copyright © 2015. All Rights Reserved.