Interface AuthorizationMethod


  • public interface AuthorizationMethod
    • Method Detail

      • checkCredentials

        Topic checkCredentials​(Credentials cred)
        Checks if the given credentials are valid.
        Returns:
        the corresponding Username topic if the credentials are valid, or null otherwise.