Lightweight HTTP Server 1.0.0.Beta1

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

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

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

Methods in org.jboss.com.sun.net.httpserver that return HttpPrincipal
 HttpPrincipal Authenticator.Success.getPrincipal()
          returns the authenticated user Principal
abstract  HttpPrincipal HttpExchange.getPrincipal()
          If an authenticator is set on the HttpContext that owns this exchange, then this method will return the HttpPrincipal that represents the authenticated user for this HttpExchange.
 

Constructors in org.jboss.com.sun.net.httpserver with parameters of type HttpPrincipal
Authenticator.Success(HttpPrincipal p)
           
 


Lightweight HTTP Server 1.0.0.Beta1

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