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 theExtensionsobject.- Parameters:
value- List of Document ElementsExtensionsobjects- Throws:
com.sun.identity.saml2.common.SAML2Exception- if the object is immutable.- See Also:
-
getAny
List getAny()Returns the list ofExtensionsobject.- Returns:
- a List of Document Elements
Extensionsobjects. - 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.
-