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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSNameRegistrationHandler.java109 protected HashMap returnMap = new HashMap(); field in class:FSNameRegistrationHandler
716 HashMap returnMap = (HashMap) valMap.get("ReturnEntry");
717 oldAcctKey = (FSAccountFedInfoKey) returnMap.get(
730 (FSAccountFedInfoKey) returnMap.get("AccountKey");
741 newAcctInfo =(FSAccountFedInfo)returnMap.get("AccountInfo");
742 userID = (String)returnMap.get("userID");
743 regisSource = (String)returnMap.get("RegisSource");
744 returnURL = (String) returnMap.get(IFSConstants.LRURL);
986 returnMap.get("OldAccountKey");
1000 returnMap
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSNameRegistrationHandler.java109 protected HashMap returnMap = new HashMap(); field in class:FSNameRegistrationHandler
716 HashMap returnMap = (HashMap) valMap.get("ReturnEntry");
717 oldAcctKey = (FSAccountFedInfoKey) returnMap.get(
730 (FSAccountFedInfoKey) returnMap.get("AccountKey");
741 newAcctInfo =(FSAccountFedInfo)returnMap.get("AccountInfo");
742 userID = (String)returnMap.get("userID");
743 regisSource = (String)returnMap.get("RegisSource");
744 returnURL = (String) returnMap.get(IFSConstants.LRURL);
986 returnMap.get("OldAccountKey");
1000 returnMap
[all...]

Completed in 40 milliseconds