Uses of Interface
io.moquette.broker.security.IAuthorizatorPolicy
-
Packages that use IAuthorizatorPolicy Package Description io.moquette.broker io.moquette.broker.security -
-
Uses of IAuthorizatorPolicy in io.moquette.broker
Methods in io.moquette.broker with parameters of type IAuthorizatorPolicy Modifier and Type Method Description voidServer. startServer(IConfig config, List<? extends InterceptHandler> handlers, ISslContextCreator sslCtxCreator, IAuthenticator authenticator, IAuthorizatorPolicy authorizatorPolicy) -
Uses of IAuthorizatorPolicy in io.moquette.broker.security
Classes in io.moquette.broker.security that implement IAuthorizatorPolicy Modifier and Type Class Description classDenyAllAuthorizatorPolicyclassPermitAllAuthorizatorPolicy
-