Uses of Package
org.eclipse.jgit.internal.transport.sshd.auth
-
Packages that use org.eclipse.jgit.internal.transport.sshd.auth Package Description org.eclipse.jgit.internal.transport.sshd.auth org.eclipse.jgit.internal.transport.sshd.proxy -
Classes in org.eclipse.jgit.internal.transport.sshd.auth used by org.eclipse.jgit.internal.transport.sshd.auth Class Description AbstractAuthenticationHandler Abstract base class forAuthenticationHandler
s encapsulating basic common things.AuthenticationHandler AnAuthenticationHandler
encapsulates a possibly multi-step authentication protocol. -
Classes in org.eclipse.jgit.internal.transport.sshd.auth used by org.eclipse.jgit.internal.transport.sshd.proxy Class Description AbstractAuthenticationHandler Abstract base class forAuthenticationHandler
s encapsulating basic common things.AuthenticationHandler AnAuthenticationHandler
encapsulates a possibly multi-step authentication protocol.BasicAuthentication An abstract implementation of a username-password authentication.GssApiAuthentication An abstract implementation of a GSS-API multi-round authentication.