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()OtherSourcegetOtherSource()SpecifiedgetSpecified()voidsetOtherSource(OtherSource newOtherSource)voidsetSpecified(Specified newSpecified)-
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()
- Specified by:
getSpecifiedin interfaceSalt
-
setSpecified
public void setSpecified(@Nullable Specified newSpecified)- Specified by:
setSpecifiedin interfaceSalt
-
getOtherSource
@Nullable public OtherSource getOtherSource()
- Specified by:
getOtherSourcein interfaceSalt
-
setOtherSource
public void setOtherSource(@Nullable OtherSource newOtherSource)- Specified by:
setOtherSourcein interfaceSalt
-
getOrderedChildren
public List<XMLObject> getOrderedChildren()
- Specified by:
getOrderedChildrenin interfaceXMLObject
-
-