public class ExtensionsImpl extends Object implements Extensions
Constructor and Description |
---|
ExtensionsImpl()
Constructor to create the
Extensions Object. |
ExtensionsImpl(Element element)
Constructor to create the
Extensions Object. |
ExtensionsImpl(String xmlString)
Constructor to create the
Extensions Object. |
Modifier and Type | Method and Description |
---|---|
List |
getAny()
Returns the list of
Extensions object. |
boolean |
isMutable()
Returns value true if object is mutable.
|
void |
makeImmutable()
Makes this object immutable.
|
void |
setAny(List value)
Sets the
Extensions object. |
String |
toXMLString()
Returns a String representation of this object.
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation of this object.
|
public ExtensionsImpl()
Extensions
Object.public ExtensionsImpl(Element element) throws SAML2Exception
Extensions
Object.element
- the Document Element of Extensions
object.SAML2Exception
- if Extensions
cannot be created.public ExtensionsImpl(String xmlString) throws SAML2Exception
Extensions
Object.xmlString
- the XML String representation of this object.SAML2Exception
- if Extensions
cannot be created.public void setAny(List value) throws SAML2Exception
Extensions
object.setAny
in interface Extensions
value
- List of XML Strings Extensions
objectsSAML2Exception
- if the object is immutable.getAny()
public List getAny()
Extensions
object.getAny
in interface Extensions
Extensions
objects.setAny(List)
public String toXMLString() throws SAML2Exception
toXMLString
in interface Extensions
SAML2Exception
- if cannot convert to String.public String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
toXMLString
in interface Extensions
includeNSPrefix
- determines whether or not the namespace
qualifier is prepended to the Element when converteddeclareNS
- determines whether or not the namespace is declared
within the Element.SAML2Exception
- if cannot convert to String.public void makeImmutable()
makeImmutable
in interface Extensions
public boolean isMutable()
isMutable
in interface Extensions
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.