Searched defs:DoNotCacheCondition (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DDoNotCacheCondition.java25 * $Id: DoNotCacheCondition.java,v 1.3 2008/06/25 05:47:32 qcheng Exp $
39 *specifes that the assertion this <code>DoNotCacheCondition</code> is part of,
47 public class DoNotCacheCondition extends Condition { class in inherits:Condition
51 * Constructs a new <code>DoNotCacheCondition</code>.
54 public DoNotCacheCondition() { method in class:DoNotCacheCondition
58 * Constructs a <code>DoNotCacheCondition</code> element from
63 * for <code>DoNotCacheCondition</code> object.
68 public DoNotCacheCondition( method in class:DoNotCacheCondition
76 SAMLUtilsCommon.debug.message("DoNotCacheCondition: "
82 if (!(eltName.equals("DoNotCacheCondition"))) {
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DDoNotCacheCondition.java25 * $Id: DoNotCacheCondition.java,v 1.3 2008/06/25 05:47:32 qcheng Exp $
39 *specifes that the assertion this <code>DoNotCacheCondition</code> is part of,
47 public class DoNotCacheCondition extends Condition { class in inherits:Condition
51 * Constructs a new <code>DoNotCacheCondition</code>.
54 public DoNotCacheCondition() { method in class:DoNotCacheCondition
58 * Constructs a <code>DoNotCacheCondition</code> element from
63 * for <code>DoNotCacheCondition</code> object.
68 public DoNotCacheCondition( method in class:DoNotCacheCondition
76 SAMLUtilsCommon.debug.message("DoNotCacheCondition: "
82 if (!(eltName.equals("DoNotCacheCondition"))) {
[all...]

Completed in 172 milliseconds