Package gov.nist.javax.sip.clientauthutils

Examples of gov.nist.javax.sip.clientauthutils.AuthenticationHelperImpl


   * gov.nist.javax.sip.SipStackExt#getAuthenticationHelper(gov.nist.javax
   * .sip.clientauthutils.AccountManager, javax.sip.header.HeaderFactory)
   */
  public AuthenticationHelper getAuthenticationHelper(
      AccountManager accountManager, HeaderFactory headerFactory) {
    return new AuthenticationHelperImpl(this, accountManager, headerFactory);
  }
View Full Code Here


   * gov.nist.javax.sip.SipStackExt#getAuthenticationHelper(gov.nist.javax
   * .sip.clientauthutils.AccountManager, javax.sip.header.HeaderFactory)
   */
  public AuthenticationHelper getSecureAuthenticationHelper(
      SecureAccountManager accountManager, HeaderFactory headerFactory) {
    return new AuthenticationHelperImpl(this, accountManager, headerFactory);
  }
View Full Code Here

   * gov.nist.javax.sip.SipStackExt#getAuthenticationHelper(gov.nist.javax
   * .sip.clientauthutils.AccountManager, javax.sip.header.HeaderFactory)
   */
  public AuthenticationHelper getAuthenticationHelper(
      AccountManager accountManager, HeaderFactory headerFactory) {
    return new AuthenticationHelperImpl(this, accountManager, headerFactory);
  }
View Full Code Here

   * gov.nist.javax.sip.SipStackExt#getAuthenticationHelper(gov.nist.javax
   * .sip.clientauthutils.AccountManager, javax.sip.header.HeaderFactory)
   */
  public AuthenticationHelper getSecureAuthenticationHelper(
      SecureAccountManager accountManager, HeaderFactory headerFactory) {
    return new AuthenticationHelperImpl(this, accountManager, headerFactory);
  }
View Full Code Here

TOP

Related Classes of gov.nist.javax.sip.clientauthutils.AuthenticationHelperImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.