Searched defs:consH (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DUtils.java725 * @param consH a Consent header
733 static void checkConsentHeader(ConsentHeader consH,String messageID, argument
735 if (consH == null) {
740 checkActorAndMustUnderstand(consH.getActor(),
741 consH.getMustUnderstand(),
745 .setConsentHeader(consH);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DUtils.java738 * @param consH a Consent header
746 static void checkConsentHeader(ConsentHeader consH,String messageID, argument
748 if (consH == null) {
753 checkActorAndMustUnderstand(consH.getActor(),
754 consH.getMustUnderstand(),
758 .setConsentHeader(consH);

Completed in 32 milliseconds