Package com.sun.identity.saml2.assertion
Interface ConditionAbstract
- All Superinterfaces:
XmlSerializable
- All Known Subinterfaces:
AudienceRestriction,Condition,OneTimeUse,ProxyRestriction
The
ConditionAbstract is abstract and is thus usable
as the base of a derived class-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if the object is mutablevoidMakes the object immutableMethods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
makeImmutable
void makeImmutable()Makes the object immutable -
isMutable
boolean isMutable()Returns true if the object is mutable- Returns:
- true if the object is mutable
-