All Packages Class Hierarchy This Package Previous Next Index
Class w3c.jigsaw.admin.AdminServer
java.lang.Object
|
+----w3c.jigsaw.http.httpd
|
+----w3c.jigsaw.admin.AdminServer
- public class AdminServer
- extends httpd
-
auth
-
-
broker
-
-
controlConfig
-
-
realmConfig
-
-
root
-
-
shm
-
-
writer
-
-
AdminServer()
-
-
getBanner()
-
-
getConfigResource()
-
-
getControlResource()
-
-
getRealmCatalogResource()
-
-
getRealmsCatalog()
- Get this server realm catalog.
-
getRoot()
- Get the server current root resource.
-
initialize(ServerHandlerManager, String, ObservableProperties)
- Initialize a new HTTP server.
-
initializeAuth()
-
-
perform(Request)
- Perform the given request on behalf of this server.
-
remoteListAttributes(Request)
-
-
remoteLoadRoot(Request)
-
broker
protected ResourceBroker broker
shm
protected ServerHandlerManager shm
writer
protected AdminWriter writer
root
protected ContainerResource root
realmConfig
protected RealmCatalogResource realmConfig
controlConfig
protected ControlResource controlConfig
auth
protected GenericAuthFilter auth
AdminServer
public AdminServer()
getRealmsCatalog
public RealmsCatalog getRealmsCatalog()
- Get this server realm catalog.
- Overrides:
- getRealmsCatalog in class httpd
getBanner
protected String getBanner()
- Overrides:
- getBanner in class httpd
getConfigResource
public ContainerResource getConfigResource()
- Overrides:
- getConfigResource in class httpd
getRealmCatalogResource
public RealmCatalogResource getRealmCatalogResource()
getControlResource
public ControlResource getControlResource()
remoteLoadRoot
public Reply remoteLoadRoot(Request request) throws HTTPException
remoteListAttributes
public Reply remoteListAttributes(Request request) throws HTTPException
perform
public Reply perform(Request request) throws HTTPException, ClientException
- Perform the given request on behalf of this server.
- Overrides:
- perform in class httpd
getRoot
public HTTPResource getRoot()
- Get the server current root resource.
- Overrides:
- getRoot in class httpd
initializeAuth
protected void initializeAuth()
initialize
public void initialize(ServerHandlerManager shm,
String identifier,
ObservableProperties props) throws ServerHandlerInitException
- Initialize a new HTTP server.
- Overrides:
- initialize in class httpd
All Packages Class Hierarchy This Package Previous Next Index