| Package | Description |
|---|---|
| org.kaazing.gateway.server.config.june2016 | |
| org.kaazing.gateway.server.config.june2016.impl |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationConstraintType |
ServiceType.addNewAuthorizationConstraint()
Appends and returns a new empty value (as xml) as the last "authorization-constraint" element
|
AuthorizationConstraintType[] |
ServiceType.getAuthorizationConstraintArray()
Gets array of all "authorization-constraint" elements
|
AuthorizationConstraintType |
ServiceType.getAuthorizationConstraintArray(int i)
Gets ith "authorization-constraint" element
|
AuthorizationConstraintType |
ServiceType.insertNewAuthorizationConstraint(int i)
Inserts and returns a new empty value (as xml) as the ith "authorization-constraint" element
|
static AuthorizationConstraintType |
AuthorizationConstraintType.Factory.newInstance() |
static AuthorizationConstraintType |
AuthorizationConstraintType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static AuthorizationConstraintType |
AuthorizationConstraintType.Factory.parse(File file) |
static AuthorizationConstraintType |
AuthorizationConstraintType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static AuthorizationConstraintType |
AuthorizationConstraintType.Factory.parse(InputStream is) |
static AuthorizationConstraintType |
AuthorizationConstraintType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static AuthorizationConstraintType |
AuthorizationConstraintType.Factory.parse(Node node) |
static AuthorizationConstraintType |
AuthorizationConstraintType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static AuthorizationConstraintType |
AuthorizationConstraintType.Factory.parse(Reader r) |
static AuthorizationConstraintType |
AuthorizationConstraintType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static AuthorizationConstraintType |
AuthorizationConstraintType.Factory.parse(String xmlAsString) |
static AuthorizationConstraintType |
AuthorizationConstraintType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static AuthorizationConstraintType |
AuthorizationConstraintType.Factory.parse(URL u) |
static AuthorizationConstraintType |
AuthorizationConstraintType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static AuthorizationConstraintType |
AuthorizationConstraintType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static AuthorizationConstraintType |
AuthorizationConstraintType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static AuthorizationConstraintType |
AuthorizationConstraintType.Factory.parse(XMLStreamReader sr) |
static AuthorizationConstraintType |
AuthorizationConstraintType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceType.setAuthorizationConstraintArray(AuthorizationConstraintType[] authorizationConstraintArray)
Sets array of all "authorization-constraint" element
|
void |
ServiceType.setAuthorizationConstraintArray(int i,
AuthorizationConstraintType authorizationConstraint)
Sets ith "authorization-constraint" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationConstraintTypeImpl
An XML AuthorizationConstraintType(@http://xmlns.kaazing.org/2016/06/gateway).
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationConstraintType |
ServiceTypeImpl.addNewAuthorizationConstraint()
Appends and returns a new empty value (as xml) as the last "authorization-constraint" element
|
AuthorizationConstraintType[] |
ServiceTypeImpl.getAuthorizationConstraintArray()
Gets array of all "authorization-constraint" elements
|
AuthorizationConstraintType |
ServiceTypeImpl.getAuthorizationConstraintArray(int i)
Gets ith "authorization-constraint" element
|
AuthorizationConstraintType |
ServiceTypeImpl.insertNewAuthorizationConstraint(int i)
Inserts and returns a new empty value (as xml) as the ith "authorization-constraint" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceTypeImpl.setAuthorizationConstraintArray(AuthorizationConstraintType[] authorizationConstraintArray)
Sets array of all "authorization-constraint" element
|
void |
ServiceTypeImpl.setAuthorizationConstraintArray(int i,
AuthorizationConstraintType authorizationConstraint)
Sets ith "authorization-constraint" element
|
Copyright © 2014–2016. All rights reserved.