Class ContextAttributes
- java.lang.Object
-
- com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
-
- com.tivoli.am.fim.trustserver.sts.uuser.ContextAttributes
-
public class ContextAttributes extends AttributeContainer
Represents the ContextAttributes which is a container of attributes.- Version:
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ContextAttributes_java_copyright
static java.lang.String
ContextAttributes_java_sourceCodeID
-
Fields inherited from class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
AttributeContainer_java_copyright, AttributeContainer_java_sourceCodeID
-
-
Constructor Summary
Constructors Constructor Description ContextAttributes()
Construct an empty ContextAttributes object.ContextAttributes(Attribute[] attributes)
Construct a ContextAttributes object with an array of Attributes.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContextAttributes
fromXml(org.w3c.dom.Element element)
Converts XML (in the form of an org.w3c.dom.Element object) into an ContextAttributes object.java.lang.String
getElementName()
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 Detail
-
ContextAttributes_java_sourceCodeID
public static final java.lang.String ContextAttributes_java_sourceCodeID
- See Also:
- Constant Field Values
-
ContextAttributes_java_copyright
public static final java.lang.String ContextAttributes_java_copyright
-
-
Constructor Detail
-
ContextAttributes
public ContextAttributes()
Construct an empty ContextAttributes object.
-
ContextAttributes
public ContextAttributes(Attribute[] attributes)
Construct a ContextAttributes object with an array of Attributes.- Parameters:
attributes
- an array of Attributes for this ContextAttributes object.
-
-
Method Detail
-
getElementName
public java.lang.String getElementName()
Returns the name of this ContextAttributes object as a String.- Returns:
- the name of this ContextAttributes object as a String.
-
fromXml
public static ContextAttributes fromXml(org.w3c.dom.Element element)
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).
-
-