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

Variable Index

 o auth
 o broker
 o controlConfig
 o realmConfig
 o root
 o shm
 o writer

Constructor Index

 o AdminServer()

Method Index

 o getBanner()
 o getConfigResource()
 o getControlResource()
 o getRealmCatalogResource()
 o getRealmsCatalog()
Get this server realm catalog.
 o getRoot()
Get the server current root resource.
 o initialize(ServerHandlerManager, String, ObservableProperties)
Initialize a new HTTP server.
 o initializeAuth()
 o perform(Request)
Perform the given request on behalf of this server.
 o remoteListAttributes(Request)
 o remoteLoadRoot(Request)

Variables

 o broker
 protected ResourceBroker broker
 o shm
 protected ServerHandlerManager shm
 o writer
 protected AdminWriter writer
 o root
 protected ContainerResource root
 o realmConfig
 protected RealmCatalogResource realmConfig
 o controlConfig
 protected ControlResource controlConfig
 o auth
 protected GenericAuthFilter auth

Constructors

 o AdminServer
 public AdminServer()

Methods

 o getRealmsCatalog
 public RealmsCatalog getRealmsCatalog()
Get this server realm catalog.

Overrides:
getRealmsCatalog in class httpd
 o getBanner
 protected String getBanner()
Overrides:
getBanner in class httpd
 o getConfigResource
 public ContainerResource getConfigResource()
Overrides:
getConfigResource in class httpd
 o getRealmCatalogResource
 public RealmCatalogResource getRealmCatalogResource()
 o getControlResource
 public ControlResource getControlResource()
 o remoteLoadRoot
 public Reply remoteLoadRoot(Request request) throws HTTPException
 o remoteListAttributes
 public Reply remoteListAttributes(Request request) throws HTTPException
 o perform
 public Reply perform(Request request) throws HTTPException, ClientException
Perform the given request on behalf of this server.

Overrides:
perform in class httpd
 o getRoot
 public HTTPResource getRoot()
Get the server current root resource.

Overrides:
getRoot in class httpd
 o initializeAuth
 protected void initializeAuth()
 o 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