| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAuthenticator
BasicAuthenticator provides an implementation of HTTP Basic
authentication.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Authenticator |
HttpContext.setAuthenticator(Authenticator auth)
Sets the Authenticator for this HttpContext.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthFilter.setAuthenticator(Authenticator a) |
| Constructor and Description |
|---|
AuthFilter(Authenticator authenticator) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.