public interface AgentConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONFIG_CONNECTION_AUTHTYPE
Configuration auth type for the default
ConnectionHandler . |
static java.lang.String |
CONFIG_CONNECTION_DISABLED
Configuration option to disable the default
ConnectionHandler . |
static java.lang.String |
CONFIG_CONNECTION_KEYFILE
Configuration option to set the client-cert authentication keystore path for the default
ConnectionHandler . |
static java.lang.String |
CONFIG_CONNECTION_KEYPASS
Configuration option to set the client-cert authentication keystore password for the default
ConnectionHandler . |
static java.lang.String |
CONFIG_CONNECTION_PASSWORD
Configuration option to set the basic authentication password for the default
ConnectionHandler . |
static java.lang.String |
CONFIG_CONNECTION_SSL_PROTOCOL
Configuration option to set the client-cert protocol for the default
ConnectionHandler . |
static java.lang.String |
CONFIG_CONNECTION_TRUSTFILE
Configuration option to set the client-cert authentication truststore path for the default
ConnectionHandler . |
static java.lang.String |
CONFIG_CONNECTION_TRUSTPASS
Configuration option to set the client-cert authentication truststore password for the default
ConnectionHandler . |
static java.lang.String |
CONFIG_CONNECTION_USERNAME
Configuration option to set the basic authentication username for the default
ConnectionHandler . |
static java.lang.String |
CONFIG_CONTROLLER_CLASS
Configuration option to override the default controller with another implementation.
|
static java.lang.String |
CONFIG_CONTROLLER_FIXPACKAGES
Configuration option to set fixpackages behavior of the default controller.
|
static java.lang.String |
CONFIG_CONTROLLER_RETRIES
Configuration option to set retries behavior of the default controller.
|
static java.lang.String |
CONFIG_CONTROLLER_STREAMING
Configuration option to set streaming behavior of the default controller.
|
static java.lang.String |
CONFIG_CONTROLLER_SYNCDELAY
Configuration option to set initial sync delay seconds of the default controller.
|
static java.lang.String |
CONFIG_CONTROLLER_SYNCINTERVAL
Configuration option to set initial sync interval seconds of the default controller.
|
static java.lang.String |
CONFIG_DISCOVERY_CHECKING
Configuration option to enable checking for the default discovery handler.
|
static java.lang.String |
CONFIG_DISCOVERY_DISABLED
Configuration option to disable the default discovery handler.
|
static java.lang.String |
CONFIG_DISCOVERY_SERVERURLS
Configuration option for the serverURLs of the default discovery handler.
|
static java.lang.String |
CONFIG_FEEDBACK_CHANNELS
Configuration option to set the feedback channels for the default
FeedbackHandler . |
static java.lang.String |
CONFIG_IDENTIFICATION_AGENTID
Configuration option for the agentid of the default identification handler.
|
static java.lang.String |
CONFIG_IDENTIFICATION_DISABLED
Configuration option to disable the default identification handler.
|
static java.lang.String |
CONFIG_KEY_NAMESPACE
Namespace for all agent configuration property
|
static java.lang.String |
CONFIG_LOGGING_EXCLUDE_EVENTS
Exclude list for auditlog events.
|
static java.lang.String |
CONFIG_LOGGING_LEVEL
Configuration loglevel for default logger.
|
static java.lang.String |
EVENT_AGENT_CONFIG_CHANGED
Event topic used to report changes in the agent's configuration.
|
static java.lang.String |
EVENT_DEPLOYMENT_COMPLETE
Event topic for deployment install events, as used by the deployment admin service.
|
static java.lang.String |
EVENT_DEPLOYMENT_INSTALL
Event topic for deployment install events, as used by the deployment admin service.
|
static java.lang.String |
EVENT_DEPLOYMENT_UNINSTALL
Event topic for deployment uninstall events, as used by the deployment admin service.
|
static java.lang.String |
HEADER_DPSIZE
HTTP header name used for Deployment Package size estimate, in bytes.
|
static final java.lang.String CONFIG_KEY_NAMESPACE
static final java.lang.String CONFIG_LOGGING_LEVEL
LoggingHandler.Levels
, default is INFO
.static final java.lang.String CONFIG_LOGGING_EXCLUDE_EVENTS
AuditEvent
.
Example : '2001,2003,2005,3001'static final java.lang.String CONFIG_IDENTIFICATION_DISABLED
{true,false}
, default is false
.
Note that this property is expected to be set as system or environment setting!
static final java.lang.String CONFIG_IDENTIFICATION_AGENTID
defaultAgentID
/static final java.lang.String CONFIG_DISCOVERY_DISABLED
{true,false}
, default is false
.
Note that this property is expected to be set as system or environment setting!
static final java.lang.String CONFIG_DISCOVERY_SERVERURLS
http://localhost:8080
.static final java.lang.String CONFIG_DISCOVERY_CHECKING
static final java.lang.String CONFIG_CONTROLLER_CLASS
Note that this property is expected to be set as system or environment setting!
static final java.lang.String CONFIG_CONTROLLER_STREAMING
{true,false}
,
default is true
.static final java.lang.String CONFIG_CONTROLLER_FIXPACKAGES
{true,false}
,
default is true
.static final java.lang.String CONFIG_CONTROLLER_RETRIES
1
.static final java.lang.String CONFIG_CONTROLLER_SYNCDELAY
5
.static final java.lang.String CONFIG_CONTROLLER_SYNCINTERVAL
30
.static final java.lang.String CONFIG_CONNECTION_DISABLED
ConnectionHandler
. When set to true some other bundle must
provide it as a service. Should be {true,false}
, default is false
.
Note that this property is expected to be set as system or environment setting!
static final java.lang.String CONFIG_CONNECTION_AUTHTYPE
ConnectionHandler
. Should be a valid type as specified by
ConnectionHandler.Types
, default if NONE
.static final java.lang.String CONFIG_CONNECTION_USERNAME
ConnectionHandler
. Should
be an string, default is ""
.static final java.lang.String CONFIG_CONNECTION_PASSWORD
ConnectionHandler
. Should
be an string, default is ""
.static final java.lang.String CONFIG_CONNECTION_SSL_PROTOCOL
ConnectionHandler
. Should be a
string, default is TLS
.static final java.lang.String CONFIG_CONNECTION_KEYFILE
ConnectionHandler
. Should be a valid path, default is ""
.static final java.lang.String CONFIG_CONNECTION_KEYPASS
ConnectionHandler
. Should be a string, default is ""
.static final java.lang.String CONFIG_CONNECTION_TRUSTFILE
ConnectionHandler
. Should be a valid path, default is ""
.static final java.lang.String CONFIG_CONNECTION_TRUSTPASS
ConnectionHandler
. Should be a string, default is ""
.static final java.lang.String CONFIG_FEEDBACK_CHANNELS
FeedbackHandler
. Should be a
comma-separated string, default is auditlog
.static final java.lang.String EVENT_AGENT_CONFIG_CHANGED
EventListener
and check for
this topic. The payload for these kind of events is a snapshot(!) of the current configuration.static final java.lang.String EVENT_DEPLOYMENT_INSTALL
static final java.lang.String EVENT_DEPLOYMENT_UNINSTALL
static final java.lang.String EVENT_DEPLOYMENT_COMPLETE
static final java.lang.String HEADER_DPSIZE