Searched defs:removeAttributes (Results 1 - 25 of 51) sorted by relevance

123

/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/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-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);
/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/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-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);
/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-core/src/main/java/com/sun/identity/idm/
H A DIdServices.java85 public void removeAttributes(SSOToken token, IdType type, String name, method in interface:IdServices
H A DAMIdentity.java491 public void removeAttributes(Set attrNames) throws IdRepoException, method in class:AMIdentity
500 idServices.removeAttributes(token, type, name, attrNames,
H A DIdRepo.java335 public abstract void removeAttributes(SSOToken token, IdType type, method in class:IdRepo
/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);
H A DIdRemoteServicesImpl.java310 public void removeAttributes(SSOToken token, IdType type, String name, method in class:IdRemoteServicesImpl
/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-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);
/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/src/main/java/com/sun/identity/idm/
H A DIdServices.java120 public void removeAttributes(SSOToken token, IdType type, String name, method in interface:IdServices
/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/com/sun/identity/sm/
H A DServiceConfig.java614 public void removeAttributes(Set attrNames) throws SMSException, method in class:ServiceConfig

Completed in 133 milliseconds

123