Interface INodeRegistrationAuthenticator

All Superinterfaces:
IExtensionPoint

public interface INodeRegistrationAuthenticator extends IExtensionPoint
When a node registers, it may include a userId and password to authorize opening and allowing registration.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    authenticate(String userId, String password)
     
  • Method Details

    • authenticate

      boolean authenticate(String userId, String password)