Author: jawi
Date: Wed Apr 25 13:11:31 2012
New Revision: 1330259
URL: http://svn.apache.org/viewvc?rev=1330259&view=rev
Log:
Formatting updated.
Modified:
ace/site/trunk/content/dev-doc/design/ace-authentication.mdtext
Modified: ace/site/trunk/content/dev-doc/design/ace-authentication.mdtext
URL: http://svn.apache.org/viewvc/ace/site/trunk/content/dev-doc/design/ace-authentication.mdtext?rev=1330259&r1=1330258&r2=1330259&view=diff
==============================================================================
--- ace/site/trunk/content/dev-doc/design/ace-authentication.mdtext (original)
+++ ace/site/trunk/content/dev-doc/design/ace-authentication.mdtext Wed Apr 25 13:11:31 2012
@@ -70,15 +70,17 @@ Before continuing on the details of conf
All remote services in ACE are configurable with respect to the endpoint they can be accessed.
The following table shows an overview of the remote services, including the default endpoint
they use:
-Name | Description | Default endpoint | Configuration PID
-------- | --------------- | --------------------- | ---------------------
-<tt>BundleServlet</tt> | provides access to the OBR (bundle repository) of ACE
| <tt>/obr</tt> | <tt>org.apache.ace.obr.servlet</tt>
-<tt>DeploymentServlet</tt> | handles the actual provisioning of deployment packages
to a target | <tt>/deployment</tt> |<tt>org.apache.ace.deployment.servlet</tt>
-<tt>LogServlet</tt> | allows any number of logs for a target to be synchronized
and accessed | <tt>/auditlog</tt>[^4] | <tt>org.apache.ace.server.log.servlet.factory</tt><br/>**note:
this is a configuration factory!**
-<tt>RepositoryServlet</tt> | provides access to the various (artifact/feature/distribution/target)
internal repositories of ACE | <tt>/repository</tt> | <tt>org.apache.ace.repository.servlet.RepositoryServlet</tt>
-<tt>RepositoryReplicationServlet</tt> | allows *relay nodes* to replicate the
internal repositories of ACE | <tt>/replication</tt> | <tt>org.apache.ace.repository.servlet.RepositoryReplicationServlet</tt>
-<tt>RESTClientServlet</tt> | provides the RESTful interface to ACE |<tt>/client</tt>
| <tt>org.apache.ace.client.rest</tt>
-<tt>VaadinServlet</tt> | provides the Vaadin web interface | <tt>/ace</tt>
| <tt>org.apache.ace.webui.vaadin</tt>
+Name | Description | Endpoint | Configuration PID
+------- | --------------- | ------------ | ---------------------
+<tt>BundleServlet</tt> | provides access to the OBR (bundle repository) of ACE
| <tt>/obr</tt> | <tt>o.a.a.obr.servlet</tt>
+<tt>DeploymentServlet</tt> | handles the actual provisioning of deployment packages
to a target | <tt>/deployment</tt> |<tt>o.a.a.deployment.servlet</tt>
+<tt>LogServlet</tt> | allows any number of logs for a target to be synchronized
and accessed | <tt>/auditlog</tt>[^4] | <tt>o.a.a.server.log.servlet.factory</tt><br/>**note:
this is a configuration factory!**
+<tt>RepositoryServlet</tt> | provides access to the various (artifact/feature/distribution/target)
internal repositories of ACE | <tt>/repository</tt> | <tt>o.a.a.repository.servlet.RepositoryServlet</tt>
+<tt>RepositoryReplicationServlet</tt> | allows *relay nodes* to replicate the
internal repositories of ACE | <tt>/replication</tt> | <tt>o.a.a.repository.servlet.RepositoryReplicationServlet</tt>
+<tt>RESTClientServlet</tt> | provides the RESTful interface to ACE |<tt>/client</tt>
| <tt>o.a.a.client.rest</tt>
+<tt>VaadinServlet</tt> | provides the Vaadin web interface | <tt>/ace</tt>
| <tt>o.a.a.webui.vaadin</tt>
+
+Table 1: Remote services overview. Common prefix of configuration PIDs are abbreviated: <tt>o.a.a</tt>
= <tt>org.apache.ace</tt>.
### Configuring authentication for remote services
|