Class AttributeList
- java.lang.Object
-
- com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
-
- com.tivoli.am.fim.trustserver.sts.uuser.AttributeList
-
public class AttributeList extends AttributeContainer
Represents the AttributeList which is a container of attributes.- Version:
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AttributeList_java_copyright
static java.lang.String
AttributeList_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 AttributeList(Attribute[] attributes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeList
fromXml(org.w3c.dom.Element element)
java.lang.String
getElementName()
-
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
-
AttributeList_java_sourceCodeID
public static final java.lang.String AttributeList_java_sourceCodeID
- See Also:
- Constant Field Values
-
AttributeList_java_copyright
public static final java.lang.String AttributeList_java_copyright
-
-
Constructor Detail
-
AttributeList
public AttributeList(Attribute[] attributes)
-
-
Method Detail
-
getElementName
public java.lang.String getElementName()
-
fromXml
public static AttributeList fromXml(org.w3c.dom.Element element)
-
-