Package net.shibboleth.metadata.dom.saml
Class AttributeValueElementMaker
java.lang.Object
net.shibboleth.metadata.dom.SimpleElementMaker
net.shibboleth.metadata.dom.saml.AttributeValueElementMaker
- All Implemented Interfaces:
ElementMaker
A class for constructing SAML
AttributeValue elements
for use with the Container system.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
attributeValue
Value for the attribute.
-
-
Constructor Details
-
AttributeValueElementMaker
Constructor.- Parameters:
value- value for the attribute
-
-
Method Details
-
make
Description copied from interface:ElementMaker- Specified by:
makein interfaceElementMaker- Overrides:
makein classSimpleElementMaker- Parameters:
container- parentContainerfor the newElement- Returns:
- newly constructed
Element
-