Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.directory
Interface DirectoryFactory

All Known Implementing Classes:
DirectoryFactoryProxy, LDAPDirectoryFactory, MemoryDirectoryFactory, MultiDirectoryFactory, SQLDirectoryFactory

public interface DirectoryFactory


Method Summary
 java.util.List<Directory> getDirectories()
           
 Directory getDirectory(java.lang.String name)
          Returns the directory with the given name.
 java.lang.String getName()
           
 void shutdown()
           
 

Method Detail

getName

java.lang.String getName()

getDirectory

Directory getDirectory(java.lang.String name)
                       throws DirectoryException
Returns the directory with the given name.

Parameters:
name - the name of the directory
Returns:
the directory with the given name
Throws:
DirectoryException

getDirectories

java.util.List<Directory> getDirectories()
                                         throws DirectoryException
Returns:
a list with all the directories managed by this factory
Throws:
DirectoryException

shutdown

void shutdown()
              throws DirectoryException
Throws:
DirectoryException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.