Searched defs:doNotCacheConditionElement (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DDoNotCacheCondition.java61 * @param doNotCacheConditionElement A
69 org.w3c.dom.Element doNotCacheConditionElement)
72 Element elt = (Element)doNotCacheConditionElement;
68 DoNotCacheCondition( org.w3c.dom.Element doNotCacheConditionElement) argument
H A DConditions.java467 createDoNotCacheCondition(Element doNotCacheConditionElement) argument
469 return new DoNotCacheCondition(doNotCacheConditionElement);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DDoNotCacheCondition.java61 * @param doNotCacheConditionElement A
69 org.w3c.dom.Element doNotCacheConditionElement)
72 Element elt = (Element)doNotCacheConditionElement;
68 DoNotCacheCondition( org.w3c.dom.Element doNotCacheConditionElement) argument
H A DConditions.java467 createDoNotCacheCondition(Element doNotCacheConditionElement) argument
469 return new DoNotCacheCondition(doNotCacheConditionElement);

Completed in 143 milliseconds