HomeSort by relevance Sort by last modified time
    Searched full:cachedcredentials (Results 1 - 1 of 1) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 68 private CredentialsCache cachedCredentials;
98 this.cachedCredentials = new CredentialsCache(((SIPTransactionStack) sipStack).getTimer());
115 this.cachedCredentials = new CredentialsCache(((SIPTransactionStack) sipStack).getTimer());
260 cachedCredentials.cacheAuthorizationHeader(sipDomain,
441 Collection<AuthorizationHeader> authHeaders = this.cachedCredentials
464 this.cachedCredentials.removeAuthenticationHeader(callId);

Completed in 40 milliseconds