Searched refs:challengedTransaction (Results 1 – 4 of 4) sorted by relevance
126 ClientTransaction challengedTransaction, SipProvider transactionCreator, int cacheTime) in handleChallenge() argument133 SIPRequest challengedRequest = ((SIPRequest) challengedTransaction.getRequest()); in handleChallenge()142 challengedTransaction.getDialog() == null || in handleChallenge()143 challengedTransaction.getDialog().getState() != DialogState.CONFIRMED) { in handleChallenge()152 challengedTransaction.getDialog().createRequest(challengedRequest.getMethod()); in handleChallenge()212 Hop hop = ((SIPClientTransaction) challengedTransaction).getNextHop(); in handleChallenge()225 SipURI requestUri = (SipURI) challengedTransaction.getRequest().getRequestURI(); in handleChallenge()233 … ((SecureAccountManager)this.accountManager).getCredentialHash(challengedTransaction,realm); in handleChallenge()241 …ls userCreds = ((AccountManager) this.accountManager).getCredentials(challengedTransaction, realm); in handleChallenge()
17 UserCredentialHash getCredentialHash(ClientTransaction challengedTransaction, String realm); in getCredentialHash() argument
18 UserCredentials getCredentials(ClientTransaction challengedTransaction, String realm); in getCredentials() argument
56 ClientTransaction challengedTransaction, in handleChallenge() argument