| Package | Description |
|---|---|
| com.hivemq.spi.callback.security | |
| com.hivemq.spi.callback.security.authorization | |
| com.hivemq.spi.security |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationBehaviour |
OnAuthorizationCallback.getDefaultBehaviour()
Declares the default behaviour to use if none of the
MqttTopicPermissions returned by getPermissionForClient matches an activity. |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationBehaviour |
AuthorizationResult.getDefaultBehaviour()
The default
AuthorizationBehaviour if the getMqttTopicPermissions() method returns
an empty list. |
static AuthorizationBehaviour |
AuthorizationBehaviour.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationBehaviour[] |
AuthorizationBehaviour.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationBehaviour |
AuthorizationEvaluator.checkPublish(String topic,
QoS qos,
boolean retained,
AuthorizationResult authorizationResult) |
static AuthorizationBehaviour |
AuthorizationEvaluator.checkSubscription(String topic,
QoS qoS,
AuthorizationResult authorizationResult) |
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.