public abstract class Condition extends Object
Conditions
object. Extension elements based on this class MUST use xsi:type attribute
to indicate the derived type.Modifier and Type | Field and Description |
---|---|
static int |
INDETERMINATE
The Condition is indeterminate.
|
static int |
INVALID
The Condition is invalid.
|
static int |
VALID
The Condition is valid.
|
Constructor and Description |
---|
Condition() |
Modifier and Type | Method and Description |
---|---|
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 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()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.