Searched refs:ASSERTION_ID_ATTR (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAssertionImpl.java91 public static String ASSERTION_ID_ATTR = "ID"; field in class:AssertionImpl
186 attrValue = element.getAttribute(ASSERTION_ID_ATTR);
800 sb.append(" ").append(ASSERTION_ID_ATTR).append("=\"").
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAssertionImpl.java93 public static String ASSERTION_ID_ATTR = "ID"; field in class:AssertionImpl
188 attrValue = element.getAttribute(ASSERTION_ID_ATTR);
802 sb.append(" ").append(ASSERTION_ID_ATTR).append("=\"").

Completed in 43 milliseconds