public class DigestAuthenticator extends java.lang.Object implements SipAuthenticator
SipAuthenticator.AuthConfiguration, SipAuthenticator.Factory| Modifier and Type | Field and Description |
|---|---|
protected long |
nonceSecret |
protected long |
nonceValidity |
| Constructor and Description |
|---|
DigestAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.server.UserIdentity |
authenticate(SipRequest request,
boolean proxyMode,
boolean authMandatory) |
boolean |
checkNonce(java.lang.String nonce) |
java.lang.String |
getAuthMethod() |
protected java.lang.String |
newNonce() |
void |
setAuthConfiguration(SipAuthenticator.AuthConfiguration configuration) |
public org.eclipse.jetty.server.UserIdentity authenticate(SipRequest request, boolean proxyMode, boolean authMandatory)
authenticate in interface SipAuthenticatorpublic void setAuthConfiguration(SipAuthenticator.AuthConfiguration configuration)
setAuthConfiguration in interface SipAuthenticatorpublic boolean checkNonce(java.lang.String nonce)
protected java.lang.String newNonce()
public java.lang.String getAuthMethod()
getAuthMethod in interface SipAuthenticatorCopyright © 2015. All Rights Reserved.