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

/forgerock/openidm-v4/openidm-provisioner-openicf/src/test/java/org/forgerock/openidm/provisioner/openicf/connector/
H A DTestConnector.java544 public Uid addAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options) { method in class:TestConnector
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DOrgConfigViaAMSDK.java462 void addAttributeValues(String attrName, Set values) throws SMSException { method in class:OrgConfigViaAMSDK
H A DOrganizationConfigManager.java797 public void addAttributeValues(String serviceName, String attrName, method in class:OrganizationConfigManager
850 amsdk.addAttributeValues(attrName, values);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DOrgConfigViaAMSDK.java462 void addAttributeValues(String attrName, Set values) throws SMSException { method in class:OrgConfigViaAMSDK
H A DOrganizationConfigManager.java860 public void addAttributeValues(String serviceName, String attrName, method in class:OrganizationConfigManager
913 amsdk.addAttributeValues(attrName, values);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsServerPropertiesResource.java939 addAttributeValues(content, attributeValues);
943 addAttributeValues(content.get(sectionName), attributeValues);
998 addAttributeValues(content, attributeValues);
1022 private void addAttributeValues(JsonValue attributes, Map<String, String> attributeValues) { method in class:SmsServerPropertiesResource

Completed in 50 milliseconds