Uses of Class
org.codelibs.fess.ldap.LdapUser
-
Packages that use LdapUser Package Description org.codelibs.fess.ldap -
-
Uses of LdapUser in org.codelibs.fess.ldap
Methods in org.codelibs.fess.ldap that return LdapUser Modifier and Type Method Description protected LdapUserLdapManager. createLdapUser(String username, Hashtable<String,String> env)Methods in org.codelibs.fess.ldap with parameters of type LdapUser Modifier and Type Method Description String[]LdapManager. getRoles(LdapUser ldapUser, String bindDn, String accountFilter, String groupFilter)protected voidLdapManager. processSubRoles(LdapUser ldapUser, String bindDn, String dn, String groupFilter, Set<String> roleSet)
-