public final class ExtensionOAuthConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCESS_TOKEN_URL_PARAMETER_NAME
The name of the parameter on which the access token Url is configured
|
static String |
AFTER_FLOW_PARAMETER_NAME
The name of the parameter on which the after flow is configured
|
static String |
AUTHORIZATION_URL_PARAMETER_NAME
The name of the parameter on which the authorization Url is configured
|
static String |
BEFORE_FLOW_PARAMETER_NAME
The name of the parameter on which the before flow is configured
|
static String |
CALLBACK_PATH_PARAMETER_NAME
The name of the parameter on which the path of the OAuth callback is configured
|
static String |
CLIENT_ID_PARAMETER_NAME
The name of the parameter on which the OAuth client id is configured
|
static String |
CLIENT_SECRET_PARAMETER_NAME
The name of the parameter on which the OAuth client secret is configured
|
static String |
CONSUMER_KEY_PARAMETER_NAME
The name of the parameter on which the OAuth consumer key is configured
|
static String |
CONSUMER_SECRET_PARAMETER_NAME
The name of the parameter on which the OAuth consumer secret is configured
|
static String |
EXTERNAL_CALLBACK_URL_PARAMETER_NAME
The name of the parameter on which the external callback URL is configured
|
static String |
LISTENER_CONFIG_PARAMETER_NAME
The name of the parameter on which a custom Http listener is configured
|
static String |
LOCAL_AUTHORIZE_PATH_PARAMETER_NAME
The name of the parameter on which the path of the local authorization url is configured
|
static String |
OAUTH_AUTHORIZATION_CODE_GROUP_DISPLAY_NAME
The display name of the
ParameterGroupModel in which all the Authorization-Code grant type
related parameters are to be placed. |
static String |
OAUTH_AUTHORIZATION_CODE_GROUP_NAME
The name of the
ParameterGroupModel in which all the Authorization-Code grant type
related parameters are to be placed. |
static String |
OAUTH_CALLBACK_GROUP_DISPLAY_NAME
The display name of the
ParameterGroupModel in which all the OAuth callback
related parameters are to be placed. |
static String |
OAUTH_CALLBACK_GROUP_NAME
The name of the
ParameterGroupModel in which all the OAuth callback
related parameters are to be placed. |
static String |
OAUTH_CLIENT_CREDENTIALS_GROUP_DISPLAY_NAME
The display name of the
ParameterGroupModel in which all the Client Credentials grant type
related parameters are to be placed. |
static String |
OAUTH_CLIENT_CREDENTIALS_GROUP_NAME
The name of the
ParameterGroupModel in which all the Authorization-Code grant type
related parameters are to be placed. |
static String |
OAUTH_STORE_CONFIG_GROUP_DISPLAY_NAME
The display name of the
ParameterGroupModel in which all the store config
related parameters are to be placed. |
static String |
OAUTH_STORE_CONFIG_GROUP_NAME
The name of the
ParameterGroupModel in which all the store config
related parameters are to be placed. |
static String |
OBJECT_STORE_PARAMETER_NAME
The name of the parameter on which the name of a custom object store is configured
|
static String |
PLATFORM_MANAGED_CONNECTION_ID_PARAMETER_DESCRIPTION
The description of the ConnectionProvider parameter for the ID that identifies a Platform Managed OAuth connection.
|
static String |
PLATFORM_MANAGED_CONNECTION_ID_PARAMETER_DISPLAY_NAME
The display name of the ConnectionProvider parameter for the ID that identifies a Platform Managed OAuth connection.
|
static String |
PLATFORM_MANAGED_CONNECTION_ID_PARAMETER_NAME
The name of the ConnectionProvider parameter for the ID that identifies a Platform Managed OAuth connection.
|
static String |
PLATFORM_MANAGED_CONNECTION_PROVIDER_DESCRIPTION
The description of the synthetic connection provider which allows to use Platform Managed OAuth Connections
|
static String |
PLATFORM_MANAGED_CONNECTION_PROVIDER_NAME
The name of the synthetic connection provider which allows to use Platform Managed OAuth Connections
|
static String |
RESOURCE_OWNER_ID_PARAMETER_NAME
The name of the parameter on which the id of the user to be authenticated is configured
|
static String |
SCOPES_PARAMETER_NAME
The name of the parameter on which the scopes are configured
|
static String |
TOKEN_URL_PARAMETER_NAME
The name of the parameter on which the OAuth token Url is configured
|
static String |
UNAUTHORIZE_OPERATION_NAME
The name of the synthetic operation used to invalidate authorizations.
|
public static final String OAUTH_AUTHORIZATION_CODE_GROUP_NAME
ParameterGroupModel in which all the Authorization-Code grant type
related parameters are to be placed.public static final String OAUTH_CLIENT_CREDENTIALS_GROUP_NAME
ParameterGroupModel in which all the Authorization-Code grant type
related parameters are to be placed.public static final String OAUTH_AUTHORIZATION_CODE_GROUP_DISPLAY_NAME
ParameterGroupModel in which all the Authorization-Code grant type
related parameters are to be placed.public static final String OAUTH_CLIENT_CREDENTIALS_GROUP_DISPLAY_NAME
ParameterGroupModel in which all the Client Credentials grant type
related parameters are to be placed.public static final String OAUTH_CALLBACK_GROUP_NAME
ParameterGroupModel in which all the OAuth callback
related parameters are to be placed.public static final String OAUTH_CALLBACK_GROUP_DISPLAY_NAME
ParameterGroupModel in which all the OAuth callback
related parameters are to be placed.public static final String OAUTH_STORE_CONFIG_GROUP_NAME
ParameterGroupModel in which all the store config
related parameters are to be placed.public static final String OAUTH_STORE_CONFIG_GROUP_DISPLAY_NAME
ParameterGroupModel in which all the store config
related parameters are to be placed.public static final String CONSUMER_KEY_PARAMETER_NAME
public static final String CONSUMER_SECRET_PARAMETER_NAME
public static final String CLIENT_ID_PARAMETER_NAME
public static final String CLIENT_SECRET_PARAMETER_NAME
public static final String AUTHORIZATION_URL_PARAMETER_NAME
public static final String ACCESS_TOKEN_URL_PARAMETER_NAME
public static final String TOKEN_URL_PARAMETER_NAME
public static final String SCOPES_PARAMETER_NAME
public static final String RESOURCE_OWNER_ID_PARAMETER_NAME
public static final String BEFORE_FLOW_PARAMETER_NAME
public static final String AFTER_FLOW_PARAMETER_NAME
public static final String LISTENER_CONFIG_PARAMETER_NAME
public static final String CALLBACK_PATH_PARAMETER_NAME
public static final String EXTERNAL_CALLBACK_URL_PARAMETER_NAME
public static final String LOCAL_AUTHORIZE_PATH_PARAMETER_NAME
public static final String OBJECT_STORE_PARAMETER_NAME
public static final String UNAUTHORIZE_OPERATION_NAME
@Experimental public static final String PLATFORM_MANAGED_CONNECTION_PROVIDER_NAME
Platform Managed OAuth is an experimental feature. It will only be enabled on selected environments and scenarios. Backwards compatibility is not guaranteed.
@Experimental public static final String PLATFORM_MANAGED_CONNECTION_PROVIDER_DESCRIPTION
Platform Managed OAuth is an experimental feature. It will only be enabled on selected environments and scenarios. Backwards compatibility is not guaranteed.
@Experimental public static final String PLATFORM_MANAGED_CONNECTION_ID_PARAMETER_NAME
Platform Managed OAuth is an experimental feature. It will only be enabled on selected environments and scenarios. Backwards compatibility is not guaranteed.
@Experimental public static final String PLATFORM_MANAGED_CONNECTION_ID_PARAMETER_DISPLAY_NAME
Platform Managed OAuth is an experimental feature. It will only be enabled on selected environments and scenarios. Backwards compatibility is not guaranteed.
@Experimental public static final String PLATFORM_MANAGED_CONNECTION_ID_PARAMETER_DESCRIPTION
Platform Managed OAuth is an experimental feature. It will only be enabled on selected environments and scenarios. Backwards compatibility is not guaranteed.
Copyright © 2020 MuleSoft, Inc.. All rights reserved.