Searched defs:objclass (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/openidm-provisioner-openicf/src/test/java/org/forgerock/openidm/provisioner/openicf/connector/
H A DTestConnector.java530 * @param objclass the type of object to modify. Will never be null.
544 public Uid addAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options) { argument
563 * @param objclass the type of object to modify. Will never be null.
577 public Uid removeAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToRemove, OperationOptions options) { argument
605 * @param objclass the type of object to modify. Will never be null.
619 public Uid update(ObjectClass objclass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options) { argument

Completed in 36 milliseconds