OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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