Searched defs:isQuery (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/
H A DPPInteractionHelper.java89 * @param isQuery true if this is a <code>PP</code> query request,
94 public String getInteractForConsentQuestion(boolean isQuery, argument
97 if (isQuery) {
113 if (isQuery) {
124 * @param isQuery true if this is a <code>PP</code> query request,
131 public Map getInteractForValueQuestions(boolean isQuery, String ppElement) { argument
140 String question = getInteractForValueQuestion(isQuery, ppElement);
151 String question = getInteractForValueQuestion(isQuery, element);
215 * @param isQuery true if this is a <code>PP</code> query request,
221 private String getInteractForValueQuestion(boolean isQuery, argument
[all...]
H A DPPRequestHandler.java740 * @param isQuery true if this is a <code>PP</code> query request,
749 private void initInteraction(boolean isQuery, Map interactResourceMap, argument
778 getInteractConfirmElement(isQuery, resource, msg));
782 getInteractTextElements(isQuery, resource, msg));
807 * @param isQuery true if this is a <code>PP</code> query request,
815 boolean isQuery, String resource, Message msg)
837 helper.getInteractForConsentQuestion(isQuery, resource));
839 helper.getInteractForConsentQuestion(isQuery, resource));
851 * @param isQuery true if this is a <code>PP</code> query request,
860 boolean isQuery, Strin
814 getInteractConfirmElement( boolean isQuery, String resource, Message msg) argument
859 getInteractTextElements( boolean isQuery, String resource, Message msg) argument
908 processInteractionConsentResponse( boolean isQuery, Message msg, String resource) argument
971 processInteractionValueResponse( boolean isQuery, Message msg, String resource) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/
H A DPPInteractionHelper.java89 * @param isQuery true if this is a <code>PP</code> query request,
94 public String getInteractForConsentQuestion(boolean isQuery, argument
97 if (isQuery) {
113 if (isQuery) {
124 * @param isQuery true if this is a <code>PP</code> query request,
131 public Map getInteractForValueQuestions(boolean isQuery, String ppElement) { argument
140 String question = getInteractForValueQuestion(isQuery, ppElement);
151 String question = getInteractForValueQuestion(isQuery, element);
215 * @param isQuery true if this is a <code>PP</code> query request,
221 private String getInteractForValueQuestion(boolean isQuery, argument
[all...]
H A DPPRequestHandler.java740 * @param isQuery true if this is a <code>PP</code> query request,
749 private void initInteraction(boolean isQuery, Map interactResourceMap, argument
778 getInteractConfirmElement(isQuery, resource, msg));
782 getInteractTextElements(isQuery, resource, msg));
807 * @param isQuery true if this is a <code>PP</code> query request,
815 boolean isQuery, String resource, Message msg)
837 helper.getInteractForConsentQuestion(isQuery, resource));
839 helper.getInteractForConsentQuestion(isQuery, resource));
851 * @param isQuery true if this is a <code>PP</code> query request,
860 boolean isQuery, Strin
814 getInteractConfirmElement( boolean isQuery, String resource, Message msg) argument
859 getInteractTextElements( boolean isQuery, String resource, Message msg) argument
908 processInteractionConsentResponse( boolean isQuery, Message msg, String resource) argument
971 processInteractionValueResponse( boolean isQuery, Message msg, String resource) argument
[all...]

Completed in 44 milliseconds