Uses of Interface
org.nuxeo.ecm.directory.EntrySource
-
-
Uses of EntrySource in org.nuxeo.directory.mongodb
Classes in org.nuxeo.directory.mongodb that implement EntrySource Modifier and Type Class Description class
MongoDBSession
MongoDB implementation of aSession
-
Uses of EntrySource in org.nuxeo.ecm.directory
Classes in org.nuxeo.ecm.directory that implement EntrySource Modifier and Type Class Description class
BaseSession
Base session class with helper methods common to all kinds of directory sessions.Methods in org.nuxeo.ecm.directory with parameters of type EntrySource Modifier and Type Method Description DocumentModel
DirectoryCache. getEntry(String entryId, EntrySource source)
DocumentModel
DirectoryCache. getEntry(String entryId, EntrySource source, boolean fetchReferences)
-
Uses of EntrySource in org.nuxeo.ecm.directory.core
Classes in org.nuxeo.ecm.directory.core that implement EntrySource Modifier and Type Class Description class
CoreDirectorySession
Session class for directory on repository -
Uses of EntrySource in org.nuxeo.ecm.directory.ldap
Classes in org.nuxeo.ecm.directory.ldap that implement EntrySource Modifier and Type Class Description class
LDAPSession
This class represents a session against an LDAPDirectory. -
Uses of EntrySource in org.nuxeo.ecm.directory.memory
Classes in org.nuxeo.ecm.directory.memory that implement EntrySource Modifier and Type Class Description class
MemoryDirectorySession
Trivial in-memory implementation of a Directory to use in unit tests. -
Uses of EntrySource in org.nuxeo.ecm.directory.multi
Classes in org.nuxeo.ecm.directory.multi that implement EntrySource Modifier and Type Class Description class
MultiDirectorySession
Directory session aggregating entries from different sources. -
Uses of EntrySource in org.nuxeo.ecm.directory.sql
Classes in org.nuxeo.ecm.directory.sql that implement EntrySource Modifier and Type Class Description class
SQLSession
This class represents a session against an SQLDirectory.
-