Uses of Class
org.apache.openmeetings.db.entity.server.LdapConfig
Packages that use LdapConfig
-
Uses of LdapConfig in org.apache.openmeetings.db.dao.server
Methods in org.apache.openmeetings.db.dao.server that return LdapConfigMethods in org.apache.openmeetings.db.dao.server that return types with arguments of type LdapConfigModifier and TypeMethodDescriptionLdapConfigDao.get()
LdapConfigDao.get
(long start, long count) LdapConfigDao.get
(String search, long start, long count, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) LdapConfigDao.getActive()
Methods in org.apache.openmeetings.db.dao.server with parameters of type LdapConfigModifier and TypeMethodDescriptionvoid
LdapConfigDao.delete
(LdapConfig entity, Long userId) LdapConfigDao.update
(LdapConfig entity, Long userId)