org.mortbay.jetty.servlet
Class DigestAuthenticator

java.lang.Object
  extended byorg.mortbay.http.DigestAuthenticator
      extended byorg.mortbay.jetty.servlet.DigestAuthenticator
All Implemented Interfaces:
Authenticator, java.io.Serializable

public class DigestAuthenticator
extends DigestAuthenticator

DigestAuthenticator.

Author:
gregw
See Also:
Serialized Form

Constructor Summary
DigestAuthenticator()
           
 
Method Summary
 void sendChallenge(UserRealm realm, HttpRequest request, HttpResponse response, boolean stale)
           
 
Methods inherited from class org.mortbay.http.DigestAuthenticator
authenticate, checkNonce, getAuthMethod, getMaxNonceAge, getNonceSecret, getUseStale, newNonce, setMaxNonceAge, setNonceSecret, setUseStale
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigestAuthenticator

public DigestAuthenticator()
Method Detail

sendChallenge

public void sendChallenge(UserRealm realm,
                          HttpRequest request,
                          HttpResponse response,
                          boolean stale)
                   throws java.io.IOException
Overrides:
sendChallenge in class DigestAuthenticator
Throws:
java.io.IOException


Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.