Class AbstractMetadataValueSAMLObject
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
net.shibboleth.oidc.saml.xmlobject.impl.AbstractMetadataValueSAMLObject
- All Implemented Interfaces:
XMLObject
- Direct Known Subclasses:
ClientSecretImpl,ClientSecretKeyReferenceImpl,DefaultAcrValueImpl,JwksDataImpl,JwksUriImpl,PostLogoutRedirectUriImpl,RequestUriImpl
Base implementation for all simple metadata objects containing
String value inside the element.-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractMetadataValueSAMLObject(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
-
Field Details
-
value
The value for this metadata object.
-
-
Constructor Details
-
AbstractMetadataValueSAMLObject
protected AbstractMetadataValueSAMLObject(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor.- Parameters:
namespaceURI- the namespace the element is inelementLocalName- the local name of the XML element this Object representsnamespacePrefix- the prefix for the given namespace
-
-
Method Details
-
getValue
Get the value for this metadata object.- Returns:
- The value for this metadata object.
-
setValue
Set the value for this metadata object.- Parameters:
newValue- What to set.
-
getOrderedChildren
-