Uses of Interface
org.nuxeo.ecm.directory.EntrySource
Package
Description
-
Uses of EntrySource in org.nuxeo.directory.mongodb
-
Uses of EntrySource in org.nuxeo.ecm.directory
Modifier and TypeClassDescriptionclass
Base session class with helper methods common to all kinds of directory sessions.Modifier and TypeMethodDescriptionDirectoryCache.getEntry
(String entryId, EntrySource source) DirectoryCache.getEntry
(String entryId, EntrySource source, boolean fetchReferences) -
Uses of EntrySource in org.nuxeo.ecm.directory.core
Modifier and TypeClassDescriptionclass
Session class for directory on repository -
Uses of EntrySource in org.nuxeo.ecm.directory.ldap
Modifier and TypeClassDescriptionclass
This class represents a session against an LDAPDirectory. -
Uses of EntrySource in org.nuxeo.ecm.directory.memory
Modifier and TypeClassDescriptionclass
Trivial in-memory implementation of a Directory to use in unit tests. -
Uses of EntrySource in org.nuxeo.ecm.directory.multi
Modifier and TypeClassDescriptionclass
Directory session aggregating entries from different sources. -
Uses of EntrySource in org.nuxeo.ecm.directory.sql
Modifier and TypeClassDescriptionclass
This class represents a session against an SQLDirectory.