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