public class RequestSecurityToken extends AttributeContainer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
RequestSecurityToken_java_copyright |
static java.lang.String |
RequestSecurityToken_java_sourceCodeID |
AttributeContainer_java_copyright, AttributeContainer_java_sourceCodeID
Constructor and Description |
---|
RequestSecurityToken(Attribute[] attributes)
Construct a RequestSecurityToken using an array of Attribute objects.
|
Modifier and Type | Method and 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.
|
attributesFromXml, clear, getAttributeByName, getAttributeByNameAndType, getAttributeIterator, getAttributes, getAttributesByType, getAttributeValueByName, getAttributeValueByNameAndType, getAttributeValuesByName, getAttributeValuesByNameAndType, getNumberOfAttributes, removeAttribute, removeAttributeByNameAndType, removeAttributes, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributes, toXml
public static final java.lang.String RequestSecurityToken_java_sourceCodeID
public static final java.lang.String RequestSecurityToken_java_copyright
public RequestSecurityToken(Attribute[] attributes)
attributes
- public java.lang.String getElementName()
public static RequestSecurityToken fromXml(org.w3c.dom.Element element)
element
- an org.w3c.dom.Element used to create a RequestSecurityToken
object.