Class ExtensionOAuthConstants
- Since:
- 1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the parameter on which the access token Url is configuredstatic final StringThe name of the parameter on which the after flow is configuredstatic final StringThe name of the parameter on which the authorization Url is configuredstatic final StringThe name of the parameter on which the before flow is configuredstatic final StringThe name of the parameter on which the path of the OAuth callback is configuredstatic final StringThe name of the parameter on which the OAuth client id is configuredstatic final StringThe name of the parameter on which the OAuth client secret is configuredstatic final StringThe name of the parameter on which the OAuth consumer key is configuredstatic final StringThe name of the parameter on which the OAuth consumer secret is configuredstatic final StringThe name of the parameter on which the external callback URL is configuredstatic final StringThe name of the parameter on which a custom Http listener is configuredstatic final StringThe name of the parameter on which the path of the local authorization url is configuredstatic final StringThe display name of theParameterGroupModelin which all the Authorization-Code grant type related parameters are to be placed.static final StringThe name of theParameterGroupModelin which all the Authorization-Code grant type related parameters are to be placed.static final StringThe display name of theParameterGroupModelin which all the OAuth callback related parameters are to be placed.static final StringThe name of theParameterGroupModelin which all the OAuth callback related parameters are to be placed.static final StringThe display name of theParameterGroupModelin which all the Client Credentials grant type related parameters are to be placed.static final StringThe name of theParameterGroupModelin which all the Authorization-Code grant type related parameters are to be placed.static final StringThe display name of theParameterGroupModelin which all the store config related parameters are to be placed.static final StringThe name of theParameterGroupModelin which all the store config related parameters are to be placed.static final StringThe name of the parameter on which the name of a custom object store is configuredstatic final StringThe description of the ConnectionProvider parameter for the ID that identifies a Platform Managed OAuth connection.static final StringThe display name of the ConnectionProvider parameter for the ID that identifies a Platform Managed OAuth connection.static final StringThe name of the ConnectionProvider parameter for the ID that identifies a Platform Managed OAuth connection.static final StringThe description of the synthetic connection provider which allows to use Platform Managed OAuth Connectionsstatic final StringThe name of the synthetic connection provider which allows to use Platform Managed OAuth Connectionsstatic final StringThe name of the parameter on which the id of the user to be authenticated is configuredstatic final StringThe name of the parameter on which the scopes are configuredstatic final StringThe name of the parameter on which the OAuth token Url is configuredstatic final StringThe name of the synthetic operation used to invalidate authorizations. -
Method Summary
-
Field Details
-
OAUTH_AUTHORIZATION_CODE_GROUP_NAME
The name of theParameterGroupModelin which all the Authorization-Code grant type related parameters are to be placed.- See Also:
-
OAUTH_CLIENT_CREDENTIALS_GROUP_NAME
The name of theParameterGroupModelin which all the Authorization-Code grant type related parameters are to be placed.- See Also:
-
OAUTH_AUTHORIZATION_CODE_GROUP_DISPLAY_NAME
The display name of theParameterGroupModelin which all the Authorization-Code grant type related parameters are to be placed.- See Also:
-
OAUTH_CLIENT_CREDENTIALS_GROUP_DISPLAY_NAME
The display name of theParameterGroupModelin which all the Client Credentials grant type related parameters are to be placed.- See Also:
-
OAUTH_CALLBACK_GROUP_NAME
The name of theParameterGroupModelin which all the OAuth callback related parameters are to be placed.- See Also:
-
OAUTH_CALLBACK_GROUP_DISPLAY_NAME
The display name of theParameterGroupModelin which all the OAuth callback related parameters are to be placed.- See Also:
-
OAUTH_STORE_CONFIG_GROUP_NAME
The name of theParameterGroupModelin which all the store config related parameters are to be placed.- See Also:
-
OAUTH_STORE_CONFIG_GROUP_DISPLAY_NAME
The display name of theParameterGroupModelin which all the store config related parameters are to be placed.- See Also:
-
CONSUMER_KEY_PARAMETER_NAME
The name of the parameter on which the OAuth consumer key is configured- See Also:
-
CONSUMER_SECRET_PARAMETER_NAME
The name of the parameter on which the OAuth consumer secret is configured- See Also:
-
CLIENT_ID_PARAMETER_NAME
The name of the parameter on which the OAuth client id is configured- See Also:
-
CLIENT_SECRET_PARAMETER_NAME
The name of the parameter on which the OAuth client secret is configured- See Also:
-
AUTHORIZATION_URL_PARAMETER_NAME
The name of the parameter on which the authorization Url is configured- See Also:
-
ACCESS_TOKEN_URL_PARAMETER_NAME
The name of the parameter on which the access token Url is configured- See Also:
-
TOKEN_URL_PARAMETER_NAME
The name of the parameter on which the OAuth token Url is configured- See Also:
-
SCOPES_PARAMETER_NAME
The name of the parameter on which the scopes are configured- See Also:
-
RESOURCE_OWNER_ID_PARAMETER_NAME
The name of the parameter on which the id of the user to be authenticated is configured- See Also:
-
BEFORE_FLOW_PARAMETER_NAME
The name of the parameter on which the before flow is configured- See Also:
-
AFTER_FLOW_PARAMETER_NAME
The name of the parameter on which the after flow is configured- See Also:
-
LISTENER_CONFIG_PARAMETER_NAME
The name of the parameter on which a custom Http listener is configured- See Also:
-
CALLBACK_PATH_PARAMETER_NAME
The name of the parameter on which the path of the OAuth callback is configured- See Also:
-
EXTERNAL_CALLBACK_URL_PARAMETER_NAME
The name of the parameter on which the external callback URL is configured- See Also:
-
LOCAL_AUTHORIZE_PATH_PARAMETER_NAME
The name of the parameter on which the path of the local authorization url is configured- See Also:
-
OBJECT_STORE_PARAMETER_NAME
The name of the parameter on which the name of a custom object store is configured- See Also:
-
UNAUTHORIZE_OPERATION_NAME
The name of the synthetic operation used to invalidate authorizations.- See Also:
-
PLATFORM_MANAGED_CONNECTION_PROVIDER_NAME
The name of the synthetic connection provider which allows to use Platform Managed OAuth ConnectionsPlatform Managed OAuth is an experimental feature. It will only be enabled on selected environments and scenarios. Backwards compatibility is not guaranteed.
- Since:
- 1.3.0
- See Also:
-
PLATFORM_MANAGED_CONNECTION_PROVIDER_DESCRIPTION
The description of the synthetic connection provider which allows to use Platform Managed OAuth ConnectionsPlatform Managed OAuth is an experimental feature. It will only be enabled on selected environments and scenarios. Backwards compatibility is not guaranteed.
- Since:
- 1.3.0
- See Also:
-
PLATFORM_MANAGED_CONNECTION_ID_PARAMETER_NAME
The name of the ConnectionProvider parameter for the ID that identifies a Platform Managed OAuth connection.Platform Managed OAuth is an experimental feature. It will only be enabled on selected environments and scenarios. Backwards compatibility is not guaranteed.
- Since:
- 1.3.0
- See Also:
-
PLATFORM_MANAGED_CONNECTION_ID_PARAMETER_DISPLAY_NAME
The display name of the ConnectionProvider parameter for the ID that identifies a Platform Managed OAuth connection.Platform Managed OAuth is an experimental feature. It will only be enabled on selected environments and scenarios. Backwards compatibility is not guaranteed.
- Since:
- 1.3.0
- See Also:
-
PLATFORM_MANAGED_CONNECTION_ID_PARAMETER_DESCRIPTION
The description of the ConnectionProvider parameter for the ID that identifies a Platform Managed OAuth connection.Platform Managed OAuth is an experimental feature. It will only be enabled on selected environments and scenarios. Backwards compatibility is not guaranteed.
- Since:
- 1.3.0
- See Also:
-