Lightweight HTTP Server 1.0.0.Beta1

Uses of Class
org.jboss.com.sun.net.httpserver.Authenticator

Packages that use Authenticator
org.jboss.com.sun.net.httpserver Provides a simple high-level Http server API, which can be used to build embedded HTTP servers. 
org.jboss.sun.net.httpserver   
 

Uses of Authenticator in org.jboss.com.sun.net.httpserver
 

Subclasses of Authenticator in org.jboss.com.sun.net.httpserver
 class BasicAuthenticator
          BasicAuthenticator provides an implementation of HTTP Basic authentication.
 

Methods in org.jboss.com.sun.net.httpserver that return Authenticator
abstract  Authenticator HttpContext.getAuthenticator()
          Returns the currently set Authenticator for this context if one exists.
abstract  Authenticator HttpContext.setAuthenticator(Authenticator auth)
          Sets the Authenticator for this HttpContext.
 

Methods in org.jboss.com.sun.net.httpserver with parameters of type Authenticator
abstract  Authenticator HttpContext.setAuthenticator(Authenticator auth)
          Sets the Authenticator for this HttpContext.
 

Uses of Authenticator in org.jboss.sun.net.httpserver
 

Methods in org.jboss.sun.net.httpserver with parameters of type Authenticator
 void AuthFilter.setAuthenticator(Authenticator a)
           
 

Constructors in org.jboss.sun.net.httpserver with parameters of type Authenticator
AuthFilter(Authenticator authenticator)
           
 


Lightweight HTTP Server 1.0.0.Beta1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.