Searched refs:inquiryElement (Results 1 - 4 of 4) sorted by relevance
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/ |
H A D | InteractionManager.java | 614 * @param inquiryElement query that <code>WSP</code> wants to pose to 628 InquiryElement inquiryElement) throws InteractionException, 630 return handleInteraction(requestMessage, inquiryElement, null); 639 * @param inquiryElement query that <code>WSP</code> wants to pose to 653 InquiryElement inquiryElement, String language) 788 setInquiryElement(redirectResponseID, inquiryElement); 804 InquiryElement inquiryElement) { 810 cacheEntry.setInquiryElement(inquiryElement); 815 InquiryElement inquiryElement = null; 818 inquiryElement 627 handleInteraction(Message requestMessage, InquiryElement inquiryElement) argument 652 handleInteraction(Message requestMessage, InquiryElement inquiryElement, String language) argument 803 setInquiryElement(String messageID, InquiryElement inquiryElement) argument 1292 InquiryElement inquiryElement; field in class:InteractionManager.CacheEntry 1326 setInquiryElement(InquiryElement inquiryElement) argument [all...] |
H A D | WSPRedirectHandlerServlet.java | 365 InquiryElement inquiryElement 422 //style inquiryElement and send it to browser 429 marshaller.marshal(inquiryElement, doc);
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/ |
H A D | InteractionManager.java | 617 * @param inquiryElement query that <code>WSP</code> wants to pose to 631 InquiryElement inquiryElement) throws InteractionException, 633 return handleInteraction(requestMessage, inquiryElement, null); 642 * @param inquiryElement query that <code>WSP</code> wants to pose to 656 InquiryElement inquiryElement, String language) 791 setInquiryElement(redirectResponseID, inquiryElement); 807 InquiryElement inquiryElement) { 813 cacheEntry.setInquiryElement(inquiryElement); 818 InquiryElement inquiryElement = null; 821 inquiryElement 630 handleInteraction(Message requestMessage, InquiryElement inquiryElement) argument 655 handleInteraction(Message requestMessage, InquiryElement inquiryElement, String language) argument 806 setInquiryElement(String messageID, InquiryElement inquiryElement) argument 1295 InquiryElement inquiryElement; field in class:InteractionManager.CacheEntry 1329 setInquiryElement(InquiryElement inquiryElement) argument [all...] |
H A D | WSPRedirectHandlerServlet.java | 365 InquiryElement inquiryElement 422 //style inquiryElement and send it to browser 429 marshaller.marshal(inquiryElement, doc);
|
Completed in 2528 milliseconds