| | |
| | | break addProcessing; |
| | | } |
| | | |
| | | objectClasses = getObjectClasses(); |
| | | userAttributes = getUserAttributes(); |
| | | operationalAttributes = getOperationalAttributes(); |
| | | |
| | | if ((objectClasses == null ) || (userAttributes == null) || |
| | | (operationalAttributes == null)) |
| | | { |
| | | break addProcessing; |
| | | } |
| | | |
| | | // Check for a request to cancel this operation. |
| | | checkIfCanceled(false); |
| | |
| | | } |
| | | } |
| | | |
| | | objectClasses = getObjectClasses(); |
| | | userAttributes = getUserAttributes(); |
| | | operationalAttributes = getOperationalAttributes(); |
| | | |
| | | if ((objectClasses == null ) || (userAttributes == null) || |
| | | (operationalAttributes == null)) |
| | | { |
| | | break addProcessing; |
| | | } |
| | | |
| | | for (AttributeType at : userAttributes.keySet()) |
| | | { |
| | | // If the attribute type is marked "NO-USER-MODIFICATION" then fail |