Searched refs:ASSERTION_VERSION_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.java90 public static String ASSERTION_VERSION_ATTR = "Version"; field in class:AssertionImpl
177 String attrValue = element.getAttribute(ASSERTION_VERSION_ATTR);
792 sb.append(" ").append(ASSERTION_VERSION_ATTR).append("=\"").
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAssertionImpl.java92 public static String ASSERTION_VERSION_ATTR = "Version"; field in class:AssertionImpl
179 String attrValue = element.getAttribute(ASSERTION_VERSION_ATTR);
794 sb.append(" ").append(ASSERTION_VERSION_ATTR).append("=\"").

Completed in 30 milliseconds