Searched refs:ASSERTION_ID_REF (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAssertionIDRefImpl.java180 return ("<" + prefix + SAML2Constants.ASSERTION_ID_REF + uri + ">" +
181 value + "</" + prefix + SAML2Constants.ASSERTION_ID_REF + ">");
195 if (!SAML2Constants.ASSERTION_ID_REF.equals(tag)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAssertionIDRefImpl.java180 return ("<" + prefix + SAML2Constants.ASSERTION_ID_REF + uri + ">" +
181 value + "</" + prefix + SAML2Constants.ASSERTION_ID_REF + ">");
195 if (!SAML2Constants.ASSERTION_ID_REF.equals(tag)) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAssertionIDRequestImpl.java191 if (SAML2Constants.ASSERTION_ID_REF.equals(localName)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAssertionIDRequestImpl.java191 if (SAML2Constants.ASSERTION_ID_REF.equals(localName)) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2SDKUtils.java96 public static final String ASSERTION_ID_REF = "AssertionIDRef"; field in class:SAML2SDKUtils
164 ACTION, ADVICE, ASSERTION, ASSERTION_ID_REF, ASSERTION_ID_REQUEST,
H A DSAML2Constants.java392 public String ASSERTION_ID_REF = "AssertionIDRef"; field in interface:SAML2Constants
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2SDKUtils.java96 public static final String ASSERTION_ID_REF = "AssertionIDRef"; field in class:SAML2SDKUtils
164 ACTION, ADVICE, ASSERTION, ASSERTION_ID_REF, ASSERTION_ID_REQUEST,
H A DSAML2Constants.java392 public String ASSERTION_ID_REF = "AssertionIDRef"; field in interface:SAML2Constants
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAssertionFactory.java210 SAML2SDKUtils.ASSERTION_ID_REF);
231 SAML2SDKUtils.ASSERTION_ID_REF, elem);
252 SAML2SDKUtils.ASSERTION_ID_REF, xml);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAssertionFactory.java210 SAML2SDKUtils.ASSERTION_ID_REF);
231 SAML2SDKUtils.ASSERTION_ID_REF, elem);
252 SAML2SDKUtils.ASSERTION_ID_REF, xml);

Completed in 48 milliseconds