org.openqa.jetty.jetty.servlet
Class BasicAuthenticator

java.lang.Object
  extended by org.openqa.jetty.http.BasicAuthenticator
      extended by org.openqa.jetty.jetty.servlet.BasicAuthenticator
All Implemented Interfaces:
java.io.Serializable, Authenticator

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.openqa.jetty.http.BasicAuthenticator
authenticate, getAuthMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 © 2011. All Rights Reserved.