Home | History | Annotate | Download | only in clientauthutils

Lines Matching refs:sipStack

80     private SipStackImpl sipStack;
88 * @param sipStack -- our stack.
92 public AuthenticationHelperImpl(SipStackImpl sipStack, AccountManager accountManager,
96 this.sipStack = sipStack;
98 this.cachedCredentials = new CredentialsCache(((SIPTransactionStack) sipStack).getTimer());
105 * @param sipStack -- our stack.
109 public AuthenticationHelperImpl(SipStackImpl sipStack, SecureAccountManager accountManager,
113 this.sipStack = sipStack;
115 this.cachedCredentials = new CredentialsCache(((SIPTransactionStack) sipStack).getTimer());
129 if (sipStack.isLoggingEnabled()) {
130 sipStack.getStackLogger().logDebug("handleChallenge: " + challenge);
216 && !hop.equals(sipStack.getRouter(challengedRequest).getOutboundProxy()) )
255 if (sipStack.isLoggingEnabled())
256 sipStack.getStackLogger().logDebug(
266 if (sipStack.isLoggingEnabled()) {
267 sipStack.getStackLogger().logDebug(
274 sipStack.getStackLogger().logError("Unexpected exception ", ex);
310 method, uri, requestBody, qop,sipStack.getStackLogger());// jvb changed
376 method, uri, requestBody, qop,sipStack.getStackLogger());// jvb changed
444 if (sipStack.isLoggingEnabled())
445 sipStack.getStackLogger().logDebug(