AuthnStatementType |
AssertionType.addNewAuthnStatement() |
Appends and returns a new empty value (as xml) as the last "AuthnStatement" element
|
AuthnStatementType |
AuthnStatementDocument.addNewAuthnStatement() |
Appends and returns a new empty "AuthnStatement" element
|
AuthnStatementType |
AuthnStatementDocument.getAuthnStatement() |
Gets the "AuthnStatement" element
|
AuthnStatementType[] |
AssertionType.getAuthnStatementArray() |
Gets array of all "AuthnStatement" elements
|
AuthnStatementType |
AssertionType.getAuthnStatementArray(int i) |
Gets ith "AuthnStatement" element
|
AuthnStatementType |
AssertionType.insertNewAuthnStatement(int i) |
Inserts and returns a new empty value (as xml) as the ith "AuthnStatement" element
|
static AuthnStatementType |
AuthnStatementType.Factory.newInstance() |
|
static AuthnStatementType |
AuthnStatementType.Factory.newInstance(XmlOptions options) |
|
static AuthnStatementType |
AuthnStatementType.Factory.parse(File file) |
|
static AuthnStatementType |
AuthnStatementType.Factory.parse(File file,
XmlOptions options) |
|
static AuthnStatementType |
AuthnStatementType.Factory.parse(InputStream is) |
|
static AuthnStatementType |
AuthnStatementType.Factory.parse(InputStream is,
XmlOptions options) |
|
static AuthnStatementType |
AuthnStatementType.Factory.parse(Reader r) |
|
static AuthnStatementType |
AuthnStatementType.Factory.parse(Reader r,
XmlOptions options) |
|
static AuthnStatementType |
AuthnStatementType.Factory.parse(String xmlAsString) |
|
static AuthnStatementType |
AuthnStatementType.Factory.parse(String xmlAsString,
XmlOptions options) |
|
static AuthnStatementType |
AuthnStatementType.Factory.parse(URL u) |
|
static AuthnStatementType |
AuthnStatementType.Factory.parse(URL u,
XmlOptions options) |
|
static AuthnStatementType |
AuthnStatementType.Factory.parse(XMLStreamReader sr) |
|
static AuthnStatementType |
AuthnStatementType.Factory.parse(XMLStreamReader sr,
XmlOptions options) |
|
static AuthnStatementType |
AuthnStatementType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static AuthnStatementType |
AuthnStatementType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options) |
Deprecated.
|
static AuthnStatementType |
AuthnStatementType.Factory.parse(Node node) |
|
static AuthnStatementType |
AuthnStatementType.Factory.parse(Node node,
XmlOptions options) |
|