Searched refs:removeAttributes (Results 1 - 25 of 76) sorted by relevance

1234

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUpdatePreOpPlugin.java71 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 DUpdatePreOpPlugin.java70 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 DUpdatePreOpPlugin.java71 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 DUpdatePreOpPlugin.java70 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 DUpdatePreOpPlugin.java71 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 DUpdatePreOpPlugin.java72 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 DAMEntity.java149 public void removeAttributes(Set attributes) throws AMException, method in interface:AMEntity
H A DAMEntityImpl.java87 public void removeAttributes(Set attributes) throws AMException, method in class:AMEntityImpl
89 super.removeAttributes(attributes);
H A DAMObject.java608 public void removeAttributes(Set attributes) throws AMException, method in interface:AMObject
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMEntity.java149 public void removeAttributes(Set attributes) throws AMException, method in interface:AMEntity
H A DAMEntityImpl.java87 public void removeAttributes(Set attributes) throws AMException, method in class:AMEntityImpl
89 super.removeAttributes(attributes);
H A DAMObject.java608 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 DAuthenticatorPushService.java91 id.removeAttributes(Collections.singleton(getConfigStorageAttributeName()));
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCModelBase.java280 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 DSCModelBase.java280 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 DCacheBlockBase.java394 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 DRemoveAgentProperties.java78 amid.removeAttributes(attributeNames);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/agentconfig/
H A DRemoveAgentProperties.java78 amid.removeAttributes(attributeNames);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlockBase.java371 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 DAuthenticatorOathService.java129 id.removeAttributes(Collections.singleton(getConfigStorageAttributeName()));
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java192 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 DIdCachedServicesImpl.java206 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 DIdRemoteCachedServicesImpl.java192 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 DIdCachedServicesImpl.java205 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 DIdServicesDecorator.java163 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);

Completed in 100 milliseconds

1234