Class RequestSecurityToken
java.lang.Object
com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
com.tivoli.am.fim.trustserver.sts.uuser.RequestSecurityToken
A RequestSecurityToken is an AttributeContainer which contains an array of
Attribute objects.
- Version:
- @VERSION@
-
Field Summary
Fields inherited from class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
AttributeContainer_java_copyright, AttributeContainer_java_sourceCodeID
-
Constructor Summary
ConstructorDescriptionRequestSecurityToken
(Attribute[] attributes) Construct a RequestSecurityToken using an array of Attribute objects. -
Method Summary
Modifier and TypeMethodDescriptionstatic RequestSecurityToken
Creates a RequestSecurityToken object from an org.w3c.dom.Element object.Return the name of this Element as a String.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 Details
-
RequestSecurityToken_java_sourceCodeID
- See Also:
-
RequestSecurityToken_java_copyright
- See Also:
-
-
Constructor Details
-
RequestSecurityToken
Construct a RequestSecurityToken using an array of Attribute objects.- Parameters:
attributes
-
-
-
Method Details
-
getElementName
Return the name of this Element as a String.- Returns:
- the name of this Element as a String.
-
fromXml
Creates a RequestSecurityToken object from an org.w3c.dom.Element object.- Parameters:
element
- an org.w3c.dom.Element used to create a RequestSecurityToken object.- Returns:
- a RequestSecurityToken object created from the supplied org.w3c.dom.Element. If the element is null, returns null.
-