Package io.moquette.broker.security
Class AcceptAllAuthenticator
- java.lang.Object
-
- io.moquette.broker.security.AcceptAllAuthenticator
-
- All Implemented Interfaces:
IAuthenticator
public class AcceptAllAuthenticator extends Object implements IAuthenticator
-
-
Constructor Summary
Constructors Constructor Description AcceptAllAuthenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckValid(String clientId, String username, byte[] password)
-
-
-
Method Detail
-
checkValid
public boolean checkValid(String clientId, String username, byte[] password)
- Specified by:
checkValidin interfaceIAuthenticator
-
-