|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.saml.assertion.Condition
public abstract class Condition
This is an abstract class which servers as an extension point for new
conditions. This is one of the element within the Conditions
object. Extension elements based on this class MUST use xsi:type attribute
to indicate the derived type.
| フィールドの概要 | |
|---|---|
static int |
INDETERMINATE
The Condition is indeterminate. |
static int |
INVALID
The Condition is invalid. |
static int |
VALID
The Condition is valid. |
| コンストラクタの概要 | |
|---|---|
Condition()
|
|
| メソッドの概要 | |
|---|---|
abstract int |
evaluate()
Evaluates this condition An abstract method which can be implemented by any condition extending this Condition object, to provide means of evaluating the condition. |
abstract String |
toString(boolean IncludeNS,
boolean DeclareNS)
Returns a String representation of the <saml:Conditions> element. |
| フィールドの詳細 |
|---|
public static int INVALID
public static int INDETERMINATE
public static int VALID
| コンストラクタの詳細 |
|---|
public Condition()
| メソッドの詳細 |
|---|
public abstract String toString(boolean IncludeNS,
boolean DeclareNS)
<saml:Conditions> element.
IncludeNS - 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 abstract int evaluate()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||