Searched refs:LINK_LABEL (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 DWSPRedirectHandlerServlet.java93 private static String LINK_LABEL = "linkLabel"; field in class:WSPRedirectHandlerServlet
446 linkLabel = i18n.getString(LINK_LABEL);
456 linkLabel = bundle.getString(LINK_LABEL);
464 documentElement.setAttribute(LINK_LABEL, linkLabel);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DWSPRedirectHandlerServlet.java93 private static String LINK_LABEL = "linkLabel"; field in class:WSPRedirectHandlerServlet
446 linkLabel = i18n.getString(LINK_LABEL);
456 linkLabel = bundle.getString(LINK_LABEL);
464 documentElement.setAttribute(LINK_LABEL, linkLabel);

Completed in 23 milliseconds