public abstract class Condition extends Object
Conditions
object. Extension elements based on this class MUST use xsi:type attribute
to indicate the derived type.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 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-2018, ForgeRock All Rights Reserved.