Uses of Interface
org.eclipse.jgit.internal.transport.sshd.auth.AuthenticationHandler
-
Packages that use AuthenticationHandler Package Description org.eclipse.jgit.internal.transport.sshd.auth -
-
Uses of AuthenticationHandler in org.eclipse.jgit.internal.transport.sshd.auth
Classes in org.eclipse.jgit.internal.transport.sshd.auth that implement AuthenticationHandler Modifier and Type Class Description classAbstractAuthenticationHandler<ParameterType,TokenType>Abstract base class forAuthenticationHandlers encapsulating basic common things.classBasicAuthentication<ParameterType,TokenType>An abstract implementation of a username-password authentication.classGssApiAuthentication<ParameterType,TokenType>An abstract implementation of a GSS-API multi-round authentication.
-