Uses of Interface
org.nuxeo.ecm.directory.EntryAdaptor
-
Packages that use EntryAdaptor Package Description org.nuxeo.ecm.directory.impl org.nuxeo.ecm.directory.ldap -
-
Uses of EntryAdaptor in org.nuxeo.ecm.directory.impl
Classes in org.nuxeo.ecm.directory.impl that implement EntryAdaptor Modifier and Type Class Description class
WritePolicyEntryAdaptor
Simple entry adaptor implementation that leaves the entry as editable if the specified field value matches the provided regexp or set the readonly flag of the entry to true if the value of the field does not match the regexp. -
Uses of EntryAdaptor in org.nuxeo.ecm.directory.ldap
Fields in org.nuxeo.ecm.directory.ldap declared as EntryAdaptor Modifier and Type Field Description protected EntryAdaptor
LDAPDirectoryDescriptor. entryAdaptor
Fields in org.nuxeo.ecm.directory.ldap with type parameters of type EntryAdaptor Modifier and Type Field Description Class<? extends EntryAdaptor>
LDAPDirectoryDescriptor.EntryAdaptorDescriptor. adaptorClass
Methods in org.nuxeo.ecm.directory.ldap that return EntryAdaptor Modifier and Type Method Description EntryAdaptor
LDAPDirectoryDescriptor. getEntryAdaptor()
-