Searched refs:DESTINATION (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DLogoutResponseImpl.java182 destination = element.getAttribute(SAML2Constants.DESTINATION);
H A DLogoutRequestImpl.java338 .append(SAML2Constants.DESTINATION)
460 destinationURI = element.getAttribute(SAML2Constants.DESTINATION);
H A DAuthnRequestImpl.java494 .append(SAML2Constants.DESTINATION)
671 destinationURI = element.getAttribute(SAML2Constants.DESTINATION);
H A DRequestAbstractImpl.java519 .append(SAML2Constants.DESTINATION)
595 destinationURI = element.getAttribute(SAML2Constants.DESTINATION);
H A DStatusResponseImpl.java419 .append(SAML2Constants.DESTINATION)
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DLogoutResponseImpl.java182 destination = element.getAttribute(SAML2Constants.DESTINATION);
H A DLogoutRequestImpl.java338 .append(SAML2Constants.DESTINATION)
460 destinationURI = element.getAttribute(SAML2Constants.DESTINATION);
H A DAuthnRequestImpl.java494 .append(SAML2Constants.DESTINATION)
671 destinationURI = element.getAttribute(SAML2Constants.DESTINATION);
H A DRequestAbstractImpl.java519 .append(SAML2Constants.DESTINATION)
595 destinationURI = element.getAttribute(SAML2Constants.DESTINATION);
H A DStatusResponseImpl.java417 .append(SAML2Constants.DESTINATION)
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Constants.java459 public String DESTINATION="Destination"; field in interface:SAML2Constants
H A DSAML2Utils.java1391 extractAndAddValue(request, paramsMap, SAML2Constants.DESTINATION);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Constants.java459 public String DESTINATION="Destination"; field in interface:SAML2Constants
H A DSAML2Utils.java1416 extractAndAddValue(request, paramsMap, SAML2Constants.DESTINATION);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java814 SAML2Constants.DESTINATION);
H A DLogoutUtil.java206 String destinationURI = SAML2Utils.getParameter(paramsMap, SAML2Constants.DESTINATION);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java830 SAML2Constants.DESTINATION);
H A DLogoutUtil.java208 String destinationURI = SAML2Utils.getParameter(paramsMap, SAML2Constants.DESTINATION);

Completed in 113 milliseconds