Searched defs:oldAttrSet (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCallBackHelper.java158 // At this point oldAttrSet should be returned only if newAttrSet is
165 AttrSet oldAttrSet, AttrSet newAttrSet, int operation,
173 Map oldAttrMap = CommonUtils.attrSetToMap(oldAttrSet);
209 // At this point oldAttrSet should be returned only if newAttrSet is
211 return ((newAttrSet != null) ? newAttrSet : oldAttrSet);
216 AttrSet oldAttrSet, AttrSet newAttrSet, int operation,
222 Map oldAttrMap = CommonUtils.attrSetToMap(oldAttrSet);
164 preProcess(SSOToken token, String entryDN, String orgDN, AttrSet oldAttrSet, AttrSet newAttrSet, int operation, int objectType, boolean softDelete) argument
215 postProcess(SSOToken token, String entryDN, String orgDN, AttrSet oldAttrSet, AttrSet newAttrSet, int operation, int objectType, boolean softDelete) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCallBackHelper.java158 // At this point oldAttrSet should be returned only if newAttrSet is
165 AttrSet oldAttrSet, AttrSet newAttrSet, int operation,
173 Map oldAttrMap = CommonUtils.attrSetToMap(oldAttrSet);
209 // At this point oldAttrSet should be returned only if newAttrSet is
211 return ((newAttrSet != null) ? newAttrSet : oldAttrSet);
216 AttrSet oldAttrSet, AttrSet newAttrSet, int operation,
222 Map oldAttrMap = CommonUtils.attrSetToMap(oldAttrSet);
164 preProcess(SSOToken token, String entryDN, String orgDN, AttrSet oldAttrSet, AttrSet newAttrSet, int operation, int objectType, boolean softDelete) argument
215 postProcess(SSOToken token, String entryDN, String orgDN, AttrSet oldAttrSet, AttrSet newAttrSet, int operation, int objectType, boolean softDelete) argument

Completed in 40 milliseconds