Uses of Class
org.codelibs.fess.ldap.LdapUser
Packages that use LdapUser
-
Uses of LdapUser in org.codelibs.fess.ldap
Methods in org.codelibs.fess.ldap that return LdapUserModifier and TypeMethodDescriptionprotected LdapUserLdapManager.createLdapUser(String username, Hashtable<String, String> env) Methods in org.codelibs.fess.ldap with parameters of type LdapUserModifier and TypeMethodDescriptionprotected booleanLdapManager.allowEmptyGroupAndRole(LdapUser ldapUser) String[]LdapManager.getRoles(LdapUser ldapUser, String bindDn, String accountFilter, String groupFilter, Consumer<String[]> lazyLoading) protected voidLdapManager.processSubRoles(LdapUser ldapUser, String bindDn, Set<String> subRoleSet, String groupFilter, Set<String> roleSet)