Class ConnectivityVocabulary
java.lang.Object
org.mule.runtime.extension.privileged.semantic.ConnectivityVocabulary
A set of constants which represent the Anypoint model vocabulary terms which are relevant to the connectivity domain
This class IS NOT part of the API. To be used by the Mule Runtime only
- Since:
- 1.5.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA property that describes an Account ID.static final StringA property that describes an API Key.static final StringDescribes a connection that uses an ApiKey as it's authentication method.static final StringDescribes a connection that uses Basic as it's authentication method.static final StringA property that describes a client id.static final StringA property that describes a password.static final StringDescribes a connection and it's authentication details.static final StringA property that describes a connection ID.static final StringThe prefix for terms exclusive to the connectivity domainstatic final StringDescribes a connection that uses Digest as it's authentication method.static final StringA network domain (whatever the underlying protocol)static final StringDescribes an encoding propertystatic final StringEndPoint in the API holding a number of executable operationsstatic final StringA property that describes a host to connect to a system.static final StringDescribes a connection that uses Kerberos as it's authentication method.static final StringA property that describes a port to connect to a system.static final StringProxy Configuration for a connection.static final StringProxy Configuration for a connection.static final StringA connection that uses the OAuth Authorization Code grant type authorization method.static final StringA connection that uses the OAuth Client Credentials grant type authorization method.static final StringDescribes a connection that uses OCS for authentication.static final StringA property that describes a password.static final StringA property that describes a port to connect to a system.static final StringA parameter which value holds a proxy configurationstatic final StringA custom type which models a Proxy Configurationstatic final StringA property that should be encrypted and it's content represents a plain value.static final StringA property which value should be encrypted.static final StringA property that describes a secret token.static final StringA property that describes a security token.static final StringA property that describes a session ID.static final StringA property that describes a unique tenant as part of a system.static final StringA property that describes a Token ID.static final StringA token URL (potentially a template)static final StringDescribes a connection which doesn't support any type of authentication.static final StringPath template for an endpointstatic final StringAn URL (potentially a template)static final StringA property that describes an username to connect to a system. -
Method Summary
-
Field Details
-
CONNECTIVITY_PREFIX
The prefix for terms exclusive to the connectivity domain- See Also:
-
URL_TEMPLATE
An URL (potentially a template)- See Also:
-
TOKEN_URL
A token URL (potentially a template)- See Also:
-
ENCODING
Describes an encoding property- See Also:
-
ENDPOINT
EndPoint in the API holding a number of executable operations- See Also:
-
URL_PATH
Path template for an endpoint- See Also:
-
CONNECTION
Describes a connection and it's authentication details.- See Also:
-
UNSECURED_CONNECTION
Describes a connection which doesn't support any type of authentication.- See Also:
-
BASIC_AUTH_CONNECTION
Describes a connection that uses Basic as it's authentication method.- See Also:
-
DIGEST_AUTH_CONNECTION
Describes a connection that uses Digest as it's authentication method.- See Also:
-
KERBEROS_AUTH_CONNECTION
Describes a connection that uses Kerberos as it's authentication method.- See Also:
-
API_KEY_AUTH_CONNECTION
Describes a connection that uses an ApiKey as it's authentication method.- See Also:
-
OAUTH_AUTHORIZATION_CODE_CONNECTION
A connection that uses the OAuth Authorization Code grant type authorization method.- See Also:
-
OAUTH_CLIENT_CREDENTIALS_CONNECTION
A connection that uses the OAuth Client Credentials grant type authorization method.- See Also:
-
OAUTH_PLATFORM_MANAGED_CONNECTION
Describes a connection that uses OCS for authentication.- See Also:
-
PROXY_CONFIGURATION_TYPE
A custom type which models a Proxy Configuration- See Also:
-
PROXY_CONFIGURATION_PARAMETER
A parameter which value holds a proxy configuration- See Also:
-
NTLM_PROXY_CONFIGURATION
Proxy Configuration for a connection.- See Also:
-
NTLM_PROXY_CONFIGURATION_PARAMETER
Proxy Configuration for a connection.- See Also:
-
SECRET
A property which value should be encrypted.- See Also:
-
SCALAR_SECRET
A property that should be encrypted and it's content represents a plain value.- See Also:
-
CLIENT_ID
A property that describes a client id.- See Also:
-
CLIENT_SECRET
A property that describes a password.- See Also:
-
TOKEN_ID
A property that describes a Token ID.- See Also:
-
PASSWORD
A property that describes a password.- See Also:
-
API_KEY
A property that describes an API Key.- See Also:
-
SECRET_TOKEN
A property that describes a secret token.- See Also:
-
SECURITY_TOKEN
A property that describes a security token.- See Also:
-
SESSION_ID
A property that describes a session ID.- See Also:
-
CONNECTION_ID
A property that describes a connection ID.- See Also:
-
ACCOUNT_ID
A property that describes an Account ID.- See Also:
-
TENANT
A property that describes a unique tenant as part of a system.- See Also:
-
USERNAME
A property that describes an username to connect to a system.- See Also:
-
HOST
A property that describes a host to connect to a system.- See Also:
-
PORT
A property that describes a port to connect to a system.- See Also:
-
NTLM_DOMAIN
A property that describes a port to connect to a system.- See Also:
-
DOMAIN
A network domain (whatever the underlying protocol)- See Also:
-