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