Package com.sun.identity.saml2.assertion
Interface ConditionAbstract
-
- All Superinterfaces:
XmlSerializable
- All Known Subinterfaces:
AudienceRestriction,Condition,OneTimeUse,ProxyRestriction
@SupportedAll public interface ConditionAbstract extends XmlSerializable
TheConditionAbstractis abstract and is thus usable as the base of a derived class
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisMutable()Returns true if the object is mutablevoidmakeImmutable()Makes the object immutable-
Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
-