private static class JGitUserInteraction.SessionAuthMarker
extends java.lang.Object
implements org.apache.sshd.common.session.SessionListener
SessionListener that removes itself from the session when
authentication is done or the session is closed.| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<org.apache.sshd.common.session.Session,org.apache.sshd.common.session.SessionListener> |
registered |
| Constructor and Description |
|---|
SessionAuthMarker(java.util.Map<org.apache.sshd.common.session.Session,org.apache.sshd.common.session.SessionListener> registered) |
| Modifier and Type | Method and Description |
|---|---|
void |
sessionClosed(org.apache.sshd.common.session.Session session) |
void |
sessionEvent(org.apache.sshd.common.session.Session session,
org.apache.sshd.common.session.SessionListener.Event event) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprivate final java.util.Map<org.apache.sshd.common.session.Session,org.apache.sshd.common.session.SessionListener> registered
public SessionAuthMarker(java.util.Map<org.apache.sshd.common.session.Session,org.apache.sshd.common.session.SessionListener> registered)
public void sessionEvent(org.apache.sshd.common.session.Session session,
org.apache.sshd.common.session.SessionListener.Event event)
sessionEvent in interface org.apache.sshd.common.session.SessionListenerpublic void sessionClosed(org.apache.sshd.common.session.Session session)
sessionClosed in interface org.apache.sshd.common.session.SessionListener