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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionManager.java119 public static final String RESEND_MESSAGE = "ResendMessage"; field in class:InteractionManager
412 //check for RESEND_MESSAGE parameter
413 String messageID = httpRequest.getParameter(RESEND_MESSAGE);
416 + " request without " + RESEND_MESSAGE + " in requestURL="
418 String objs[] = {RESEND_MESSAGE};
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionManager.java122 public static final String RESEND_MESSAGE = "ResendMessage"; field in class:InteractionManager
415 //check for RESEND_MESSAGE parameter
416 String messageID = httpRequest.getParameter(RESEND_MESSAGE);
419 + " request without " + RESEND_MESSAGE + " in requestURL="
421 String objs[] = {RESEND_MESSAGE};

Completed in 33 milliseconds