Searched refs:ASSERTION_ISSUEINSTANT_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.java92 public static String ASSERTION_ISSUEINSTANT_ATTR = "IssueInstant"; field in class:AssertionImpl
195 attrValue = element.getAttribute(ASSERTION_ISSUEINSTANT_ATTR);
809 sb.append(" ").append(ASSERTION_ISSUEINSTANT_ATTR).append("=\"").
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAssertionImpl.java94 public static String ASSERTION_ISSUEINSTANT_ATTR = "IssueInstant"; field in class:AssertionImpl
197 attrValue = element.getAttribute(ASSERTION_ISSUEINSTANT_ATTR);
811 sb.append(" ").append(ASSERTION_ISSUEINSTANT_ATTR).append("=\"").

Completed in 30 milliseconds