Package com.sun.identity.saml2.protocol
Interface Extensions
- All Superinterfaces:
XmlSerializable
The interface
Extensions
defines methods for
adding protcol message extension elements.-
Method Summary
Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
setAny
Sets theExtensions
object.- Parameters:
value
- List of Document ElementsExtensions
objects- Throws:
com.sun.identity.saml2.common.SAML2Exception
- if the object is immutable.- See Also:
-
getAny
List getAny()Returns the list ofExtensions
object.- Returns:
- a List of Document Elements
Extensions
objects. - See Also:
-
makeImmutable
void makeImmutable()Makes this object immutable. -
isMutable
boolean isMutable()Returns value true if object is mutable.- Returns:
- true if object is mutable.
-