Lines Matching defs:FSAccountManager

25  * $Id: FSAccountManager.java,v 1.5 2008/06/25 05:46:39 qcheng Exp $
53 public class FSAccountManager {
77 private FSAccountManager(String metaAlias)
113 "FSAccountManager.getInstance() : Exception: ", de);
119 * Gets an Object for FSAccountManager Class.
122 * @return FSAccountManager Object.
125 public static FSAccountManager getInstance(String metaAlias)
130 "FSAccountManager.getInstance: meta aliasis null.");
135 FSAccountManager manager =
136 (FSAccountManager) instanceMap.get(metaAlias);
139 manager = (FSAccountManager) instanceMap.get(metaAlias);
141 manager = new FSAccountManager(metaAlias);
164 "FSAccountManager.writeAccountFedInfo() : called");
166 FSUtils.debug.error("FSAccountManager.writeAccountFedInfo():" +
172 FSUtils.debug.error("FSAccountManager.writeAccountFedInfo():" +
178 FSUtils.debug.error("FSAccountManager.writeAccountFedInfo():" +
206 "FSAccountManager.writeAccountFedInfo():" +
235 "FSAccountManager.writeAccountFedInfo():" +
252 "FSAccountManager.writeAccountFedInfo(): Key : " +
261 "FSAccountManager.writeAccountFedInfo(): Exception: ", de);
279 FSUtils.debug.error("FSAccountManager.removeAccountFedInfo():" +
305 "FSAccountManager.removeAccountFedInfo(): Exception: ", se);
344 "FSAccountManager.removeAccountFedInfoKey():called");
346 FSUtils.debug.error("FSAccountManager.removeAccountFedInfoKey():"
352 FSUtils.debug.error("FSAccountManager.removeAccountFedInfoKey():"
371 "FSAccountManager.removeAccountFedInfoKey():" +
384 "FSAccountManager.removeAccountFedInfoKey():Exception:", ame);
407 "FSAccountManager.removeAccountFedInfo(): userID=" + userID +
412 FSUtils.debug.error("FSAccountManager.removeAccountFedInfo():" +
418 FSUtils.debug.error("FSAccountManager.removeAccountFedInfo():" +
425 FSUtils.debug.error("FSAccountManager.removeAccountFedInfo():"
444 "FSAccountManager.removeAccountFedInfo():" +
470 "FSAccountManager.removeAccountFedInfo():" +
487 FSUtils.debug.error("FSAccountManager.removeAccountFedInfo():" +
494 "FSAccountManager.removeAccountFedInfo():Exception:", ame);
536 "FSAccountManager.readAccountFedInfo() : user=" + userID +
540 FSUtils.debug.error("FSAccountManager.readAccountFedInfo():" +
546 FSUtils.debug.error("FSAccountManager.readAccountFedInfo():" +
557 "FSAccountManager.readAccountFedInfo():Exception:", ame);
575 "FSAccountManager.readAccountFedInfo(): " +
589 "FSAccountManager.readAccountFedInfo(): value with user: " +
630 "FSAccountManager.readAllFedProviderID() : userID=" + userID +
635 FSUtils.debug.error("FSAccountManager.readAllFederatedProviderID()"
646 "FSAccountManager.readAllFederatedProviderID():Exception:",
688 FSUtils.debug.message("FSAccountManager.isFederationActive() : called");
691 FSUtils.debug.error("FSAccountManager.isFederationActive():" +
697 FSUtils.debug.error("FSAccountManager.isFederationActive() : " +
708 "FSAccountManager.isFederationActive() :Exception: ", ame);
721 "FSAccountManager.isFederationActive(): " +
733 FSUtils.debug.error("FSAccountManager.isFederationActive() : " +
755 "FSAccountManager.hasAnyActiveFederation():called");
757 FSUtils.debug.error("FSAccountManager.hasAnyActiveFederation():" +
768 "FSAccountManager.hasAnyActiveFederation():Exception: ", ame);
828 FSUtils.debug.message("FSAccountManager.getUserID() : called");
830 FSUtils.debug.error("FSAccountManager.getUserID():" +