public abstract class Statement extends Object
Statement
element is an extension point that allows
other assertion-based applications to reuse the SAML assertion framework.
Its StatementAbstractType
complex type is abstract; extension
elements must use xsi:type
attribute to indicate the derived
type.Modifier | Constructor and Description |
---|---|
protected |
Statement()
Default constructor of the statement
|
Modifier and Type | Method and Description |
---|---|
abstract int |
getStatementType()
Returns the real of statement such as
AuthenticationStatement ,
AuthorizationDecisionStatement or
AttributeStatement . |
abstract String |
toString(boolean includeNS,
boolean declareNS)
Creates a String representation of the Statement
|
public abstract int getStatementType()
AuthenticationStatement
,
AuthorizationDecisionStatement
or
AttributeStatement
.public abstract String toString(boolean includeNS, boolean declareNS)
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.Statement
elementCopyright © 2010-2018, ForgeRock All Rights Reserved.