Class BrokerAuthenticator

  • All Implemented Interfaces:
    io.moquette.broker.security.IAuthenticator

    public class BrokerAuthenticator
    extends java.lang.Object
    implements io.moquette.broker.security.IAuthenticator
    The MQTT broker authenticator.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean checkValid​(java.lang.String clientId, java.lang.String username, byte[] password)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BrokerAuthenticator

        public BrokerAuthenticator()
    • Method Detail

      • checkValid

        public boolean checkValid​(java.lang.String clientId,
                                  java.lang.String username,
                                  byte[] password)
        Specified by:
        checkValid in interface io.moquette.broker.security.IAuthenticator