Uses of Class
com.javahollic.jira.emh.api.export.beans.LDAPConfigItemBean
-
Packages that use LDAPConfigItemBean Package Description com.javahollic.jira.emh.api.export.beans -
-
Uses of LDAPConfigItemBean in com.javahollic.jira.emh.api.export.beans
Methods in com.javahollic.jira.emh.api.export.beans that return types with arguments of type LDAPConfigItemBean Modifier and Type Method Description List<LDAPConfigItemBean>
LDAPConfigListBean. getItems()
List<LDAPConfigItemBean>
ConfigurationBean. getLdapConfigs()
Method parameters in com.javahollic.jira.emh.api.export.beans with type arguments of type LDAPConfigItemBean Modifier and Type Method Description void
LDAPConfigListBean. setItems(List<LDAPConfigItemBean> items)
void
ConfigurationBean. setLdapConfigs(List<LDAPConfigItemBean> ldapConfigList)
-