public interface AccessTokenStatusConfig
extends org.apache.xmlbeans.XmlString
| Modifier and Type | Interface and Description |
|---|---|
static class |
AccessTokenStatusConfig.Enum
Enumeration value class for com.eviware.soapui.config.AccessTokenStatusConfig.
|
static class |
AccessTokenStatusConfig.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static AccessTokenStatusConfig.Enum |
ENTERED_MANUALLY |
static AccessTokenStatusConfig.Enum |
EXPIRED |
static int |
INT_ENTERED_MANUALLY |
static int |
INT_EXPIRED |
static int |
INT_RECEIVED_AUTHORIZATION_CODE |
static int |
INT_RETRIEVAL_CANCELED |
static int |
INT_RETRIEVED_FROM_SERVER |
static int |
INT_UNKNOWN |
static int |
INT_WAITING_FOR_AUTHORIZATION |
static AccessTokenStatusConfig.Enum |
RECEIVED_AUTHORIZATION_CODE |
static AccessTokenStatusConfig.Enum |
RETRIEVAL_CANCELED |
static AccessTokenStatusConfig.Enum |
RETRIEVED_FROM_SERVER |
static org.apache.xmlbeans.SchemaType |
type |
static AccessTokenStatusConfig.Enum |
UNKNOWN |
static AccessTokenStatusConfig.Enum |
WAITING_FOR_AUTHORIZATION |
| 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 AccessTokenStatusConfig.Enum UNKNOWN
static final AccessTokenStatusConfig.Enum ENTERED_MANUALLY
static final AccessTokenStatusConfig.Enum WAITING_FOR_AUTHORIZATION
static final AccessTokenStatusConfig.Enum RECEIVED_AUTHORIZATION_CODE
static final AccessTokenStatusConfig.Enum RETRIEVED_FROM_SERVER
static final AccessTokenStatusConfig.Enum EXPIRED
static final AccessTokenStatusConfig.Enum RETRIEVAL_CANCELED
static final int INT_UNKNOWN
static final int INT_ENTERED_MANUALLY
static final int INT_WAITING_FOR_AUTHORIZATION
static final int INT_RECEIVED_AUTHORIZATION_CODE
static final int INT_RETRIEVED_FROM_SERVER
static final int INT_EXPIRED
static final int INT_RETRIEVAL_CANCELED
Copyright © 2019. All Rights Reserved.