- All Superinterfaces:
org.pf4j.ExtensionPoint
-
Method Summary
Implement this method to hook authentication logic of mqtt3 client into BifroMQ.
Implement this method to hook action permission check logic.
default void
This method will be called during broker shutdown
-
Method Details
-
auth
Implement this method to hook authentication logic of mqtt3 client into BifroMQ.
- Parameters:
authData - the authentication data
-
check
Implement this method to hook action permission check logic.
- Parameters:
client - the client to check permission
action - the action
-
close
This method will be called during broker shutdown