public final class ConnectivityVocabulary extends Object
This class IS NOT part of the API. To be used by the Mule Runtime only
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCOUNT_ID
A property that describes an Account ID.
|
static String |
API_KEY
A property that describes an API Key.
|
static String |
API_KEY_AUTH_CONNECTION
Describes a connection that uses an ApiKey as it's authentication method.
|
static String |
BASIC_AUTH_CONNECTION
Describes a connection that uses Basic as it's authentication method.
|
static String |
CLIENT_ID
A property that describes a client id.
|
static String |
CLIENT_SECRET
A property that describes a password.
|
static String |
CONNECTION
Describes a connection and it's authentication details.
|
static String |
CONNECTION_ID
A property that describes a connection ID.
|
static String |
CONNECTIVITY_PREFIX
The prefix for terms exclusive to the connectivity domain
|
static String |
DIGEST_AUTH_CONNECTION
Describes a connection that uses Digest as it's authentication method.
|
static String |
DOMAIN
A network domain (whatever the underlying protocol)
|
static String |
ENCODING
Describes an encoding property
|
static String |
ENDPOINT
EndPoint in the API holding a number of executable operations
|
static String |
HOST
A property that describes a host to connect to a system.
|
static String |
KERBEROS_AUTH_CONNECTION
Describes a connection that uses Kerberos as it's authentication method.
|
static String |
NTLM_DOMAIN
A property that describes a port to connect to a system.
|
static String |
NTLM_PROXY_CONFIGURATION
Proxy Configuration for a connection.
|
static String |
NTLM_PROXY_CONFIGURATION_PARAMETER
Proxy Configuration for a connection.
|
static String |
OAUTH_AUTHORIZATION_CODE_CONNECTION
A connection that uses the OAuth Authorization Code grant type authorization method.
|
static String |
OAUTH_CLIENT_CREDENTIALS_CONNECTION
A connection that uses the OAuth Client Credentials grant type authorization method.
|
static String |
OAUTH_PLATFORM_MANAGED_CONNECTION
Describes a connection that uses OCS for authentication.
|
static String |
PASSWORD
A property that describes a password.
|
static String |
PORT
A property that describes a port to connect to a system.
|
static String |
PROXY_CONFIGURATION_PARAMETER
A parameter which value holds a proxy configuration
|
static String |
PROXY_CONFIGURATION_TYPE
A custom type which models a Proxy Configuration
|
static String |
SCALAR_SECRET
A property that should be encrypted and it's content represents a plain value.
|
static String |
SECRET
A property which value should be encrypted.
|
static String |
SECRET_TOKEN
A property that describes a secret token.
|
static String |
SECURITY_TOKEN
A property that describes a security token.
|
static String |
SESSION_ID
A property that describes a session ID.
|
static String |
TENANT
A property that describes a unique tenant as part of a system.
|
static String |
TOKEN_ID
A property that describes a Token ID.
|
static String |
TOKEN_URL
A token URL (potentially a template)
|
static String |
UNSECURED_CONNECTION
Describes a connection which doesn't support any type of authentication.
|
static String |
URL_PATH
Path template for an endpoint
|
static String |
URL_TEMPLATE
An URL (potentially a template)
|
static String |
USERNAME
A property that describes an username to connect to a system.
|
public static final String CONNECTIVITY_PREFIX
public static final String URL_TEMPLATE
public static final String TOKEN_URL
public static final String ENCODING
public static final String ENDPOINT
public static final String URL_PATH
public static final String CONNECTION
public static final String UNSECURED_CONNECTION
public static final String BASIC_AUTH_CONNECTION
public static final String DIGEST_AUTH_CONNECTION
public static final String KERBEROS_AUTH_CONNECTION
public static final String API_KEY_AUTH_CONNECTION
public static final String OAUTH_AUTHORIZATION_CODE_CONNECTION
public static final String OAUTH_CLIENT_CREDENTIALS_CONNECTION
public static final String OAUTH_PLATFORM_MANAGED_CONNECTION
public static final String PROXY_CONFIGURATION_TYPE
public static final String PROXY_CONFIGURATION_PARAMETER
public static final String NTLM_PROXY_CONFIGURATION
public static final String NTLM_PROXY_CONFIGURATION_PARAMETER
public static final String SECRET
public static final String SCALAR_SECRET
public static final String CLIENT_ID
public static final String CLIENT_SECRET
public static final String TOKEN_ID
public static final String PASSWORD
public static final String API_KEY
public static final String SECRET_TOKEN
public static final String SECURITY_TOKEN
public static final String SESSION_ID
public static final String CONNECTION_ID
public static final String ACCOUNT_ID
public static final String TENANT
public static final String USERNAME
public static final String HOST
public static final String PORT
public static final String NTLM_DOMAIN
public static final String DOMAIN
Copyright © 2022 MuleSoft, Inc.. All rights reserved.