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 auth
-  
  
-   broker broker
-  
  
-   controlConfig controlConfig
-  
  
-   realmConfig realmConfig
-  
  
-   root root
-  
  
-   shm shm
-  
  
-   writer writer
-  
   
  -   AdminServer() AdminServer()
-  
   
  -   getBanner() getBanner()
-  
  
-   getConfigResource() getConfigResource()
-  
  
-   getControlResource() getControlResource()
-  
  
-   getRealmCatalogResource() getRealmCatalogResource()
-  
  
-   getRealmsCatalog() getRealmsCatalog()
-   Get this server realm catalog.
  
-   getRoot() getRoot()
-   Get the server current root resource.
  
-   initialize(ServerHandlerManager, String, ObservableProperties) initialize(ServerHandlerManager, String, ObservableProperties)
-   Initialize a new HTTP server.
  
-   initializeAuth() initializeAuth()
-  
  
-   perform(Request) perform(Request)
-   Perform the given request on behalf of this server.
  
-   remoteListAttributes(Request) remoteListAttributes(Request)
-  
  
-   remoteLoadRoot(Request) remoteLoadRoot(Request)
-  
   
 broker
broker
 protected ResourceBroker broker
 shm
shm
 protected ServerHandlerManager shm
 writer
writer
 protected AdminWriter writer
 root
root
 protected ContainerResource root
 realmConfig
realmConfig
 protected RealmCatalogResource realmConfig
 controlConfig
controlConfig
 protected ControlResource controlConfig
 auth
auth
 protected GenericAuthFilter auth
   
 AdminServer
AdminServer
 public AdminServer()
   
 getRealmsCatalog
getRealmsCatalog
 public RealmsCatalog getRealmsCatalog()
  -  Get this server realm catalog.
   
- 
    -  Overrides:
    
-  getRealmsCatalog in class httpd
  
 
 getBanner
getBanner
 protected String getBanner()
  - 
    -  Overrides:
    
-  getBanner in class httpd
  
 
 getConfigResource
getConfigResource
 public ContainerResource getConfigResource()
  - 
    -  Overrides:
    
-  getConfigResource in class httpd
  
 
 getRealmCatalogResource
getRealmCatalogResource
 public RealmCatalogResource getRealmCatalogResource()
 getControlResource
getControlResource
 public ControlResource getControlResource()
 remoteLoadRoot
remoteLoadRoot
 public Reply remoteLoadRoot(Request request) throws HTTPException
 remoteListAttributes
remoteListAttributes
 public Reply remoteListAttributes(Request request) throws HTTPException
 perform
perform
 public Reply perform(Request request) throws HTTPException, ClientException
  -  Perform the given request on behalf of this server.
   
- 
    -  Overrides:
    
-  perform in class httpd
  
 
 getRoot
getRoot
 public HTTPResource getRoot()
  -  Get the server current root resource.
   
- 
    -  Overrides:
    
-  getRoot in class httpd
  
 
 initializeAuth
initializeAuth
 protected void initializeAuth()
 initialize
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