public static interface CredentialsConfig.AuthType
extends org.apache.xmlbeans.XmlString
| Modifier and Type | Interface and Description |
|---|---|
static class |
CredentialsConfig.AuthType.Enum
Enumeration value class for com.eviware.soapui.config.CredentialsConfig$AuthType.
|
static class |
CredentialsConfig.AuthType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static CredentialsConfig.AuthType.Enum |
GLOBAL_HTTP_SETTINGS |
static int |
INT_GLOBAL_HTTP_SETTINGS |
static int |
INT_NO_AUTHORIZATION |
static int |
INT_NTLM |
static int |
INT_O_AUTH_1_0 |
static int |
INT_O_AUTH_2_0 |
static int |
INT_PREEMPTIVE |
static int |
INT_SPNEGO_KERBEROS |
static CredentialsConfig.AuthType.Enum |
NO_AUTHORIZATION |
static CredentialsConfig.AuthType.Enum |
NTLM |
static CredentialsConfig.AuthType.Enum |
O_AUTH_1_0 |
static CredentialsConfig.AuthType.Enum |
O_AUTH_2_0 |
static CredentialsConfig.AuthType.Enum |
PREEMPTIVE |
static CredentialsConfig.AuthType.Enum |
SPNEGO_KERBEROS |
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xmlbeans.StringEnumAbstractBase |
enumValue() |
void |
set(org.apache.xmlbeans.StringEnumAbstractBase e) |
getStringValue, set, setStringValue, stringValuechangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final org.apache.xmlbeans.SchemaType type
static final CredentialsConfig.AuthType.Enum GLOBAL_HTTP_SETTINGS
static final CredentialsConfig.AuthType.Enum PREEMPTIVE
static final CredentialsConfig.AuthType.Enum NTLM
static final CredentialsConfig.AuthType.Enum SPNEGO_KERBEROS
static final CredentialsConfig.AuthType.Enum O_AUTH_2_0
static final CredentialsConfig.AuthType.Enum O_AUTH_1_0
static final CredentialsConfig.AuthType.Enum NO_AUTHORIZATION
static final int INT_GLOBAL_HTTP_SETTINGS
static final int INT_PREEMPTIVE
static final int INT_NTLM
static final int INT_SPNEGO_KERBEROS
static final int INT_O_AUTH_2_0
static final int INT_O_AUTH_1_0
static final int INT_NO_AUTHORIZATION
Copyright © 2019. All Rights Reserved.