Class ContextAttributes
java.lang.Object
com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
com.tivoli.am.fim.trustserver.sts.uuser.ContextAttributes
Represents the ContextAttributes which is a container of attributes.
- Version:
- @VERSION@
-
Field Summary
Fields inherited from class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
AttributeContainer_java_copyright, AttributeContainer_java_sourceCodeID
-
Constructor Summary
ConstructorDescriptionConstruct an empty ContextAttributes object.ContextAttributes
(Attribute[] attributes) Construct a ContextAttributes object with an array of Attributes. -
Method Summary
Modifier and TypeMethodDescriptionstatic ContextAttributes
Converts XML (in the form of an org.w3c.dom.Element object) into an ContextAttributes object.Returns the name of this ContextAttributes object as a String.Methods inherited from class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
attributesFromXml, clear, getAttributeByName, getAttributeByNameAndType, getAttributeIterator, getAttributes, getAttributesByType, getAttributeValueByName, getAttributeValueByNameAndType, getAttributeValuesByName, getAttributeValuesByNameAndType, getNumberOfAttributes, removeAttribute, removeAttributeByNameAndType, removeAttributes, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributes, toXml
-
Field Details
-
ContextAttributes_java_sourceCodeID
- See Also:
-
ContextAttributes_java_copyright
- See Also:
-
-
Constructor Details
-
ContextAttributes
public ContextAttributes()Construct an empty ContextAttributes object. -
ContextAttributes
Construct a ContextAttributes object with an array of Attributes.- Parameters:
attributes
- an array of Attributes for this ContextAttributes object.
-
-
Method Details
-
getElementName
Returns the name of this ContextAttributes object as a String.- Returns:
- the name of this ContextAttributes object as a String.
-
fromXml
Converts XML (in the form of an org.w3c.dom.Element object) into an ContextAttributes object.- Parameters:
element
- the org.w3c.dom.Element from which a ContextAttributes object will be created.- Returns:
- a ContextAttributes object created from XML (in the form of an org.w3c.dom.Element object).
-