|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openxri.saml.AttributeStatement
public class AttributeStatement
This class provides encapsulation of a SAML 2.0 Attribute Statement element
Constructor Summary | |
---|---|
AttributeStatement()
Constructs an empty SAML attribute statement |
|
AttributeStatement(org.w3c.dom.Element oElem)
This method populates the object from DOM. |
Method Summary | |
---|---|
java.lang.String |
dump()
Returns object as a formatted XML string. |
void |
fromDOM(org.w3c.dom.Element oElem)
This method populates the object from DOM. |
Attribute |
getAttribute()
Returns the first attribute element in the statement |
void |
reset()
Resets the internal state of this object |
void |
setAttribute(Attribute oVal)
Sets the attribute for this statement. |
org.w3c.dom.Element |
toDOM(org.w3c.dom.Document oDoc)
This method will make DOM using the specified document. |
java.lang.String |
toString()
Returns formatted object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AttributeStatement(org.w3c.dom.Element oElem)
public AttributeStatement()
Method Detail |
---|
public void reset()
public void fromDOM(org.w3c.dom.Element oElem)
public Attribute getAttribute()
public void setAttribute(Attribute oVal)
public org.w3c.dom.Element toDOM(org.w3c.dom.Document oDoc)
oDoc
- - The document to use for generating DOMpublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String dump()
sTab
- - The characters to prepend before each new line
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |