Uses of Interface
org.nuxeo.ecm.directory.ldap.LdapExceptionProcessor
-
Packages that use LdapExceptionProcessor Package Description org.nuxeo.ecm.directory.ldap -
-
Uses of LdapExceptionProcessor in org.nuxeo.ecm.directory.ldap
Classes in org.nuxeo.ecm.directory.ldap that implement LdapExceptionProcessor Modifier and Type Class Description class
DefaultLdapExceptionProcessor
Default implementation of theLdapExceptionProcessor
based on Errors returned by OpenDSFields in org.nuxeo.ecm.directory.ldap declared as LdapExceptionProcessor Modifier and Type Field Description protected LdapExceptionProcessor
LDAPDirectoryDescriptor. exceptionProcessor
Fields in org.nuxeo.ecm.directory.ldap with type parameters of type LdapExceptionProcessor Modifier and Type Field Description protected Class<? extends LdapExceptionProcessor>
LDAPDirectoryDescriptor. exceptionProcessorClass
Methods in org.nuxeo.ecm.directory.ldap that return LdapExceptionProcessor Modifier and Type Method Description LdapExceptionProcessor
LDAPDirectoryDescriptor. getExceptionProcessor()
-