|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.saml.assertion.Condition
com.sun.identity.saml.assertion.DoNotCacheCondition
public class DoNotCacheCondition
This is an implementation of the abstract 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.
| フィールドの概要 |
|---|
| クラス com.sun.identity.saml.assertion.Condition から継承されたフィールド |
|---|
INDETERMINATE, INVALID, VALID |
| コンストラクタの概要 | |
|---|---|
DoNotCacheCondition()
Constructs a new DoNotCacheCondition. |
|
DoNotCacheCondition(Element doNotCacheConditionElement)
Constructs a DoNotCacheCondition element from
an existing XML block. |
|
| メソッドの概要 | |
|---|---|
int |
evaluate()
Evaluates the Conditions A method which can be overridden by a plug-in maybe which provides means of evaluating this condition |
String |
toString()
Creates a String representation of the element. |
String |
toString(boolean includeNS,
boolean declareNS)
Returns a String representation of the <DoNotCacheCondition> element. |
| コンストラクタの詳細 |
|---|
public DoNotCacheCondition()
DoNotCacheCondition.
public DoNotCacheCondition(Element doNotCacheConditionElement)
throws SAMLException
DoNotCacheCondition element from
an existing XML block.
doNotCacheConditionElement - 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.| メソッドの詳細 |
|---|
public String toString()
Object 内の toString<saml:DoNotCacheCondition>.
public String toString(boolean includeNS,
boolean declareNS)
<DoNotCacheCondition> element.
Condition 内の toStringincludeNS - Determines whether or not the namespace qualifier is
prepended to the Element when converteddeclareNS - Determines whether or not the namespace is declared
within the Element.
public int evaluate()
Condition 内の evaluate
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||