| Package | Description |
|---|---|
| org.kaazing.gateway.server.config.june2016 | |
| org.kaazing.gateway.server.config.june2016.impl | |
| org.kaazing.gateway.server.context.resolve |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
RealmType.addNewAuthentication()
Appends and returns a new empty "authentication" element
|
AuthenticationType |
RealmType.getAuthentication()
Gets the "authentication" element
|
static AuthenticationType |
AuthenticationType.Factory.newInstance() |
static AuthenticationType |
AuthenticationType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static AuthenticationType |
AuthenticationType.Factory.parse(File file) |
static AuthenticationType |
AuthenticationType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static AuthenticationType |
AuthenticationType.Factory.parse(InputStream is) |
static AuthenticationType |
AuthenticationType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static AuthenticationType |
AuthenticationType.Factory.parse(Node node) |
static AuthenticationType |
AuthenticationType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static AuthenticationType |
AuthenticationType.Factory.parse(Reader r) |
static AuthenticationType |
AuthenticationType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static AuthenticationType |
AuthenticationType.Factory.parse(String xmlAsString) |
static AuthenticationType |
AuthenticationType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static AuthenticationType |
AuthenticationType.Factory.parse(URL u) |
static AuthenticationType |
AuthenticationType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static AuthenticationType |
AuthenticationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static AuthenticationType |
AuthenticationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static AuthenticationType |
AuthenticationType.Factory.parse(XMLStreamReader sr) |
static AuthenticationType |
AuthenticationType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
RealmType.setAuthentication(AuthenticationType authentication)
Sets the "authentication" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationTypeImpl
An XML AuthenticationType(@http://xmlns.kaazing.org/2016/06/gateway).
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
RealmTypeImpl.addNewAuthentication()
Appends and returns a new empty "authentication" element
|
AuthenticationType |
RealmTypeImpl.getAuthentication()
Gets the "authentication" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealmTypeImpl.setAuthentication(AuthenticationType authentication)
Sets the "authentication" element
|
| Constructor and Description |
|---|
DefaultAuthenticationContext(AuthenticationType authenticationType) |
Copyright © 2014–2016. All rights reserved.