public interface OAuth2FlowConfig
extends org.apache.xmlbeans.XmlString
| Modifier and Type | Interface and Description |
|---|---|
static class |
OAuth2FlowConfig.Enum
Enumeration value class for com.eviware.soapui.config.OAuth2FlowConfig.
|
static class |
OAuth2FlowConfig.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static OAuth2FlowConfig.Enum |
AUTHORIZATION_CODE_GRANT |
static OAuth2FlowConfig.Enum |
CLIENT_CREDENTIALS_GRANT |
static OAuth2FlowConfig.Enum |
IMPLICIT_GRANT |
static int |
INT_AUTHORIZATION_CODE_GRANT |
static int |
INT_CLIENT_CREDENTIALS_GRANT |
static int |
INT_IMPLICIT_GRANT |
static int |
INT_RESOURCE_OWNER_PASSWORD_CREDENTIALS |
static OAuth2FlowConfig.Enum |
RESOURCE_OWNER_PASSWORD_CREDENTIALS |
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 OAuth2FlowConfig.Enum AUTHORIZATION_CODE_GRANT
static final OAuth2FlowConfig.Enum IMPLICIT_GRANT
static final OAuth2FlowConfig.Enum RESOURCE_OWNER_PASSWORD_CREDENTIALS
static final OAuth2FlowConfig.Enum CLIENT_CREDENTIALS_GRANT
static final int INT_AUTHORIZATION_CODE_GRANT
static final int INT_IMPLICIT_GRANT
static final int INT_RESOURCE_OWNER_PASSWORD_CREDENTIALS
static final int INT_CLIENT_CREDENTIALS_GRANT
Copyright © 2019. All Rights Reserved.