public interface CredentialsConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static interface |
CredentialsConfig.AuthType
An XML authType(@http://eviware.com/soapui/config).
|
static class |
CredentialsConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
void |
addAddedBasicAuthenticationTypes(String addedBasicAuthenticationTypes)
Appends the value as the last "addedBasicAuthenticationTypes" element
|
org.apache.xmlbeans.XmlString |
addNewAddedBasicAuthenticationTypes()
Appends and returns a new empty value (as xml) as the last "addedBasicAuthenticationTypes" element
|
String[] |
getAddedBasicAuthenticationTypesArray()
Deprecated.
|
String |
getAddedBasicAuthenticationTypesArray(int i)
Gets ith "addedBasicAuthenticationTypes" element
|
List<String> |
getAddedBasicAuthenticationTypesList()
Gets a List of "addedBasicAuthenticationTypes" elements
|
CredentialsConfig.AuthType.Enum |
getAuthType()
Gets the "authType" element
|
String |
getDomain()
Gets the "domain" element
|
String |
getPassword()
Gets the "password" element
|
boolean |
getPreemptive()
Gets the "preemptive" element
|
String |
getSelectedAuthProfile()
Gets the "selectedAuthProfile" element
|
String |
getUsername()
Gets the "username" element
|
void |
insertAddedBasicAuthenticationTypes(int i,
String addedBasicAuthenticationTypes)
Inserts the value as the ith "addedBasicAuthenticationTypes" element
|
org.apache.xmlbeans.XmlString |
insertNewAddedBasicAuthenticationTypes(int i)
Inserts and returns a new empty value (as xml) as the ith "addedBasicAuthenticationTypes" element
|
boolean |
isSetDomain()
True if has "domain" element
|
boolean |
isSetPassword()
True if has "password" element
|
boolean |
isSetPreemptive()
True if has "preemptive" element
|
boolean |
isSetSelectedAuthProfile()
True if has "selectedAuthProfile" element
|
boolean |
isSetUsername()
True if has "username" element
|
void |
removeAddedBasicAuthenticationTypes(int i)
Removes the ith "addedBasicAuthenticationTypes" element
|
void |
setAddedBasicAuthenticationTypesArray(int i,
String addedBasicAuthenticationTypes)
Sets ith "addedBasicAuthenticationTypes" element
|
void |
setAddedBasicAuthenticationTypesArray(String[] addedBasicAuthenticationTypesArray)
Sets array of all "addedBasicAuthenticationTypes" element
|
void |
setAuthType(CredentialsConfig.AuthType.Enum authType)
Sets the "authType" element
|
void |
setDomain(String domain)
Sets the "domain" element
|
void |
setPassword(String password)
Sets the "password" element
|
void |
setPreemptive(boolean preemptive)
Sets the "preemptive" element
|
void |
setSelectedAuthProfile(String selectedAuthProfile)
Sets the "selectedAuthProfile" element
|
void |
setUsername(String username)
Sets the "username" element
|
int |
sizeOfAddedBasicAuthenticationTypesArray()
Returns number of "addedBasicAuthenticationTypes" element
|
void |
unsetDomain()
Unsets the "domain" element
|
void |
unsetPassword()
Unsets the "password" element
|
void |
unsetPreemptive()
Unsets the "preemptive" element
|
void |
unsetSelectedAuthProfile()
Unsets the "selectedAuthProfile" element
|
void |
unsetUsername()
Unsets the "username" element
|
org.apache.xmlbeans.XmlString[] |
xgetAddedBasicAuthenticationTypesArray()
Deprecated.
|
org.apache.xmlbeans.XmlString |
xgetAddedBasicAuthenticationTypesArray(int i)
Gets (as xml) ith "addedBasicAuthenticationTypes" element
|
List<org.apache.xmlbeans.XmlString> |
xgetAddedBasicAuthenticationTypesList()
Gets (as xml) a List of "addedBasicAuthenticationTypes" elements
|
CredentialsConfig.AuthType |
xgetAuthType()
Gets (as xml) the "authType" element
|
org.apache.xmlbeans.XmlString |
xgetDomain()
Gets (as xml) the "domain" element
|
org.apache.xmlbeans.XmlString |
xgetPassword()
Gets (as xml) the "password" element
|
org.apache.xmlbeans.XmlBoolean |
xgetPreemptive()
Gets (as xml) the "preemptive" element
|
org.apache.xmlbeans.XmlString |
xgetSelectedAuthProfile()
Gets (as xml) the "selectedAuthProfile" element
|
org.apache.xmlbeans.XmlString |
xgetUsername()
Gets (as xml) the "username" element
|
void |
xsetAddedBasicAuthenticationTypesArray(int i,
org.apache.xmlbeans.XmlString addedBasicAuthenticationTypes)
Sets (as xml) ith "addedBasicAuthenticationTypes" element
|
void |
xsetAddedBasicAuthenticationTypesArray(org.apache.xmlbeans.XmlString[] addedBasicAuthenticationTypesArray)
Sets (as xml) array of all "addedBasicAuthenticationTypes" element
|
void |
xsetAuthType(CredentialsConfig.AuthType authType)
Sets (as xml) the "authType" element
|
void |
xsetDomain(org.apache.xmlbeans.XmlString domain)
Sets (as xml) the "domain" element
|
void |
xsetPassword(org.apache.xmlbeans.XmlString password)
Sets (as xml) the "password" element
|
void |
xsetPreemptive(org.apache.xmlbeans.XmlBoolean preemptive)
Sets (as xml) the "preemptive" element
|
void |
xsetSelectedAuthProfile(org.apache.xmlbeans.XmlString selectedAuthProfile)
Sets (as xml) the "selectedAuthProfile" element
|
void |
xsetUsername(org.apache.xmlbeans.XmlString username)
Sets (as xml) the "username" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String getUsername()
org.apache.xmlbeans.XmlString xgetUsername()
boolean isSetUsername()
void setUsername(String username)
void xsetUsername(org.apache.xmlbeans.XmlString username)
void unsetUsername()
String getPassword()
org.apache.xmlbeans.XmlString xgetPassword()
boolean isSetPassword()
void setPassword(String password)
void xsetPassword(org.apache.xmlbeans.XmlString password)
void unsetPassword()
String getDomain()
org.apache.xmlbeans.XmlString xgetDomain()
boolean isSetDomain()
void setDomain(String domain)
void xsetDomain(org.apache.xmlbeans.XmlString domain)
void unsetDomain()
String getSelectedAuthProfile()
org.apache.xmlbeans.XmlString xgetSelectedAuthProfile()
boolean isSetSelectedAuthProfile()
void setSelectedAuthProfile(String selectedAuthProfile)
void xsetSelectedAuthProfile(org.apache.xmlbeans.XmlString selectedAuthProfile)
void unsetSelectedAuthProfile()
List<String> getAddedBasicAuthenticationTypesList()
String[] getAddedBasicAuthenticationTypesArray()
String getAddedBasicAuthenticationTypesArray(int i)
List<org.apache.xmlbeans.XmlString> xgetAddedBasicAuthenticationTypesList()
org.apache.xmlbeans.XmlString[] xgetAddedBasicAuthenticationTypesArray()
org.apache.xmlbeans.XmlString xgetAddedBasicAuthenticationTypesArray(int i)
int sizeOfAddedBasicAuthenticationTypesArray()
void setAddedBasicAuthenticationTypesArray(String[] addedBasicAuthenticationTypesArray)
void setAddedBasicAuthenticationTypesArray(int i, String addedBasicAuthenticationTypes)
void xsetAddedBasicAuthenticationTypesArray(org.apache.xmlbeans.XmlString[] addedBasicAuthenticationTypesArray)
void xsetAddedBasicAuthenticationTypesArray(int i, org.apache.xmlbeans.XmlString addedBasicAuthenticationTypes)
void insertAddedBasicAuthenticationTypes(int i, String addedBasicAuthenticationTypes)
void addAddedBasicAuthenticationTypes(String addedBasicAuthenticationTypes)
org.apache.xmlbeans.XmlString insertNewAddedBasicAuthenticationTypes(int i)
org.apache.xmlbeans.XmlString addNewAddedBasicAuthenticationTypes()
void removeAddedBasicAuthenticationTypes(int i)
boolean getPreemptive()
org.apache.xmlbeans.XmlBoolean xgetPreemptive()
boolean isSetPreemptive()
void setPreemptive(boolean preemptive)
void xsetPreemptive(org.apache.xmlbeans.XmlBoolean preemptive)
void unsetPreemptive()
CredentialsConfig.AuthType.Enum getAuthType()
CredentialsConfig.AuthType xgetAuthType()
void setAuthType(CredentialsConfig.AuthType.Enum authType)
void xsetAuthType(CredentialsConfig.AuthType authType)
Copyright © 2019. All Rights Reserved.