Package org.opendaylight.netconf.auth
Interface AuthProvider
public interface AuthProvider
Authentication Service definition for netconf.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanauthenticated(String username, String password) Authenticate user by username/password.
-
Method Details
-
authenticated
Authenticate user by username/password.- Parameters:
username- usernamepassword- password- Returns:
- true if authentication is successful, false otherwise
-