public class DoNotCacheCondition extends DoNotCacheConditionType implements DoNotCacheCondition
Condition class, which
specifes that the assertion this DoNotCacheCondition is part of,
is the new element in SAML 1.1, that allows an assertion party to express that
an assertion should not be cached by the relying party for future use. In another
word, such an assertion is meant only for "one-time" use by the relying party.| Constructor and Description |
|---|
DoNotCacheCondition() |
| Modifier and Type | Method and Description |
|---|---|
static DoNotCacheConditionType |
fromElement(Element element)
Constructs a
DoNotCacheCondition element from
an existing XML block. |
protected static final Logger log
public static DoNotCacheConditionType fromElement(Element element) throws SAMLException
DoNotCacheCondition element from
an existing XML block.element - A
org.w3c.dom.Element representing DOM tree
for DoNotCacheCondition object.SAMLException - if it could not process the
org.w3c.dom.Element properly, implying that
there is an error in the sender or in the element definition.Copyright © 2005–2018 Oracle Corporation. All rights reserved.