Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.AuthRepository | |
com.eviware.soapui.impl.AuthRepository.Impl |
Modifier and Type | Method and Description |
---|---|
OAuth10AuthEntryConfig |
AuthRepositoryConfig.addNewOAuth10AuthEntry()
Appends and returns a new empty value (as xml) as the last "oAuth10AuthEntry" element
|
OAuth10AuthEntryConfig |
OAuth1ProfileContainerConfig.addNewOAuth1Profile()
Appends and returns a new empty value (as xml) as the last "oAuth1Profile" element
|
OAuth10AuthEntryConfig[] |
AuthRepositoryConfig.getOAuth10AuthEntryArray()
Deprecated.
|
OAuth10AuthEntryConfig |
AuthRepositoryConfig.getOAuth10AuthEntryArray(int i)
Gets ith "oAuth10AuthEntry" element
|
OAuth10AuthEntryConfig[] |
OAuth1ProfileContainerConfig.getOAuth1ProfileArray()
Deprecated.
|
OAuth10AuthEntryConfig |
OAuth1ProfileContainerConfig.getOAuth1ProfileArray(int i)
Gets ith "oAuth1Profile" element
|
OAuth10AuthEntryConfig |
AuthRepositoryConfig.insertNewOAuth10AuthEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "oAuth10AuthEntry" element
|
OAuth10AuthEntryConfig |
OAuth1ProfileContainerConfig.insertNewOAuth1Profile(int i)
Inserts and returns a new empty value (as xml) as the ith "oAuth1Profile" element
|
static OAuth10AuthEntryConfig |
OAuth10AuthEntryConfig.Factory.newInstance() |
static OAuth10AuthEntryConfig |
OAuth10AuthEntryConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static OAuth10AuthEntryConfig |
OAuth10AuthEntryConfig.Factory.parse(File file) |
static OAuth10AuthEntryConfig |
OAuth10AuthEntryConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static OAuth10AuthEntryConfig |
OAuth10AuthEntryConfig.Factory.parse(InputStream is) |
static OAuth10AuthEntryConfig |
OAuth10AuthEntryConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static OAuth10AuthEntryConfig |
OAuth10AuthEntryConfig.Factory.parse(Node node) |
static OAuth10AuthEntryConfig |
OAuth10AuthEntryConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static OAuth10AuthEntryConfig |
OAuth10AuthEntryConfig.Factory.parse(Reader r) |
static OAuth10AuthEntryConfig |
OAuth10AuthEntryConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static OAuth10AuthEntryConfig |
OAuth10AuthEntryConfig.Factory.parse(String xmlAsString) |
static OAuth10AuthEntryConfig |
OAuth10AuthEntryConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static OAuth10AuthEntryConfig |
OAuth10AuthEntryConfig.Factory.parse(URL u) |
static OAuth10AuthEntryConfig |
OAuth10AuthEntryConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static OAuth10AuthEntryConfig |
OAuth10AuthEntryConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static OAuth10AuthEntryConfig |
OAuth10AuthEntryConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static OAuth10AuthEntryConfig |
OAuth10AuthEntryConfig.Factory.parse(XMLStreamReader sr) |
static OAuth10AuthEntryConfig |
OAuth10AuthEntryConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<OAuth10AuthEntryConfig> |
AuthRepositoryConfig.getOAuth10AuthEntryList()
Gets a List of "oAuth10AuthEntry" elements
|
List<OAuth10AuthEntryConfig> |
OAuth1ProfileContainerConfig.getOAuth1ProfileList()
Gets a List of "oAuth1Profile" elements
|
Modifier and Type | Method and Description |
---|---|
void |
AuthRepositoryConfig.setOAuth10AuthEntryArray(int i,
OAuth10AuthEntryConfig oAuth10AuthEntry)
Sets ith "oAuth10AuthEntry" element
|
void |
AuthRepositoryConfig.setOAuth10AuthEntryArray(OAuth10AuthEntryConfig[] oAuth10AuthEntryArray)
Sets array of all "oAuth10AuthEntry" element
|
void |
OAuth1ProfileContainerConfig.setOAuth1ProfileArray(int i,
OAuth10AuthEntryConfig oAuth1Profile)
Sets ith "oAuth1Profile" element
|
void |
OAuth1ProfileContainerConfig.setOAuth1ProfileArray(OAuth10AuthEntryConfig[] oAuth1ProfileArray)
Sets array of all "oAuth1Profile" element
|
Modifier and Type | Class and Description |
---|---|
class |
OAuth10AuthEntryConfigImpl
An XML OAuth10AuthEntry(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
OAuth10AuthEntryConfig |
AuthRepositoryConfigImpl.addNewOAuth10AuthEntry()
Appends and returns a new empty value (as xml) as the last "oAuth10AuthEntry" element
|
OAuth10AuthEntryConfig |
OAuth1ProfileContainerConfigImpl.addNewOAuth1Profile()
Appends and returns a new empty value (as xml) as the last "oAuth1Profile" element
|
OAuth10AuthEntryConfig[] |
AuthRepositoryConfigImpl.getOAuth10AuthEntryArray()
Deprecated.
|
OAuth10AuthEntryConfig |
AuthRepositoryConfigImpl.getOAuth10AuthEntryArray(int i)
Gets ith "oAuth10AuthEntry" element
|
OAuth10AuthEntryConfig[] |
OAuth1ProfileContainerConfigImpl.getOAuth1ProfileArray()
Deprecated.
|
OAuth10AuthEntryConfig |
OAuth1ProfileContainerConfigImpl.getOAuth1ProfileArray(int i)
Gets ith "oAuth1Profile" element
|
OAuth10AuthEntryConfig |
AuthRepositoryConfigImpl.insertNewOAuth10AuthEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "oAuth10AuthEntry" element
|
OAuth10AuthEntryConfig |
OAuth1ProfileContainerConfigImpl.insertNewOAuth1Profile(int i)
Inserts and returns a new empty value (as xml) as the ith "oAuth1Profile" element
|
Modifier and Type | Method and Description |
---|---|
List<OAuth10AuthEntryConfig> |
AuthRepositoryConfigImpl.getOAuth10AuthEntryList()
Gets a List of "oAuth10AuthEntry" elements
|
List<OAuth10AuthEntryConfig> |
OAuth1ProfileContainerConfigImpl.getOAuth1ProfileList()
Gets a List of "oAuth1Profile" elements
|
Modifier and Type | Method and Description |
---|---|
void |
AuthRepositoryConfigImpl.setOAuth10AuthEntryArray(int i,
OAuth10AuthEntryConfig oAuth10AuthEntry)
Sets ith "oAuth10AuthEntry" element
|
void |
AuthRepositoryConfigImpl.setOAuth10AuthEntryArray(OAuth10AuthEntryConfig[] oAuth10AuthEntryArray)
Sets array of all "oAuth10AuthEntry" element
|
void |
OAuth1ProfileContainerConfigImpl.setOAuth1ProfileArray(int i,
OAuth10AuthEntryConfig oAuth1Profile)
Sets ith "oAuth1Profile" element
|
void |
OAuth1ProfileContainerConfigImpl.setOAuth1ProfileArray(OAuth10AuthEntryConfig[] oAuth1ProfileArray)
Sets array of all "oAuth1Profile" element
|
Modifier and Type | Method and Description |
---|---|
OAuth10AuthEntryConfig |
AuthEntries.OAuth10AuthEntry.Legacy.getConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
AuthEntries.OAuth10AuthEntry.Legacy.initFromConfig(OAuth10AuthEntryConfig profileConfig) |
Modifier and Type | Method and Description |
---|---|
OAuth10AuthEntryConfig |
OAuth10AuthEntryImpl.getConfig() |
protected OAuth10AuthEntryConfig |
OAuth10AuthEntryImpl.getSelfConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
OAuth10AuthEntryImpl.initFromConfig(OAuth10AuthEntryConfig profileConfig) |
Constructor and Description |
---|
OAuth10AuthEntryImpl(OAuth10AuthEntryConfig oAuth10AuthItemConfig,
com.eviware.soapui.model.ModelItem parentModelItem) |
OAuth1Profile(OAuth10AuthEntryConfig oAuth10AuthItemConfig,
com.eviware.soapui.model.ModelItem parentModelItem) |
Copyright © 2019. All rights reserved.