All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.admin.AdminServer

java.lang.Object
   |
   +----org.w3c.jigsaw.http.httpd
           |
           +----org.w3c.jigsaw.admin.AdminServer

public class AdminServer
extends httpd

Variable Index

 o auth
 o broker
 o controlConfig
 o realms
The realm catalog
 o root
 o rr_controlConfig
 o rr_realms
 o rr_root
 o shm
 o writer

Constructor Index

 o AdminServer()

Method Index

 o getBanner()
 o getConfigResource()
get this server config resource
 o getControlResource()
 o getRealmCatalogResource()
 o getRealmsCatalog()
Get this server realm catalog.
 o getRoot()
Get the server current root resource.
 o getRootReference()
get the resource reference of the root resource of the server
 o initialize(ServerHandlerManager, String, ObservableProperties)
Initialize the Server
 o initializeAuth()
 o perform(RequestInterface)
Perform the request
 o remoteListAttributes(Request)
List the attributes.
 o remoteLoadRoot(Request)
Load the remote Root.

Variables

 o broker
 protected ResourceBroker broker
 o shm
 protected ServerHandlerManager shm
 o writer
 protected AdminWriter writer
 o root
 protected AbstractContainer root
 o rr_root
 protected ResourceReference rr_root
 o controlConfig
 protected ControlResource controlConfig
 o rr_controlConfig
 protected ResourceReference rr_controlConfig
 o auth
 protected GenericAuthFilter auth
 o realms
 protected RealmsCatalog realms
The realm catalog

 o rr_realms
 protected ResourceReference rr_realms

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 ResourceReference getConfigResource()
get this server config resource

Overrides:
getConfigResource in class httpd
 o getRealmCatalogResource
 public ResourceReference getRealmCatalogResource()
 o getControlResource
 public ResourceReference getControlResource()
 o remoteLoadRoot
 public Reply remoteLoadRoot(Request request) throws ProtocolException
Load the remote Root.

Parameters:
request - The incomming request.
Throws: ProtocolException
if a protocol error occurs.
 o remoteListAttributes
 public Reply remoteListAttributes(Request request) throws ProtocolException
List the attributes.

Parameters:
request - The incomming request.
Throws: ProtocolException
if a protocol error occurs.
 o perform
 public ReplyInterface perform(RequestInterface req) throws ProtocolException, ResourceException
Perform the request

Parameters:
req - the request.
Throws: ProtocolException
if a protocol error occurs
Throws: ResourceException
if a server error occurs
Overrides:
perform in class httpd
 o getRoot
 public FramedResource getRoot()
Get the server current root resource.

Overrides:
getRoot in class httpd
 o getRootReference
 public ResourceReference getRootReference()
get the resource reference of the root resource of the server

Overrides:
getRootReference in class httpd
 o initializeAuth
 protected void initializeAuth()
 o initialize
 public void initialize(ServerHandlerManager shm,
                        String identifier,
                        ObservableProperties props) throws ServerHandlerInitException
Initialize the Server

Throws: ServerHandlerInitException
if it can't be initialized
Overrides:
initialize in class httpd

All Packages  Class Hierarchy  This Package  Previous  Next  Index