Class RequestSecurityToken
- java.lang.Object
-
- com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
-
- 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.- Version:
-
-
Field Summary
Fields Modifier and Type Field Description 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
Constructors Constructor Description RequestSecurityToken(Attribute[] attributes)
Construct a RequestSecurityToken using an array of Attribute objects.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
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
-
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
-
-
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.- 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.
-
-