&& StringUtils.isEmpty(userAndGroupAuthConf.getUserMemberOfAttribute())) {
if (StringUtils.isEmpty(userAndGroupAuthConf.getGroupIdAttribute())) {
ValidationMessage msg = new ValidationMessage(
"groupIdAttribute",
"Group ID Attribute cannot be empty when Use LDAP Groups as Roles is true.");
response.addValidationError(msg);
}
if (StringUtils.isEmpty(userAndGroupAuthConf.getGroupMemberAttribute())) {
ValidationMessage msg = new ValidationMessage(
"groupMemberAttribute",
"Group Member Attribute cannot be empty when Use LDAP Groups as Roles is true.");