com.tivoli.am.fim.trustserver.sts.uuser
Class ContextAttributes

java.lang.Object
  extended by com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
      extended by com.tivoli.am.fim.trustserver.sts.uuser.ContextAttributes

public class ContextAttributes
extends AttributeContainer

Represents the ContextAttributes which is a container of attributes.


Field Summary
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
ContextAttributes()
          Construct an empty ContextAttributes object.
ContextAttributes(Attribute[] attributes)
          Construct a ContextAttributes object with an array of Attributes.
 
Method Summary
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
addAttributeElements, attributesFromXml, clear, getAttributeByName, getAttributeByNameAndType, getAttributeIterator, getAttributes, getAttributesByType, getAttributeValueByName, getAttributeValueByNameAndType, getAttributeValuesByName, getAttributeValuesByNameAndType, getNumberOfAttributes, removeAttribute, removeAttributeByNameAndType, removeAttributes, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributes, toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
See Also:
Constant Field Values
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.

Specified by:
getElementName in class AttributeContainer
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).