Uses of Interface
org.apache.activemq.artemis.core.server.SecuritySettingPlugin
-
-
Uses of SecuritySettingPlugin in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return types with arguments of type SecuritySettingPlugin Modifier and Type Method Description List<SecuritySettingPlugin>Configuration. getSecuritySettingPlugins()Methods in org.apache.activemq.artemis.core.config with parameters of type SecuritySettingPlugin Modifier and Type Method Description ConfigurationConfiguration. addSecuritySettingPlugin(SecuritySettingPlugin plugin)Method parameters in org.apache.activemq.artemis.core.config with type arguments of type SecuritySettingPlugin Modifier and Type Method Description ConfigurationConfiguration. setSecuritySettingPlugins(List<SecuritySettingPlugin> plugins) -
Uses of SecuritySettingPlugin in org.apache.activemq.artemis.core.config.impl
Methods in org.apache.activemq.artemis.core.config.impl that return types with arguments of type SecuritySettingPlugin Modifier and Type Method Description List<SecuritySettingPlugin>ConfigurationImpl. getSecuritySettingPlugins()Methods in org.apache.activemq.artemis.core.config.impl with parameters of type SecuritySettingPlugin Modifier and Type Method Description ConfigurationImplConfigurationImpl. addSecuritySettingPlugin(SecuritySettingPlugin plugin)Method parameters in org.apache.activemq.artemis.core.config.impl with type arguments of type SecuritySettingPlugin Modifier and Type Method Description ConfigurationImplConfigurationImpl. setSecuritySettingPlugins(List<SecuritySettingPlugin> plugins) -
Uses of SecuritySettingPlugin in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return SecuritySettingPlugin Modifier and Type Method Description SecuritySettingPluginSecuritySettingPlugin. init(Map<String,String> options)Initialize the plugin with the given configuration options.SecuritySettingPluginSecuritySettingPlugin. stop()Clean up all the associated resources associated with this plugin (e.g. -
Uses of SecuritySettingPlugin in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement SecuritySettingPlugin Modifier and Type Class Description classLegacyLDAPSecuritySettingPluginMethods in org.apache.activemq.artemis.core.server.impl that return SecuritySettingPlugin Modifier and Type Method Description SecuritySettingPluginLegacyLDAPSecuritySettingPlugin. setRoleAttribute(String roleAttribute)SecuritySettingPluginLegacyLDAPSecuritySettingPlugin. stop()
-