Class Group
java.lang.Object
com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
com.tivoli.am.fim.trustserver.sts.uuser.Group
The Group structure contains attributes and a required name and optional
type.
- Version:
- @VERSION@
-
Field Summary
Fields inherited from class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
AttributeContainer_java_copyright, AttributeContainer_java_sourceCodeID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Group
Create a Group object from XML (in the form of an org.w3c.dom.Element).Returns the name of this type of Element as a String.getName()
Returns the name of this Group.getType()
Returns the type of this Group object.void
Set the name of this Group.void
Set the type of this Group.Convert this Group object into XML (in the form of an org.w3c.dom.Element object).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
-
Field Details
-
Group_java_sourceCodeID
- See Also:
-
Group_java_copyright
- See Also:
-
-
Constructor Details
-
Group
Construct a Group object using a name, type and an array of Attribute objects.- Parameters:
name
- the name of the Group object.type
- the type of Group object.attributes
- an array of Attributes for this Group object.
-
-
Method Details
-
fromXml
Create a Group object from XML (in the form of an org.w3c.dom.Element).- Parameters:
element
- the element to create the Group object from.- Returns:
- a Group object created from the XML element.
-
toXml
Convert this Group object into XML (in the form of an org.w3c.dom.Element object).- Overrides:
toXml
in classAttributeContainer
- Parameters:
owner
- an org.w3c.dom.Document object used to create the returned Element object.- Returns:
- the XML representation (as an org.w3c.dom.Element object) of this Group object.
-
getElementName
Returns the name of this type of Element as a String.- Returns:
- the name of this type of Element as a String.
-
getName
Returns the name of this Group.- Returns:
- the name of this Group as a String.
-
setName
Set the name of this Group.- Parameters:
name
- the name of the Group as a String.
-
getType
Returns the type of this Group object.- Returns:
- the type of this Group as a String.
-
setType
Set the type of this Group.- Parameters:
type
- the type of this group as a String.
-