Uses of Interface
org.nuxeo.ecm.directory.Reference
Package
Description
-
Uses of Reference in org.nuxeo.directory.mongodb
-
Uses of Reference in org.nuxeo.ecm.directory
Modifier and TypeClassDescriptionclass
Implementation of common Reference logic.class
Reference that uses the matching reference of the target directory to actually do the job.Modifier and TypeFieldDescriptionAbstractDirectory.referenceClass
BaseSession.referenceClass
AbstractDirectory.references
Modifier and TypeMethodDescriptionprotected Reference
AbstractDirectory.newReference
(ReferenceDescriptor desc) Modifier and TypeMethodDescriptionAbstractDirectory.getReferences()
AbstractDirectory.getReferences
(String referenceFieldName) Directory.getReferences()
Lookup all References defined on the directory.Directory.getReferences
(String referenceFieldName) Lookup the References by field name.ModifierConstructorDescriptionprotected
AbstractDirectory
(BaseDirectoryDescriptor descriptor, Class<? extends Reference> referenceClass) protected
BaseSession
(Directory directory, Class<? extends Reference> referenceClass) -
Uses of Reference in org.nuxeo.ecm.directory.ldap
Modifier and TypeClassDescriptionclass
Implementation of the directory Reference interface that leverage two common ways of storing relationships in LDAP directories: the static attribute strategy where a multi-valued attribute store the exhaustive list of distinguished names of the refereed entries (eg. the uniqueMember attribute of the groupOfUniqueNames objectclass) the dynamic attribute strategy where a potentially multi-valued attribute stores a ldap urls intensively describing the refereed LDAP entries (eg. the memberURLs attribute of the groupOfURLs objectclass)class
Implementation of the directory Reference interface that makes it possible to retrieve children of a node in the LDAP tree structure. -
Uses of Reference in org.nuxeo.ecm.directory.multi
-
Uses of Reference in org.nuxeo.ecm.directory.sql