Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.support | |
com.eviware.soapui.impl.wsdl.submit.filters |
Available RequestFilters
|
Modifier and Type | Field and Description |
---|---|
static CredentialsConfig.AuthType.Enum |
CredentialsConfig.AuthType.GLOBAL_HTTP_SETTINGS |
static CredentialsConfig.AuthType.Enum |
CredentialsConfig.AuthType.NO_AUTHORIZATION |
static CredentialsConfig.AuthType.Enum |
CredentialsConfig.AuthType.NTLM |
static CredentialsConfig.AuthType.Enum |
CredentialsConfig.AuthType.O_AUTH_1_0 |
static CredentialsConfig.AuthType.Enum |
CredentialsConfig.AuthType.O_AUTH_2_0 |
static CredentialsConfig.AuthType.Enum |
CredentialsConfig.AuthType.PREEMPTIVE |
static CredentialsConfig.AuthType.Enum |
CredentialsConfig.AuthType.SPNEGO_KERBEROS |
Modifier and Type | Method and Description |
---|---|
static CredentialsConfig.AuthType.Enum |
CredentialsConfig.AuthType.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none.
|
static CredentialsConfig.AuthType.Enum |
CredentialsConfig.AuthType.Enum.forString(String s)
Returns the enum value for a string, or null if none.
|
CredentialsConfig.AuthType.Enum |
CredentialsConfig.getAuthType()
Gets the "authType" element
|
Modifier and Type | Method and Description |
---|---|
void |
CredentialsConfig.setAuthType(CredentialsConfig.AuthType.Enum authType)
Sets the "authType" element
|
Modifier and Type | Method and Description |
---|---|
CredentialsConfig.AuthType.Enum |
CredentialsConfigImpl.getAuthType()
Gets the "authType" element
|
Modifier and Type | Method and Description |
---|---|
void |
CredentialsConfigImpl.setAuthType(CredentialsConfig.AuthType.Enum authType)
Sets the "authType" element
|
Modifier and Type | Method and Description |
---|---|
CredentialsConfig.AuthType.Enum |
AbstractHttpRequest.getBasicAuthType(String selectedProfile) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractHttpRequest.setSelectedAuthProfileAndAuthType(String authProfile,
CredentialsConfig.AuthType.Enum authType) |
Modifier and Type | Method and Description |
---|---|
static void |
HttpAuthenticationRequestFilter.initRequestCredentials(SubmitContext context,
String username,
Settings settings,
String password,
String domain,
CredentialsConfig.AuthType.Enum authType) |
Copyright © 2019. All Rights Reserved.