updated API description

This commit is contained in:
2019-09-15 13:37:38 +02:00
parent af298c8060
commit a2430f748f
5 changed files with 166 additions and 27 deletions

View File

@ -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;