Class LdapModificationResult
java.lang.Object
edu.internet2.middleware.grouper.ldap.LdapModificationResult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttributeError
(LdapModificationAttributeError attributeError) attribute errorsboolean
true if full successvoid
setAttributeErrors
(List<LdapModificationAttributeError> attributeErrors1) attribute errorsvoid
setSuccess
(boolean success1) true if full success
-
Constructor Details
-
LdapModificationResult
public LdapModificationResult()
-
-
Method Details
-
isSuccess
public boolean isSuccess()true if full success- Returns:
- if success
-
setSuccess
public void setSuccess(boolean success1) true if full success- Parameters:
success1
-
-
getAttributeErrors
attribute errors- Returns:
- list of attribute errors
-
setAttributeErrors
attribute errors- Parameters:
attributeErrors1
-
-
addAttributeError
- Parameters:
attributeError
-
-