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

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

public class Principal
extends AttributeContainer

Represents the Principal object which is composed of attributes.


Field Summary
static java.lang.String Principal_java_copyright
           
static java.lang.String Principal_java_sourceCodeID
           
 
Fields inherited from class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
AttributeContainer_java_copyright, AttributeContainer_java_sourceCodeID
 
Constructor Summary
Principal(Attribute[] attributes)
           
 
Method Summary
static Principal fromXml(org.w3c.dom.Element element)
           
 java.lang.String getElementName()
          Used when transforming between xml and object.
 
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

Principal_java_sourceCodeID

public static final java.lang.String Principal_java_sourceCodeID
See Also:
Constant Field Values

Principal_java_copyright

public static final java.lang.String Principal_java_copyright
See Also:
Constant Field Values
Constructor Detail

Principal

public Principal(Attribute[] attributes)
Method Detail

getElementName

public java.lang.String getElementName()
Description copied from class: AttributeContainer
Used when transforming between xml and object.

Specified by:
getElementName in class AttributeContainer
Returns:
The element name.

fromXml

public static Principal fromXml(org.w3c.dom.Element element)