| Modifier and Type | Method and Description |
|---|---|
Authorizer |
AuthManager.getAuthorizer()
Provides authorizer which will be used to authorize users for broker resources.
|
| Modifier and Type | Method and Description |
|---|---|
static Authorizer |
AuthorizerFactory.getAuthorizer(io.ballerina.messaging.broker.common.config.BrokerCommonConfiguration commonConfiguration,
BrokerAuthConfiguration brokerAuthConfiguration,
UserStore userStore,
io.ballerina.messaging.broker.common.StartupContext startupContext)
Provides an instance of @
Authorizer |
| Constructor and Description |
|---|
AuthorizationHandler(Authorizer authorizer) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpAuthorizer
Defines empty @
Authorizer when authorization is disabled. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAuthorizer
Class provides database based @
Authorizer implementation. |
Copyright © 2018 WSO2. All rights reserved.