|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationHelper | |
---|---|
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. |
Uses of AuthenticationHelper in gov.nist.javax.sip |
---|
Methods in gov.nist.javax.sip that return AuthenticationHelper | |
---|---|
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)
|
Uses of AuthenticationHelper in gov.nist.javax.sip.clientauthutils |
---|
Classes in gov.nist.javax.sip.clientauthutils that implement AuthenticationHelper | |
---|---|
class |
AuthenticationHelperImpl
The class handles authentication challenges, caches user credentials and takes care (through the SecurityAuthority interface) about retrieving passwords. |
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |