Searched defs:getMNIRequestFromPost (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 DDoManageNameID.java1373 return getMNIRequestFromPost(samlRequest);
2478 static ManageNameIDRequest getMNIRequestFromPost(String samlRequest) method in class:DoManageNameID
2481 debug.message("DoManageNameID.getMNIRequestFromPost: samlRequest = " +
2497 debug.error("DoManageNameID.getMNIRequestFromPost:", se);
2501 debug.error("DoManageNameID.getMNIRequestFromPost:", e);
2510 debug.message("DoManageNameID.getMNIRequestFromPost:",
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DDoManageNameID.java1375 return getMNIRequestFromPost(samlRequest);
2480 static ManageNameIDRequest getMNIRequestFromPost(String samlRequest) method in class:DoManageNameID
2483 debug.message("DoManageNameID.getMNIRequestFromPost: samlRequest = " +
2499 debug.error("DoManageNameID.getMNIRequestFromPost:", se);
2503 debug.error("DoManageNameID.getMNIRequestFromPost:", e);
2512 debug.message("DoManageNameID.getMNIRequestFromPost:",

Completed in 29 milliseconds