Searched refs:replaceAttributes (Results 1 - 12 of 12) sorted by relevance

/forgerock/openidm-v4/openidm-provisioner-openicf/src/test/java/org/forgerock/openidm/provisioner/openicf/connector/
H A DTestConnector.java607 * @param replaceAttributes set of new {@link org.identityconnectors.framework.common.objects.Attribute}. the values in this set
619 public Uid update(ObjectClass objclass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options) { argument
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlockBase.java431 public void replaceAttributes(String principalDN, Map sAttributes, Map bAttributes) { method in class:CacheBlockBase
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlockBase.java408 public void replaceAttributes(String principalDN, Map sAttributes, Map bAttributes) { method in class:CacheBlockBase
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java307 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java320 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java307 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java320 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java327 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java324 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java327 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java324 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/impl/
H A DOpenICFProvisionerService.java1561 final Set<Attribute> replaceAttributes =
1588 AttributeUtil.filterUid(replaceAttributes), operationOptions);

Completed in 62 milliseconds