| Package | Description |
|---|---|
| org.wso2.broker.amqp.codec.auth | |
| org.wso2.broker.amqp.codec.frames |
| Modifier and Type | Class and Description |
|---|---|
class |
NoAuthenticationStrategy
Class implements @AuthenticationStrategy to provide authentication strategy disabling authentication for client
connections
|
class |
SaslAuthenticationStrategy
Sasl based Authentication strategy which implements @
AuthenticationStrategy to support sasl mechanisms based
authentication to broker client connections |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationStrategy |
AuthenticationStrategyFactory.getStrategy(org.wso2.broker.auth.AuthManager authManager) |
| Modifier and Type | Method and Description |
|---|---|
static AmqMethodBodyFactory |
ConnectionStartOk.getFactory(AuthenticationStrategy authenticationStrategy) |
| Constructor and Description |
|---|
AmqMethodRegistry(AuthenticationStrategy authenticationStrategy) |
AmqMethodRegistryFactory(AuthenticationStrategy authenticationStrategy) |
ConnectionStartOk(int channel,
org.wso2.broker.common.data.types.FieldTable clientProperties,
org.wso2.broker.common.data.types.ShortString mechanisms,
org.wso2.broker.common.data.types.ShortString locale,
org.wso2.broker.common.data.types.LongString response,
AuthenticationStrategy authenticationStrategy) |
Copyright © 2018 WSO2. All rights reserved.