Class SaltImpl
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObject
-
- org.opensaml.xmlsec.encryption.impl.SaltImpl
-
public class SaltImpl extends AbstractXMLObject implements Salt
Concrete implementation ofSalt.
-
-
Field Summary
Fields Modifier and Type Field Description private OtherSourceotherSourceOtherSource child element value.private SpecifiedspecifiedSpecified child element value.-
Fields inherited from interface org.opensaml.xmlsec.encryption.Salt
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<XMLObject>getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.OtherSourcegetOtherSource()Get the OtherSource child element.SpecifiedgetSpecified()Get the Specified child element.voidsetOtherSource(OtherSource newOtherSource)Set the OtherSource child element.voidsetSpecified(Specified newSpecified)Set the Specified child element.-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, 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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
-
-
-
Field Detail
-
specified
private Specified specified
Specified child element value.
-
otherSource
private OtherSource otherSource
OtherSource child element value.
-
-
Method Detail
-
getSpecified
@Nullable public Specified getSpecified()
Get the Specified child element.- Specified by:
getSpecifiedin interfaceSalt- Returns:
- the element
-
setSpecified
public void setSpecified(@Nullable Specified newSpecified)Set the Specified child element.- Specified by:
setSpecifiedin interfaceSalt- Parameters:
newSpecified- the element
-
getOtherSource
@Nullable public OtherSource getOtherSource()
Get the OtherSource child element.- Specified by:
getOtherSourcein interfaceSalt- Returns:
- the element
-
setOtherSource
public void setOtherSource(@Nullable OtherSource newOtherSource)Set the OtherSource child element.- Specified by:
setOtherSourcein interfaceSalt- Parameters:
newOtherSource- value
-
getOrderedChildren
public List<XMLObject> getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.- Specified by:
getOrderedChildrenin interfaceXMLObject- Returns:
- ordered list of child elements
-
-