Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.directory.AbstractReference

Packages that use AbstractReference
org.nuxeo.ecm.directory   
org.nuxeo.ecm.directory.ldap   
org.nuxeo.ecm.directory.multi   
org.nuxeo.ecm.directory.sql   
 

Uses of AbstractReference in org.nuxeo.ecm.directory
 

Subclasses of AbstractReference in org.nuxeo.ecm.directory
 class InverseReference
          Reference that uses the matching reference of the target directory to actually do the job.
 

Uses of AbstractReference in org.nuxeo.ecm.directory.ldap
 

Subclasses of AbstractReference in org.nuxeo.ecm.directory.ldap
 class LDAPReference
          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) Please note that both static and dynamic references are resolved in read mode whereas only the static attribute strategy is used when creating new references or when deleting existing ones (write / update mode).
 class LDAPTreeReference
          Implementation of the directory Reference interface that makes it possible to retrieve children of a node in the LDAP tree structure.
 

Uses of AbstractReference in org.nuxeo.ecm.directory.multi
 

Subclasses of AbstractReference in org.nuxeo.ecm.directory.multi
 class MultiReference
           
 

Uses of AbstractReference in org.nuxeo.ecm.directory.sql
 

Subclasses of AbstractReference in org.nuxeo.ecm.directory.sql
 class TableReference
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.