Interface AuthProvider


public interface AuthProvider
Authentication Service definition for netconf.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    authenticated(String username, String password)
    Authenticate user by username/password.
  • Method Details

    • authenticated

      boolean authenticated(String username, String password)
      Authenticate user by username/password.
      Parameters:
      username - username
      password - password
      Returns:
      true if authentication is successful, false otherwise