Package io.moquette.broker.security
Interface IAuthenticator
-
- All Known Implementing Classes:
AcceptAllAuthenticator,DBAuthenticator,FileAuthenticator,ResourceAuthenticator
public interface IAuthenticatorusername and password checker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheckValid(String clientId, String username, byte[] password)
-