Searched refs:requestMap (Results 1 - 4 of 4) sorted by relevance
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/ |
H A D | LoginState.java | 262 private final Map<String, String> requestMap = new HashMap<String, String>(); field in class:LoginState 599 this.requestMap.put(key, value); 3909 return Boolean.parseBoolean(requestMap.get(NO_SESSION_QUERY_PARAM)); 4938 if (requestMap.isEmpty() && (servletRequest != null)) { 4942 requestMap.put(e.getKey(), e.getValue()[0]); 4949 postProcessInstance.onLoginSuccess(requestMap, servletRequest, servletResponse, getSSOToken()); 4952 postProcessInstance.onLoginFailure(requestMap, servletRequest, servletResponse); 6244 * Saves the attributes specified by the sharedStateAttributes into requestMap. 6249 requestMap.put(sharedStateKey, (String) sharedState.get(sharedStateKey)); 6255 * Save the principalList that is generated by successful LoginContext authentication, to the requestMap [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/ |
H A D | LoginState.java | 272 private final Map<String, String> requestMap = new HashMap<>(); field in class:LoginState 602 * Side Effect: Also updates the requestMap at the same time. 610 this.requestMap.putAll(requestHash); 3799 return Boolean.parseBoolean(requestMap.get(NO_SESSION_QUERY_PARAM)) 4840 if (requestMap.isEmpty() && (servletRequest != null)) { 4844 requestMap.put(e.getKey(), e.getValue()[0]); 4852 postProcessInstance.onLoginSuccess(requestMap, servletRequest, servletResponse, ssoToken); 4858 postProcessInstance.onLoginFailure(requestMap, servletRequest, servletResponse); 6106 * Saves the attributes specified by the sharedStateAttributes into requestMap. 6111 requestMap [all...] |
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/ |
H A D | javaee.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ... |
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/ |
H A D | javaee.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ... |
Completed in 103 milliseconds