Class AbstractAuthenticationHandler<P,T>

java.lang.Object
org.apache.sshd.client.session.proxy.AbstractAuthenticationHandler<P,T>
Type Parameters:
P - defining the parameter type for the authentication
T - defining the token type for the authentication
All Implemented Interfaces:
Closeable, AutoCloseable, AuthenticationHandler<P,T>
Direct Known Subclasses:
BasicAuthentication, GssApiAuthentication

public abstract class AbstractAuthenticationHandler<P,T> extends Object implements AuthenticationHandler<P,T>
Abstract base class for AuthenticationHandlers encapsulating basic common things.