[
https://issues.apache.org/jira/browse/QPID-6011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14100201#comment-14100201
]
Rob Godfrey commented on QPID-6011:
-----------------------------------
Plugins can be disabled by setting a system property in the following form
{noformat}
qpid.plugin.disabled:<plugin category>.<plugin type>
{noformat}
to the String value "true".
Specific configured object types can be disabled by setting a property of the
form
{noformat}
qpid.type.disabled:<category>.<type>
{noformat}
to the String value "true".
Additionally, an initial system properties file can be provided (using the
--system-properties-file command line option). Values in the file will be
overriden by explicitly setting system properties.
And example file used to disable plugins and types might look like this
{noformat}
qpid.type.disabled\:authenticationprovider.Anonymous = true
qpid.type.disabled\:authenticationprovider.PlainPasswordFile = true
qpid.plugin.disabled\:protocolenginecreator.AMQP_1_0 = true
{noformat}
(Note that the colons in the property names have to be escaped with a backslash
otherwise they would be treated as a separator).
> [Java Broker] Provide mechanism for disabling plugins or specific configured
> object types
> ------------------------------------------------------------------------------------------
>
> Key: QPID-6011
> URL: https://issues.apache.org/jira/browse/QPID-6011
> Project: Qpid
> Issue Type: Bug
> Components: Java Broker
> Reporter: Rob Godfrey
> Assignee: Rob Godfrey
>
> In order to allow for system administrators to restrict the options available
> to operators (e.g. to disable the selection of a plain text password or
> anonymous authentication mechanisms), allow for plugins and type
> implementations to be completely disabled.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]