Searched refs:FSAccountUtils (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/accountmgmt/
H A DFSAccountManager.java186 attrNames.add(FSAccountUtils.USER_FED_INFO_KEY_ATTR);
187 attrNames.add(FSAccountUtils.USER_FED_INFO_ATTR);
194 FSAccountUtils.USER_FED_INFO_KEY_ATTR);
200 String filter = FSAccountUtils.createFilter(fedInfoKey);
215 String fedInfoKeyStr = FSAccountUtils.objectToKeyString(fedInfoKey);
219 attrMap.put(FSAccountUtils.USER_FED_INFO_KEY_ATTR,
223 FSAccountUtils.USER_FED_INFO_ATTR);
229 String filter = FSAccountUtils.createFilter(fedInfoKey);
244 String fedInfoStr = FSAccountUtils.objectToInfoString(fedInfo);
247 attrMap.put(FSAccountUtils
[all...]
H A DFSAccountUtils.java25 * $Id: FSAccountUtils.java,v 1.3 2008/06/25 05:46:40 qcheng Exp $
42 public class FSAccountUtils { class
100 FSUtils.debug.error("FSAccountUtils.stringToObject(): "
131 FSUtils.debug.error("FSAccountUtils.stringToObject(): "
148 FSUtils.debug.error("FSAccountUtils.stringToObject():" +
161 FSUtils.debug.error("FSAccountUtils.stringToObject():" +
176 "FSAccountUtils.stringToObject() : NoSuchElementException: ",
202 FSUtils.debug.error("FSAccountUtils.objectToInfoString(): " +
215 "FSAccountUtils.objectToInfoString(): local Name is null");
253 "FSAccountUtils
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/accountmgmt/
H A DFSAccountManager.java186 attrNames.add(FSAccountUtils.USER_FED_INFO_KEY_ATTR);
187 attrNames.add(FSAccountUtils.USER_FED_INFO_ATTR);
194 FSAccountUtils.USER_FED_INFO_KEY_ATTR);
200 String filter = FSAccountUtils.createFilter(fedInfoKey);
215 String fedInfoKeyStr = FSAccountUtils.objectToKeyString(fedInfoKey);
219 attrMap.put(FSAccountUtils.USER_FED_INFO_KEY_ATTR,
223 FSAccountUtils.USER_FED_INFO_ATTR);
229 String filter = FSAccountUtils.createFilter(fedInfoKey);
244 String fedInfoStr = FSAccountUtils.objectToInfoString(fedInfo);
247 attrMap.put(FSAccountUtils
[all...]
H A DFSAccountUtils.java25 * $Id: FSAccountUtils.java,v 1.3 2008/06/25 05:46:40 qcheng Exp $
42 public class FSAccountUtils { class
100 FSUtils.debug.error("FSAccountUtils.stringToObject(): "
131 FSUtils.debug.error("FSAccountUtils.stringToObject(): "
148 FSUtils.debug.error("FSAccountUtils.stringToObject():" +
161 FSUtils.debug.error("FSAccountUtils.stringToObject():" +
176 "FSAccountUtils.stringToObject() : NoSuchElementException: ",
202 FSUtils.debug.error("FSAccountUtils.objectToInfoString(): " +
215 "FSAccountUtils.objectToInfoString(): local Name is null");
253 "FSAccountUtils
[all...]
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DBulkFederation.java42 import com.sun.identity.federation.accountmgmt.FSAccountUtils;
104 idffUserAttributesFed.add(FSAccountUtils.USER_FED_INFO_KEY_ATTR);
105 idffUserAttributesFed.add(FSAccountUtils.USER_FED_INFO_ATTR);
227 FSAccountUtils.USER_FED_INFO_KEY_ATTR);
230 attributes.put(FSAccountUtils.USER_FED_INFO_KEY_ATTR,
233 setInfoKey.add(FSAccountUtils.objectToKeyString(key));
236 FSAccountUtils.USER_FED_INFO_ATTR);
239 attributes.put(FSAccountUtils.USER_FED_INFO_ATTR, setInfo);
241 setInfo.add(FSAccountUtils.objectToInfoString(info));
H A DImportBulkFederationData.java42 import com.sun.identity.federation.accountmgmt.FSAccountUtils;
354 FSAccountUtils.USER_FED_INFO_KEY_ATTR);
357 attributes.put(FSAccountUtils.USER_FED_INFO_KEY_ATTR,
360 setInfoKey.add(FSAccountUtils.objectToKeyString(key));
363 FSAccountUtils.USER_FED_INFO_ATTR);
366 attributes.put(FSAccountUtils.USER_FED_INFO_ATTR, setInfo);
368 setInfo.add(FSAccountUtils.objectToInfoString(info));
421 FSAccountUtils.USER_FED_INFO_KEY_ATTR);
429 FSAccountUtils.USER_FED_INFO_ATTR);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DBulkFederation.java42 import com.sun.identity.federation.accountmgmt.FSAccountUtils;
104 idffUserAttributesFed.add(FSAccountUtils.USER_FED_INFO_KEY_ATTR);
105 idffUserAttributesFed.add(FSAccountUtils.USER_FED_INFO_ATTR);
227 FSAccountUtils.USER_FED_INFO_KEY_ATTR);
230 attributes.put(FSAccountUtils.USER_FED_INFO_KEY_ATTR,
233 setInfoKey.add(FSAccountUtils.objectToKeyString(key));
236 FSAccountUtils.USER_FED_INFO_ATTR);
239 attributes.put(FSAccountUtils.USER_FED_INFO_ATTR, setInfo);
241 setInfo.add(FSAccountUtils.objectToInfoString(info));
H A DImportBulkFederationData.java42 import com.sun.identity.federation.accountmgmt.FSAccountUtils;
354 FSAccountUtils.USER_FED_INFO_KEY_ATTR);
357 attributes.put(FSAccountUtils.USER_FED_INFO_KEY_ATTR,
360 setInfoKey.add(FSAccountUtils.objectToKeyString(key));
363 FSAccountUtils.USER_FED_INFO_ATTR);
366 attributes.put(FSAccountUtils.USER_FED_INFO_ATTR, setInfo);
368 setInfo.add(FSAccountUtils.objectToInfoString(info));
421 FSAccountUtils.USER_FED_INFO_KEY_ATTR);
429 FSAccountUtils.USER_FED_INFO_ATTR);

Completed in 34 milliseconds