| 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 |
|---|---|
SecurityType |
GatewayConfigDocument.GatewayConfig.addNewSecurity()
Appends and returns a new empty value (as xml) as the last "security" element
|
SecurityType[] |
GatewayConfigDocument.GatewayConfig.getSecurityArray()
Gets array of all "security" elements
|
SecurityType |
GatewayConfigDocument.GatewayConfig.getSecurityArray(int i)
Gets ith "security" element
|
SecurityType |
GatewayConfigDocument.GatewayConfig.insertNewSecurity(int i)
Inserts and returns a new empty value (as xml) as the ith "security" element
|
static SecurityType |
SecurityType.Factory.newInstance() |
static SecurityType |
SecurityType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SecurityType |
SecurityType.Factory.parse(File file) |
static SecurityType |
SecurityType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SecurityType |
SecurityType.Factory.parse(InputStream is) |
static SecurityType |
SecurityType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SecurityType |
SecurityType.Factory.parse(Node node) |
static SecurityType |
SecurityType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SecurityType |
SecurityType.Factory.parse(Reader r) |
static SecurityType |
SecurityType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SecurityType |
SecurityType.Factory.parse(String xmlAsString) |
static SecurityType |
SecurityType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SecurityType |
SecurityType.Factory.parse(URL u) |
static SecurityType |
SecurityType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static SecurityType |
SecurityType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SecurityType |
SecurityType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SecurityType |
SecurityType.Factory.parse(XMLStreamReader sr) |
static SecurityType |
SecurityType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
GatewayConfigDocument.GatewayConfig.setSecurityArray(int i,
SecurityType security)
Sets ith "security" element
|
void |
GatewayConfigDocument.GatewayConfig.setSecurityArray(SecurityType[] securityArray)
Sets array of all "security" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityTypeImpl
An XML SecurityType(@http://xmlns.kaazing.org/2016/06/gateway).
|
| Modifier and Type | Method and Description |
|---|---|
SecurityType |
GatewayConfigDocumentImpl.GatewayConfigImpl.addNewSecurity()
Appends and returns a new empty value (as xml) as the last "security" element
|
SecurityType[] |
GatewayConfigDocumentImpl.GatewayConfigImpl.getSecurityArray()
Gets array of all "security" elements
|
SecurityType |
GatewayConfigDocumentImpl.GatewayConfigImpl.getSecurityArray(int i)
Gets ith "security" element
|
SecurityType |
GatewayConfigDocumentImpl.GatewayConfigImpl.insertNewSecurity(int i)
Inserts and returns a new empty value (as xml) as the ith "security" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
GatewayConfigDocumentImpl.GatewayConfigImpl.setSecurityArray(int i,
SecurityType security)
Sets ith "security" element
|
void |
GatewayConfigDocumentImpl.GatewayConfigImpl.setSecurityArray(SecurityType[] securityArray)
Sets array of all "security" element
|
| Modifier and Type | Method and Description |
|---|---|
DefaultSecurityContext |
SecurityContextResolver.resolve(SecurityType securityConfig) |
| Constructor and Description |
|---|
GatewayContextResolver(ContextResolver<SecurityType,DefaultSecurityContext> securityResolver,
File webDir,
File tempDir) |
GatewayContextResolver(ContextResolver<SecurityType,DefaultSecurityContext> securityResolver,
File webDir,
File tempDir,
MBeanServer mbeanServer) |
Copyright © 2014–2016. All rights reserved.