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

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

public class RequestSecurityToken
extends AttributeContainer

A RequestSecurityToken is an AttributeContainer which contains an array of Attribute objects.


Field Summary
static java.lang.String RequestSecurityToken_java_copyright
           
static java.lang.String RequestSecurityToken_java_sourceCodeID
           
 
Fields inherited from class com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
AttributeContainer_java_copyright, AttributeContainer_java_sourceCodeID
 
Constructor Summary
RequestSecurityToken(Attribute[] attributes)
          Construct a RequestSecurityToken using an array of Attribute objects.
 
Method Summary
static RequestSecurityToken fromXml(org.w3c.dom.Element element)
          Creates a RequestSecurityToken object from an org.w3c.dom.Element object.
 java.lang.String getElementName()
          Return the name of this Element as a String.
 
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

RequestSecurityToken_java_sourceCodeID

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

RequestSecurityToken_java_copyright

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

RequestSecurityToken

public RequestSecurityToken(Attribute[] attributes)
Construct a RequestSecurityToken using an array of Attribute objects.

Parameters:
attributes -
Method Detail

getElementName

public java.lang.String getElementName()
Return the name of this Element as a String.

Specified by:
getElementName in class AttributeContainer
Returns:
the name of this Element as a String.

fromXml

public static RequestSecurityToken fromXml(org.w3c.dom.Element element)
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.