Package com.sun.identity.saml2.assertion
Interface ConditionAbstract
-
- All Superinterfaces:
XmlSerializable
- All Known Subinterfaces:
AudienceRestriction
,Condition
,OneTimeUse
,ProxyRestriction
@SupportedAll public interface ConditionAbstract extends XmlSerializable
TheConditionAbstract
is 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 boolean
isMutable()
Returns true if the object is mutablevoid
makeImmutable()
Makes the object immutable-
Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
-