| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.mortbay.http.DigestAuthenticatororg.mortbay.jetty.servlet.DigestAuthenticatorpublic class DigestAuthenticatorextends DigestAuthenticatorField Summary |
Fields inherited from class org.mortbay.http.DigestAuthenticator | |
maxNonceAge, nonceSecret, useStale | |
Method Summary | |
void |
|
Methods inherited from class org.mortbay.http.DigestAuthenticator | |
authenticate, checkNonce, getAuthMethod, getMaxNonceAge, getNonceSecret, getUseStale, newNonce, sendChallenge, setMaxNonceAge, setNonceSecret, setUseStale | |
public void sendChallenge(UserRealm realm, HttpRequest request, HttpResponse response, boolean stale) throws IOException
- Overrides:
- sendChallenge in interface DigestAuthenticator