Searched defs:infoMap (Results 1 - 2 of 2) sorted by relevance
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/ |
| H A D | IDPProxyUtil.java | 855 Map<String, String> infoMap, 859 String entityID = infoMap.get("entityid"); 866 String realm = infoMap.get(SAML2Constants.REALM); 880 String relayState = infoMap.get(SAML2Constants.RELAY_STATE); 851 sendProxyLogoutResponse( HttpServletResponse response, HttpServletRequest request, String originatingRequestID, Map<String, String> infoMap, String remoteEntity, String binding) argument
|
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/ |
| H A D | IDPProxyUtil.java | 915 Map<String, String> infoMap, 919 String entityID = infoMap.get("entityid"); 926 String realm = infoMap.get(SAML2Constants.REALM); 940 String relayState = infoMap.get(SAML2Constants.RELAY_STATE); 911 sendProxyLogoutResponse( HttpServletResponse response, HttpServletRequest request, String originatingRequestID, Map<String, String> infoMap, String remoteEntity, String binding) argument
|
Completed in 37 milliseconds