public class JaasAuthenticationPlugin extends Object implements BrokerPlugin
Modifier and Type | Field and Description |
---|---|
protected String |
configuration |
protected boolean |
discoverLoginConfig |
Constructor and Description |
---|
JaasAuthenticationPlugin() |
Modifier and Type | Method and Description |
---|---|
String |
getConfiguration() |
protected void |
initialiseJaas() |
Broker |
installPlugin(Broker broker)
Installs the plugin into the interceptor chain of the broker, returning the new
intercepted broker to use.
|
boolean |
isDiscoverLoginConfig() |
void |
setConfiguration(String jaasConfiguration)
Sets the JAAS configuration domain name used
|
void |
setDiscoverLoginConfig(boolean discoverLoginConfig)
Enables or disables the auto-discovery of the login.config file for JAAS to initialize itself.
|
protected String configuration
protected boolean discoverLoginConfig
public JaasAuthenticationPlugin()
public Broker installPlugin(Broker broker)
BrokerPlugin
installPlugin
in interface BrokerPlugin
public String getConfiguration()
public void setConfiguration(String jaasConfiguration)
public boolean isDiscoverLoginConfig()
public void setDiscoverLoginConfig(boolean discoverLoginConfig)
protected void initialiseJaas()
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.