Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Field and Description |
---|---|
static OAuth2FlowConfig.Enum |
OAuth2FlowConfig.AUTHORIZATION_CODE_GRANT |
static OAuth2FlowConfig.Enum |
OAuth2FlowConfig.CLIENT_CREDENTIALS_GRANT |
static OAuth2FlowConfig.Enum |
OAuth2FlowConfig.IMPLICIT_GRANT |
static OAuth2FlowConfig.Enum |
OAuth2FlowConfig.RESOURCE_OWNER_PASSWORD_CREDENTIALS |
Modifier and Type | Method and Description |
---|---|
static OAuth2FlowConfig.Enum |
OAuth2FlowConfig.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none.
|
static OAuth2FlowConfig.Enum |
OAuth2FlowConfig.Enum.forString(String s)
Returns the enum value for a string, or null if none.
|
OAuth2FlowConfig.Enum |
OAuth2ProfileConfig.getOAuth2Flow()
Gets the "oAuth2Flow" element
|
Modifier and Type | Method and Description |
---|---|
void |
OAuth2ProfileConfig.setOAuth2Flow(OAuth2FlowConfig.Enum oAuth2Flow)
Sets the "oAuth2Flow" element
|
Modifier and Type | Method and Description |
---|---|
OAuth2FlowConfig.Enum |
OAuth2ProfileConfigImpl.getOAuth2Flow()
Gets the "oAuth2Flow" element
|
Modifier and Type | Method and Description |
---|---|
void |
OAuth2ProfileConfigImpl.setOAuth2Flow(OAuth2FlowConfig.Enum oAuth2Flow)
Sets the "oAuth2Flow" element
|
Copyright © 2019. All Rights Reserved.