org.mortbay.jetty.servlet
Class BasicAuthenticator

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

public class BasicAuthenticator
extends BasicAuthenticator

BasicAuthenticator.

Author:
gregw
See Also:
Serialized Form

Constructor Summary
BasicAuthenticator()
           
 
Method Summary
 void sendChallenge(UserRealm realm, HttpResponse response)
           
 
Methods inherited from class org.mortbay.http.BasicAuthenticator
authenticate, getAuthMethod
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicAuthenticator

public BasicAuthenticator()
Method Detail

sendChallenge

public void sendChallenge(UserRealm realm,
                          HttpResponse response)
                   throws java.io.IOException
Overrides:
sendChallenge in class BasicAuthenticator
Throws:
java.io.IOException


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