updated API description
This commit is contained in:
@ -223,7 +223,7 @@ public class LDAPSearch {
|
||||
* @return true, if the given contact, specified by the email address is
|
||||
* member of the specified group. Otherwise false is returned.
|
||||
*
|
||||
* @throws de.muehlencord.shared.network.ldap.LDAPException
|
||||
* @throws de.muehlencord.shared.network.ldap.LDAPException if the validation fails.
|
||||
*/
|
||||
public boolean isMemberOfGroup(String email, String groupDn) throws LDAPException {
|
||||
boolean returnValue = false;
|
||||
|
||||
Reference in New Issue
Block a user