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
-
auth
-
-
broker
-
-
controlConfig
-
-
realms
- The realm catalog
-
root
-
-
rr_controlConfig
-
-
rr_realms
-
-
rr_root
-
-
shm
-
-
writer
-
-
AdminServer()
-
-
getBanner()
-
-
getConfigResource()
- get this server config resource
-
getControlResource()
-
-
getRealmCatalogResource()
-
-
getRealmsCatalog()
- Get this server realm catalog.
-
getRoot()
- Get the server current root resource.
-
getRootReference()
- get the resource reference of the root resource of the server
-
initialize(ServerHandlerManager, String, ObservableProperties)
- Initialize the Server
-
initializeAuth()
-
-
perform(RequestInterface)
- Perform the request
-
remoteListAttributes(Request)
- List the attributes.
-
remoteLoadRoot(Request)
- Load the remote Root.
broker
protected ResourceBroker broker
shm
protected ServerHandlerManager shm
writer
protected AdminWriter writer
root
protected AbstractContainer root
rr_root
protected ResourceReference rr_root
controlConfig
protected ControlResource controlConfig
rr_controlConfig
protected ResourceReference rr_controlConfig
auth
protected GenericAuthFilter auth
realms
protected RealmsCatalog realms
- The realm catalog
rr_realms
protected ResourceReference rr_realms
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 ResourceReference getConfigResource()
- get this server config resource
- Overrides:
- getConfigResource in class httpd
getRealmCatalogResource
public ResourceReference getRealmCatalogResource()
getControlResource
public ResourceReference getControlResource()
remoteLoadRoot
public Reply remoteLoadRoot(Request request) throws ProtocolException
- Load the remote Root.
- Parameters:
- request - The incomming request.
- Throws: ProtocolException
- if a protocol
error occurs.
remoteListAttributes
public Reply remoteListAttributes(Request request) throws ProtocolException
- List the attributes.
- Parameters:
- request - The incomming request.
- Throws: ProtocolException
- if a protocol
error occurs.
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
getRoot
public FramedResource getRoot()
- Get the server current root resource.
- Overrides:
- getRoot in class httpd
getRootReference
public ResourceReference getRootReference()
- get the resource reference of the root resource of the server
- Overrides:
- getRootReference in class httpd
initializeAuth
protected void initializeAuth()
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