|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserCredentialHash
Interface for those clients that only supply hash(user:domain:password). This is more secure than simply supplying password because the password cannot be extracted.
Method Summary | |
---|---|
String |
getHashUserDomainPassword()
Get the MD5(userName:sipdomain:password) |
String |
getSipDomain()
Get the SipDomain. |
String |
getUserName()
Get the user name. |
Method Detail |
---|
String getUserName()
String getSipDomain()
String getHashUserDomainPassword()
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |