Class PasswordAuthenticationProvider

java.lang.Object
com.sshtools.common.auth.PasswordAuthenticationProvider
All Implemented Interfaces:
Authenticator

public abstract class PasswordAuthenticationProvider extends Object implements Authenticator

Implement this interface to customize the authentication of users logging into your server. To install your provider you must configure the servers ConfigurationContext within the servers configure method.

This interface has been updated to include session id in all method calls to make it more consistent.

Author:
Lee David Painter