|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.runtime.model.DefaultComponent
org.nuxeo.ecm.directory.ldap.LDAPDirectoryFactory
public class LDAPDirectoryFactory
| Field Summary | |
|---|---|
static String |
NAME
|
| Constructor Summary | |
|---|---|
LDAPDirectoryFactory()
|
|
| Method Summary | |
|---|---|
void |
activate(ComponentContext context)
Activates the component. |
void |
deactivate(ComponentContext context)
Deactivates the component. |
List<Directory> |
getDirectories()
|
Directory |
getDirectory(String name)
Return the directory with the given name. |
protected static DirectoryServiceImpl |
getDirectoryService()
|
String |
getName()
|
LDAPServerDescriptor |
getServer(String name)
|
void |
registerDirectoryExtension(Extension extension)
|
void |
registerExtension(Extension extension)
Registers the given extension. |
void |
registerServerExtension(Extension extension)
|
void |
shutdown()
|
void |
unregisterDirectoryExtension(Extension extension)
|
void |
unregisterExtension(Extension extension)
Unregisters the given extension. |
void |
unregisterServerExtension(Extension extension)
|
| Methods inherited from class org.nuxeo.runtime.model.DefaultComponent |
|---|
getAdapter, registerContribution, unregisterContribution |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
| Constructor Detail |
|---|
public LDAPDirectoryFactory()
| Method Detail |
|---|
public Directory getDirectory(String name)
DirectoryFactory
getDirectory in interface DirectoryFactoryname - the name of the directory
public List<Directory> getDirectories()
getDirectories in interface DirectoryFactorypublic LDAPServerDescriptor getServer(String name)
public String getName()
getName in interface DirectoryFactorypublic void activate(ComponentContext context)
ComponentThis method will be called by the runtime when a component is activated.
activate in interface Componentactivate in class DefaultComponentcontext - the runtime contextpublic void deactivate(ComponentContext context)
ComponentThis method will be called by the runtime when a component is deactivated.
deactivate in interface Componentdeactivate in class DefaultComponentcontext - the runtime contextprotected static DirectoryServiceImpl getDirectoryService()
public void registerExtension(Extension extension)
Extensible
registerExtension in interface ExtensibleregisterExtension in class DefaultComponentextension - the extension to register
public void unregisterExtension(Extension extension)
throws DirectoryException
Extensible
unregisterExtension in interface ExtensibleunregisterExtension in class DefaultComponentextension - the extension to unregister
DirectoryExceptionpublic void registerServerExtension(Extension extension)
public void unregisterServerExtension(Extension extension)
public void registerDirectoryExtension(Extension extension)
public void unregisterDirectoryExtension(Extension extension)
throws DirectoryException
DirectoryException
public void shutdown()
throws DirectoryException
shutdown in interface DirectoryFactoryDirectoryException
|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||