Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.mortbay.http.DigestAuthenticator
org.mortbay.jetty.servlet.DigestAuthenticator
public class DigestAuthenticator
extends DigestAuthenticator
Field 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