Package com.sun.identity.saml2.assertion
Interface Statement
-
- All Superinterfaces:
XmlSerializable
- All Known Subinterfaces:
AttributeStatement,AuthnStatement,AuthzDecisionStatement,XACMLAuthzDecisionStatement
@SupportedAll public interface Statement extends XmlSerializable
TheStatementelement is an extension point that allows other assertion-based applications to reuse the SAML assertion framework. SAML itself derives its core statements from this extension point. ItsStatementAbstractTypecomplex type is abstract and is thus usable only as the base of a derived type.<complexType name="StatementAbstractType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> </restriction> </complexContent> </complexType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisMutable()Returns the mutability of the object.voidmakeImmutable()Makes the object immutable.-
Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
-