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 D | TestConnector.java | 607 * @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 D | CacheBlockBase.java | 431 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 D | CacheBlockBase.java | 408 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 D | IdRemoteCachedServicesImpl.java | 307 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/ |
H A D | IdCachedServicesImpl.java | 320 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/ |
H A D | IdRemoteCachedServicesImpl.java | 307 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/ |
H A D | IdCachedServicesImpl.java | 320 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/ |
H A D | CachedDirectoryServicesImpl.java | 327 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/ |
H A D | CachedRemoteServicesImpl.java | 324 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/ |
H A D | CachedDirectoryServicesImpl.java | 327 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/ |
H A D | CachedRemoteServicesImpl.java | 324 cb.replaceAttributes(pDN, stringAttributes, byteAttributes);
|
/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/impl/ |
H A D | OpenICFProvisionerService.java | 1561 final Set<Attribute> replaceAttributes = 1588 AttributeUtil.filterUid(replaceAttributes), operationOptions);
|
Completed in 7576 milliseconds