Searched refs:ASSERTION_ELEMENT (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAssertionImpl.java89 public static String ASSERTION_ELEMENT = "Assertion"; field in class:AssertionImpl
168 if (!elemName.equals(ASSERTION_ELEMENT)) {
785 sb.append("<").append(appendNS).append(ASSERTION_ELEMENT).append(NS);
861 sb.append("</").append(appendNS).append(ASSERTION_ELEMENT).
H A DAdviceImpl.java69 public static String ASSERTION_ELEMENT = "Assertion"; field in class:AdviceImpl
155 } else if (childName.equals(ASSERTION_ELEMENT)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAssertionImpl.java91 public static String ASSERTION_ELEMENT = "Assertion"; field in class:AssertionImpl
170 if (!elemName.equals(ASSERTION_ELEMENT)) {
787 sb.append("<").append(appendNS).append(ASSERTION_ELEMENT).append(NS);
863 sb.append("</").append(appendNS).append(ASSERTION_ELEMENT).
H A DAdviceImpl.java69 public static String ASSERTION_ELEMENT = "Assertion"; field in class:AdviceImpl
155 } else if (childName.equals(ASSERTION_ELEMENT)) {

Completed in 34 milliseconds