Uses of Interface
io.moquette.broker.security.IAuthenticator
-
Packages that use IAuthenticator Package Description io.moquette.broker io.moquette.broker.security -
-
Uses of IAuthenticator in io.moquette.broker
Methods in io.moquette.broker with parameters of type IAuthenticator Modifier and Type Method Description voidServer. startServer(IConfig config, List<? extends InterceptHandler> handlers, ISslContextCreator sslCtxCreator, IAuthenticator authenticator, IAuthorizatorPolicy authorizatorPolicy) -
Uses of IAuthenticator in io.moquette.broker.security
Classes in io.moquette.broker.security that implement IAuthenticator Modifier and Type Class Description classAcceptAllAuthenticatorclassDBAuthenticatorLoad user credentials from a SQL database.classFileAuthenticatorDeprecated.userResourceAuthenticatorinsteadclassResourceAuthenticatorLoad user credentials from a text resource.
-