Uses of Class
org.nuxeo.ecm.directory.ldap.LDAPServerDescriptor
-
Packages that use LDAPServerDescriptor Package Description org.nuxeo.ecm.directory.ldap org.nuxeo.ecm.directory.ldap.registry -
-
Uses of LDAPServerDescriptor in org.nuxeo.ecm.directory.ldap
Methods in org.nuxeo.ecm.directory.ldap that return LDAPServerDescriptor Modifier and Type Method Description LDAPServerDescriptor
LDAPDirectory. getServer()
LDAPServerDescriptor
LDAPDirectoryFactory. getServer(String name)
Methods in org.nuxeo.ecm.directory.ldap with parameters of type LDAPServerDescriptor Modifier and Type Method Description void
LDAPDirectoryFactory. registerServerContribution(LDAPServerDescriptor descriptor)
void
LDAPDirectoryFactory. unregisterServerContribution(LDAPServerDescriptor descriptor)
-
Uses of LDAPServerDescriptor in org.nuxeo.ecm.directory.ldap.registry
Methods in org.nuxeo.ecm.directory.ldap.registry that return LDAPServerDescriptor Modifier and Type Method Description LDAPServerDescriptor
LDAPServerRegistry. getServer(String name)
Methods in org.nuxeo.ecm.directory.ldap.registry with parameters of type LDAPServerDescriptor Modifier and Type Method Description void
LDAPServerRegistry. contributionRemoved(String id, LDAPServerDescriptor origContrib)
void
LDAPServerRegistry. contributionUpdated(String id, LDAPServerDescriptor contrib, LDAPServerDescriptor newOrigContrib)
String
LDAPServerRegistry. getContributionId(LDAPServerDescriptor contrib)
-