|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.sip.security.CredentialsCacheEntry
class CredentialsCacheEntry
Used to cache credentials through a call.
| Field Summary | |
|---|---|
UserCredentials |
userCredentials
The user credentials associated with this cache entry. |
| Constructor Summary | |
|---|---|
CredentialsCacheEntry()
|
|
| Method Summary | |
|---|---|
(package private) boolean |
containsBranchID(String branchID)
Determines whether these credentials have been used for the specified transaction. |
(package private) boolean |
popBranchID(String responseBranchID)
Determines whether these credentials have been used for the specified transaction. |
(package private) void |
pushBranchID(String requestBranchID)
Adds the specified branch id to the transaction history list so that we know that we've seen it and don't try to authenticate with the same credentials if we get an unauthorized response for it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public UserCredentials userCredentials
| Constructor Detail |
|---|
CredentialsCacheEntry()
| Method Detail |
|---|
void pushBranchID(String requestBranchID)
requestBranchID - the id to add to the list of unconfirmed
transactions.boolean popBranchID(String responseBranchID)
responseBranchID - the branch id of the response to process.
boolean containsBranchID(String branchID)
branchID - the branch id of the transaction that we are looking for.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||