Uses of Interface
org.nuxeo.ecm.directory.EntrySource
Packages that use EntrySource
Package
Description
-
Uses of EntrySource in org.nuxeo.directory.mongodb
Classes in org.nuxeo.directory.mongodb that implement EntrySource -
Uses of EntrySource in org.nuxeo.ecm.directory
Classes in org.nuxeo.ecm.directory that implement EntrySourceModifier and TypeClassDescriptionclass
Base session class with helper methods common to all kinds of directory sessions.Methods in org.nuxeo.ecm.directory with parameters of type EntrySourceModifier and TypeMethodDescriptionDirectoryCache.getEntry
(String entryId, EntrySource source) 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 EntrySourceModifier and TypeClassDescriptionclass
Session class for directory on repository -
Uses of EntrySource in org.nuxeo.ecm.directory.ldap
Classes in org.nuxeo.ecm.directory.ldap that implement EntrySourceModifier and TypeClassDescriptionclass
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 EntrySourceModifier and TypeClassDescriptionclass
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 EntrySourceModifier and TypeClassDescriptionclass
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 EntrySourceModifier and TypeClassDescriptionclass
This class represents a session against an SQLDirectory.