public class BrokerAuthConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BrokerAuthConfiguration.AuthenticationConfiguration
Represents authentication configuration for broker
|
static class |
BrokerAuthConfiguration.JaasConfiguration
Represents jaas configuration for authentication
|
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE
Namespace used in the config file.
|
| Constructor and Description |
|---|
BrokerAuthConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
BrokerAuthConfiguration.AuthenticationConfiguration |
getAuthentication() |
void |
setAuthentication(BrokerAuthConfiguration.AuthenticationConfiguration authentication) |
public static final String NAMESPACE
public BrokerAuthConfiguration.AuthenticationConfiguration getAuthentication()
public void setAuthentication(BrokerAuthConfiguration.AuthenticationConfiguration authentication)
Copyright © 2018 WSO2. All rights reserved.