Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.rest |
Modifier and Type | Method and Description |
---|---|
OAuth2ProfileConfig |
OAuth2ProfileContainerConfig.addNewOAuth2Profile()
Appends and returns a new empty value (as xml) as the last "oAuth2Profile" element
|
OAuth2ProfileConfig[] |
OAuth2ProfileContainerConfig.getOAuth2ProfileArray()
Deprecated.
|
OAuth2ProfileConfig |
OAuth2ProfileContainerConfig.getOAuth2ProfileArray(int i)
Gets ith "oAuth2Profile" element
|
OAuth2ProfileConfig |
OAuth2ProfileContainerConfig.insertNewOAuth2Profile(int i)
Inserts and returns a new empty value (as xml) as the ith "oAuth2Profile" element
|
static OAuth2ProfileConfig |
OAuth2ProfileConfig.Factory.newInstance() |
static OAuth2ProfileConfig |
OAuth2ProfileConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static OAuth2ProfileConfig |
OAuth2ProfileConfig.Factory.parse(File file) |
static OAuth2ProfileConfig |
OAuth2ProfileConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static OAuth2ProfileConfig |
OAuth2ProfileConfig.Factory.parse(InputStream is) |
static OAuth2ProfileConfig |
OAuth2ProfileConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static OAuth2ProfileConfig |
OAuth2ProfileConfig.Factory.parse(Node node) |
static OAuth2ProfileConfig |
OAuth2ProfileConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static OAuth2ProfileConfig |
OAuth2ProfileConfig.Factory.parse(Reader r) |
static OAuth2ProfileConfig |
OAuth2ProfileConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static OAuth2ProfileConfig |
OAuth2ProfileConfig.Factory.parse(String xmlAsString) |
static OAuth2ProfileConfig |
OAuth2ProfileConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static OAuth2ProfileConfig |
OAuth2ProfileConfig.Factory.parse(URL u) |
static OAuth2ProfileConfig |
OAuth2ProfileConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static OAuth2ProfileConfig |
OAuth2ProfileConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static OAuth2ProfileConfig |
OAuth2ProfileConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static OAuth2ProfileConfig |
OAuth2ProfileConfig.Factory.parse(XMLStreamReader sr) |
static OAuth2ProfileConfig |
OAuth2ProfileConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<OAuth2ProfileConfig> |
OAuth2ProfileContainerConfig.getOAuth2ProfileList()
Gets a List of "oAuth2Profile" elements
|
Modifier and Type | Method and Description |
---|---|
void |
OAuth2ProfileContainerConfig.setOAuth2ProfileArray(int i,
OAuth2ProfileConfig oAuth2Profile)
Sets ith "oAuth2Profile" element
|
void |
OAuth2ProfileContainerConfig.setOAuth2ProfileArray(OAuth2ProfileConfig[] oAuth2ProfileArray)
Sets array of all "oAuth2Profile" element
|
Modifier and Type | Class and Description |
---|---|
class |
OAuth2ProfileConfigImpl
An XML OAuth2Profile(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
OAuth2ProfileConfig |
OAuth2ProfileContainerConfigImpl.addNewOAuth2Profile()
Appends and returns a new empty value (as xml) as the last "oAuth2Profile" element
|
OAuth2ProfileConfig[] |
OAuth2ProfileContainerConfigImpl.getOAuth2ProfileArray()
Deprecated.
|
OAuth2ProfileConfig |
OAuth2ProfileContainerConfigImpl.getOAuth2ProfileArray(int i)
Gets ith "oAuth2Profile" element
|
OAuth2ProfileConfig |
OAuth2ProfileContainerConfigImpl.insertNewOAuth2Profile(int i)
Inserts and returns a new empty value (as xml) as the ith "oAuth2Profile" element
|
Modifier and Type | Method and Description |
---|---|
List<OAuth2ProfileConfig> |
OAuth2ProfileContainerConfigImpl.getOAuth2ProfileList()
Gets a List of "oAuth2Profile" elements
|
Modifier and Type | Method and Description |
---|---|
void |
OAuth2ProfileContainerConfigImpl.setOAuth2ProfileArray(int i,
OAuth2ProfileConfig oAuth2Profile)
Sets ith "oAuth2Profile" element
|
void |
OAuth2ProfileContainerConfigImpl.setOAuth2ProfileArray(OAuth2ProfileConfig[] oAuth2ProfileArray)
Sets array of all "oAuth2Profile" element
|
Modifier and Type | Method and Description |
---|---|
OAuth2ProfileConfig |
OAuth2Profile.getConfiguration() |
Constructor and Description |
---|
OAuth2Profile(OAuth2ProfileContainer oAuth2ProfileContainer,
OAuth2ProfileConfig configuration) |
Copyright © 2019. All Rights Reserved.