Interface Authenticator

  • All Known Implementing Classes:
    DefaultAuthenticator

    public interface Authenticator
    Low level interface to implement full authentication process.
    • Method Detail

      • init

        void init​(Database database)
           throws AuthConfigException
        Initialize the authenticator. This method is invoked by databases when the authenticator is set when the authenticator is set.
        Parameters:
        database - target database
        Throws:
        AuthConfigException