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) Creates a new LDAP user instance with the specified username and environment.Methods in org.codelibs.fess.ldap with parameters of type LdapUserModifier and TypeMethodDescriptionprotected booleanLdapManager.allowEmptyGroupAndRole(LdapUser ldapUser) Checks if the specified LDAP user is allowed to have empty group and role permissions.String[]LdapManager.getRoles(LdapUser ldapUser, String bindDn, String accountFilter, String groupFilter, Consumer<String[]> lazyLoading) Retrieves roles for the specified LDAP user based on the provided filters.protected voidLdapManager.processSubRoles(LdapUser ldapUser, String bindDn, Set<String> subRoleSet, String groupFilter, Set<String> roleSet) Processes sub-roles for the specified LDAP user.