/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/ |
H A D | UpdatePreOpPlugin.java | 71 private ArrayList<AttributeType> removeAttributes; field in class:UpdatePreOpPlugin 125 removeAttributes = new ArrayList<AttributeType>(); 140 for (AttributeType t : removeAttributes) 198 instance.removeAttributes.clear(); 228 instance.removeAttributes.add(attributeType);
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/ |
H A D | UpdatePreOpPlugin.java | 70 private ArrayList<AttributeType> removeAttributes; field in class:UpdatePreOpPlugin 124 removeAttributes = new ArrayList<AttributeType>(); 139 for (AttributeType t : removeAttributes) 197 instance.removeAttributes.clear(); 227 instance.removeAttributes.add(attributeType);
|
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/plugins/ |
H A D | UpdatePreOpPlugin.java | 71 private ArrayList<AttributeType> removeAttributes; field in class:UpdatePreOpPlugin 125 removeAttributes = new ArrayList<AttributeType>(); 140 for (AttributeType t : removeAttributes) 198 instance.removeAttributes.clear(); 228 instance.removeAttributes.add(attributeType);
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/ |
H A D | UpdatePreOpPlugin.java | 70 private ArrayList<AttributeType> removeAttributes; field in class:UpdatePreOpPlugin 124 removeAttributes = new ArrayList<AttributeType>(); 139 for (AttributeType t : removeAttributes) 197 instance.removeAttributes.clear(); 227 instance.removeAttributes.add(attributeType);
|
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/ |
H A D | UpdatePreOpPlugin.java | 71 private ArrayList<AttributeType> removeAttributes; field in class:UpdatePreOpPlugin 125 removeAttributes = new ArrayList<AttributeType>(); 140 for (AttributeType t : removeAttributes) 198 instance.removeAttributes.clear(); 228 instance.removeAttributes.add(attributeType);
|
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/plugins/ |
H A D | UpdatePreOpPlugin.java | 72 private ArrayList<AttributeType> removeAttributes; field in class:UpdatePreOpPlugin 124 removeAttributes = new ArrayList<>(); 137 for (AttributeType t : removeAttributes) 191 instance.removeAttributes.clear(); 221 instance.removeAttributes.add(attributeType);
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMEntity.java | 149 public void removeAttributes(Set attributes) throws AMException, method in interface:AMEntity
|
H A D | AMEntityImpl.java | 87 public void removeAttributes(Set attributes) throws AMException, method in class:AMEntityImpl 89 super.removeAttributes(attributes);
|
H A D | AMObject.java | 608 public void removeAttributes(Set attributes) throws AMException, method in interface:AMObject
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMEntity.java | 149 public void removeAttributes(Set attributes) throws AMException, method in interface:AMEntity
|
H A D | AMEntityImpl.java | 87 public void removeAttributes(Set attributes) throws AMException, method in class:AMEntityImpl 89 super.removeAttributes(attributes);
|
H A D | AMObject.java | 608 public void removeAttributes(Set attributes) throws AMException, method in interface:AMObject
|
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/services/push/ |
H A D | AuthenticatorPushService.java | 91 id.removeAttributes(Collections.singleton(getConfigStorageAttributeName()));
|
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/ |
H A D | SCModelBase.java | 280 Map newValues = removeAttributes(SchemaType.GLOBAL, modifiedValues); 289 newValues = removeAttributes(SchemaType.ORGANIZATION, modifiedValues); 308 private Map removeAttributes(SchemaType type, Map original) { method in class:SCModelBase 314 debug.warning("SCModelBase.removeAttributes()" +
|
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/ |
H A D | SCModelBase.java | 280 Map newValues = removeAttributes(SchemaType.GLOBAL, modifiedValues); 289 newValues = removeAttributes(SchemaType.ORGANIZATION, modifiedValues); 308 private Map removeAttributes(SchemaType type, Map original) { method in class:SCModelBase 314 debug.warning("SCModelBase.removeAttributes()" +
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/ |
H A D | CacheBlockBase.java | 394 public void removeAttributes(String principalDN) { method in class:CacheBlockBase 406 public void removeAttributes(Set attrNames) { method in class:CacheBlockBase 416 removeAttributes(principalDN, attrNames); 424 private void removeAttributes(String principalDN, Set attrNames) { method in class:CacheBlockBase
|
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/agentconfig/ |
H A D | RemoveAgentProperties.java | 78 amid.removeAttributes(attributeNames);
|
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/agentconfig/ |
H A D | RemoveAgentProperties.java | 78 amid.removeAttributes(attributeNames);
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/ |
H A D | CacheBlockBase.java | 371 public void removeAttributes(String principalDN) { method in class:CacheBlockBase 383 public void removeAttributes(Set attrNames) { method in class:CacheBlockBase 393 removeAttributes(principalDN, attrNames); 401 private void removeAttributes(String principalDN, Set attrNames) { method in class:CacheBlockBase
|
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/services/oath/ |
H A D | AuthenticatorOathService.java | 129 id.removeAttributes(Collections.singleton(getConfigStorageAttributeName()));
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/ |
H A D | IdRemoteCachedServicesImpl.java | 192 cb.removeAttributes(attrNames); 565 public void removeAttributes (SSOToken token, IdType type, String name, method in class:IdRemoteCachedServicesImpl 569 super.removeAttributes(token, type, name, attrNames, orgName, amsdkDN); 577 cb.removeAttributes(attrNames);
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/ |
H A D | IdCachedServicesImpl.java | 206 cb.removeAttributes(attrNames); 539 public void removeAttributes(SSOToken token, IdType type, String name, method in class:IdCachedServicesImpl 543 super.removeAttributes(token, type, name, attrNames, orgName, amsdkDN); 551 cb.removeAttributes(attrNames);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/ |
H A D | IdRemoteCachedServicesImpl.java | 192 cb.removeAttributes(attrNames); 565 public void removeAttributes (SSOToken token, IdType type, String name, method in class:IdRemoteCachedServicesImpl 569 super.removeAttributes(token, type, name, attrNames, orgName, amsdkDN); 577 cb.removeAttributes(attrNames);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/ |
H A D | IdCachedServicesImpl.java | 205 cb.removeAttributes(attrNames); 539 public void removeAttributes(SSOToken token, IdType type, String name, method in class:IdCachedServicesImpl 543 super.removeAttributes(token, type, name, attrNames, orgName, amsdkDN); 551 cb.removeAttributes(attrNames);
|
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/idm/ |
H A D | IdServicesDecorator.java | 163 public void removeAttributes(SSOToken token, IdType type, String name, Set attrNames, String amOrgName, method in class:IdServicesDecorator 165 delegate.removeAttributes(token, type, name, attrNames, amOrgName, amsdkDN);
|