|
Revision 23042, 1.1 kB
(checked in by glefter, 2 years ago)
|
NXP-1373 - Directory remoting
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
|
|---|
| 3 |
<component name="org.nuxeo.ecm.directory.DirectoryServiceImpl"> |
|---|
| 4 |
<implementation class="org.nuxeo.ecm.directory.DirectoryServiceImpl" /> |
|---|
| 5 |
<service> |
|---|
| 6 |
<provide interface="org.nuxeo.ecm.directory.api.DirectoryService" /> |
|---|
| 7 |
</service> |
|---|
| 8 |
|
|---|
| 9 |
<documentation> |
|---|
| 10 |
This component provides a registry for Directory Factories |
|---|
| 11 |
<p /> |
|---|
| 12 |
Directories are abstract representations of data sources. A |
|---|
| 13 |
Directory Factory represents an implementation of such data |
|---|
| 14 |
sources, e.g. using SQL, LDAP, etc. |
|---|
| 15 |
</documentation> |
|---|
| 16 |
<extension-point name="factoryDescriptor"> |
|---|
| 17 |
<documentation> |
|---|
| 18 |
This extension point can be used to register directory |
|---|
| 19 |
factories. |
|---|
| 20 |
<p /> |
|---|
| 21 |
The XML extension can contain an arbitrary number of factory |
|---|
| 22 |
declarations of the form: |
|---|
| 23 |
<factoryDescriptor component="org.pkg.Foo" /> |
|---|
| 24 |
Here, Foo must be a class that implements the org.nuxeo.ecm.directory.DirectoryFactory interface |
|---|
| 25 |
|
|---|
| 26 |
</documentation> |
|---|
| 27 |
<object |
|---|
| 28 |
class="org.nuxeo.ecm.directory.DirectoryFactoryDescriptor" /> |
|---|
| 29 |
</extension-point> |
|---|
| 30 |
|
|---|
| 31 |
</component> |
|---|