Searched refs:removeAttributeValues (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceInstance.java253 public void removeAttributeValues(String attrName, Set values) method in class:ServiceInstance
257 SMSUtils.removeAttributeValues(e, attrName, values,
H A DPluginConfig.java228 public void removeAttributeValues(String attrName, Set values) method in class:PluginConfig
232 SMSUtils.removeAttributeValues(e, attrName, values, ps
H A DSMSUtils.java404 static void removeAttributeValues(SMSEntry e, String attrName, Set<String> values, Set searchableAttrNames) method in class:SMSUtils
433 removeAttributeValues(entry, attrName, oldValues, searchableAttrNames);
H A DServiceConfig.java638 public void removeAttributeValues(String attrName, Set values) method in class:ServiceConfig
642 SMSUtils.removeAttributeValues(e, attrName, values, ss
H A DOrganizationConfigManager.java1058 public void removeAttributeValues(String serviceName, String attrName, method in class:OrganizationConfigManager
1078 SMSUtils.removeAttributeValues(e, serviceName.toLowerCase()
1098 amsdk.removeAttributeValues(attrName, values);
H A DOrgConfigViaAMSDK.java586 void removeAttributeValues(String attrName, Set values) throws SMSException method in class:OrgConfigViaAMSDK
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceInstance.java253 public void removeAttributeValues(String attrName, Set values) method in class:ServiceInstance
257 SMSUtils.removeAttributeValues(e, attrName, values,
H A DPluginConfig.java228 public void removeAttributeValues(String attrName, Set values) method in class:PluginConfig
232 SMSUtils.removeAttributeValues(e, attrName, values, ps
H A DSMSUtils.java446 static void removeAttributeValues(SMSEntry e, String attrName, Set<String> values, Set searchableAttrNames) method in class:SMSUtils
475 removeAttributeValues(entry, attrName, oldValues, searchableAttrNames);
H A DServiceConfig.java638 public void removeAttributeValues(String attrName, Set values) method in class:ServiceConfig
642 SMSUtils.removeAttributeValues(e, attrName, values, ss
H A DOrganizationConfigManager.java1121 public void removeAttributeValues(String serviceName, String attrName, method in class:OrganizationConfigManager
1141 SMSUtils.removeAttributeValues(e, serviceName.toLowerCase()
1161 amsdk.removeAttributeValues(attrName, values);
H A DOrgConfigViaAMSDK.java586 void removeAttributeValues(String attrName, Set values) throws SMSException method in class:OrgConfigViaAMSDK
/forgerock/openidm-v4/openidm-provisioner-openicf/src/test/java/org/forgerock/openidm/provisioner/openicf/connector/
H A DTestConnector.java577 public Uid removeAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToRemove, OperationOptions options) { method in class:TestConnector
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationManager.java786 orgServiceConfig.removeAttributeValues(
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationManager.java773 orgServiceConfig.removeAttributeValues(
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java3130 subConfig.removeAttributeValues(attributeName, valSet);
/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/impl/
H A DOpenICFProvisionerService.java1365 uid = facade.removeAttributeValues(objectClassInfoHelper.getObjectClass(), uid,
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java3130 subConfig.removeAttributeValues(attributeName, valSet);

Completed in 106 milliseconds