java.lang.Object
org.mule.runtime.extension.privileged.semantic.ConnectivityVocabulary

public final class ConnectivityVocabulary extends Object
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 Details

    • CONNECTIVITY_PREFIX

      public static final String CONNECTIVITY_PREFIX
      The prefix for terms exclusive to the connectivity domain
      See Also:
    • URL_TEMPLATE

      public static final String URL_TEMPLATE
      An URL (potentially a template)
      See Also:
    • TOKEN_URL

      public static final String TOKEN_URL
      A token URL (potentially a template)
      See Also:
    • ENCODING

      public static final String ENCODING
      Describes an encoding property
      See Also:
    • ENDPOINT

      public static final String ENDPOINT
      EndPoint in the API holding a number of executable operations
      See Also:
    • URL_PATH

      public static final String URL_PATH
      Path template for an endpoint
      See Also:
    • CONNECTION

      public static final String CONNECTION
      Describes a connection and it's authentication details.
      See Also:
    • UNSECURED_CONNECTION

      public static final String UNSECURED_CONNECTION
      Describes a connection which doesn't support any type of authentication.
      See Also:
    • BASIC_AUTH_CONNECTION

      public static final String BASIC_AUTH_CONNECTION
      Describes a connection that uses Basic as it's authentication method.
      See Also:
    • DIGEST_AUTH_CONNECTION

      public static final String DIGEST_AUTH_CONNECTION
      Describes a connection that uses Digest as it's authentication method.
      See Also:
    • KERBEROS_AUTH_CONNECTION

      public static final String KERBEROS_AUTH_CONNECTION
      Describes a connection that uses Kerberos as it's authentication method.
      See Also:
    • API_KEY_AUTH_CONNECTION

      public static final String API_KEY_AUTH_CONNECTION
      Describes a connection that uses an ApiKey as it's authentication method.
      See Also:
    • OAUTH_AUTHORIZATION_CODE_CONNECTION

      public static final String OAUTH_AUTHORIZATION_CODE_CONNECTION
      A connection that uses the OAuth Authorization Code grant type authorization method.
      See Also:
    • OAUTH_CLIENT_CREDENTIALS_CONNECTION

      public static final String OAUTH_CLIENT_CREDENTIALS_CONNECTION
      A connection that uses the OAuth Client Credentials grant type authorization method.
      See Also:
    • OAUTH_PLATFORM_MANAGED_CONNECTION

      public static final String OAUTH_PLATFORM_MANAGED_CONNECTION
      Describes a connection that uses OCS for authentication.
      See Also:
    • PROXY_CONFIGURATION_TYPE

      public static final String PROXY_CONFIGURATION_TYPE
      A custom type which models a Proxy Configuration
      See Also:
    • PROXY_CONFIGURATION_PARAMETER

      public static final String PROXY_CONFIGURATION_PARAMETER
      A parameter which value holds a proxy configuration
      See Also:
    • NTLM_PROXY_CONFIGURATION

      public static final String NTLM_PROXY_CONFIGURATION
      Proxy Configuration for a connection.
      See Also:
    • NTLM_PROXY_CONFIGURATION_PARAMETER

      public static final String NTLM_PROXY_CONFIGURATION_PARAMETER
      Proxy Configuration for a connection.
      See Also:
    • SECRET

      public static final String SECRET
      A property which value should be encrypted.
      See Also:
    • SCALAR_SECRET

      public static final String SCALAR_SECRET
      A property that should be encrypted and it's content represents a plain value.
      See Also:
    • CLIENT_ID

      public static final String CLIENT_ID
      A property that describes a client id.
      See Also:
    • CLIENT_SECRET

      public static final String CLIENT_SECRET
      A property that describes a password.
      See Also:
    • TOKEN_ID

      public static final String TOKEN_ID
      A property that describes a Token ID.
      See Also:
    • PASSWORD

      public static final String PASSWORD
      A property that describes a password.
      See Also:
    • API_KEY

      public static final String API_KEY
      A property that describes an API Key.
      See Also:
    • SECRET_TOKEN

      public static final String SECRET_TOKEN
      A property that describes a secret token.
      See Also:
    • SECURITY_TOKEN

      public static final String SECURITY_TOKEN
      A property that describes a security token.
      See Also:
    • SESSION_ID

      public static final String SESSION_ID
      A property that describes a session ID.
      See Also:
    • CONNECTION_ID

      public static final String CONNECTION_ID
      A property that describes a connection ID.
      See Also:
    • ACCOUNT_ID

      public static final String ACCOUNT_ID
      A property that describes an Account ID.
      See Also:
    • TENANT

      public static final String TENANT
      A property that describes a unique tenant as part of a system.
      See Also:
    • USERNAME

      public static final String USERNAME
      A property that describes an username to connect to a system.
      See Also:
    • HOST

      public static final String HOST
      A property that describes a host to connect to a system.
      See Also:
    • PORT

      public static final String PORT
      A property that describes a port to connect to a system.
      See Also:
    • NTLM_DOMAIN

      public static final String NTLM_DOMAIN
      A property that describes a port to connect to a system.
      See Also:
    • DOMAIN

      public static final String DOMAIN
      A network domain (whatever the underlying protocol)
      See Also: