Class AsyncUserAuthService
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.util.CloseableUtils.IoBaseCloseable
org.apache.sshd.common.util.CloseableUtils.AbstractCloseable
org.aesh.terminal.ssh.netty.AsyncUserAuthService
- All Implemented Interfaces:
Closeable, AutoCloseable, Channel, org.apache.sshd.common.Closeable, org.apache.sshd.common.Service
public class AsyncUserAuthService
extends org.apache.sshd.common.util.CloseableUtils.AbstractCloseable
implements org.apache.sshd.common.Service
- Author:
- Julien Viet
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.sshd.common.util.CloseableUtils.AbstractCloseable
org.apache.sshd.common.util.CloseableUtils.AbstractCloseable.State -
Field Summary
FieldsFields inherited from class org.apache.sshd.common.util.CloseableUtils.AbstractCloseable
closeFuture, lock, stateFields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sshd.common.util.CloseableUtils.AbstractCloseable
builder, close, doCloseGracefully, doCloseImmediately, isClosed, isClosing, preCloseMethods inherited from class org.apache.sshd.common.util.CloseableUtils.IoBaseCloseable
close, isOpenMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.sshd.common.Closeable
close, isClosed, isClosing
-
Field Details
-
DEFAULT_MAX_AUTH_REQUESTS
public static final int DEFAULT_MAX_AUTH_REQUESTS- See Also:
-
-
Constructor Details
-
AsyncUserAuthService
public AsyncUserAuthService(org.apache.sshd.common.session.Session s) throws org.apache.sshd.common.SshException - Throws:
org.apache.sshd.common.SshException
-
-
Method Details
-
start
public void start()- Specified by:
startin interfaceorg.apache.sshd.common.Service
-
getSession
public org.apache.sshd.server.session.ServerSession getSession()- Specified by:
getSessionin interfaceorg.apache.sshd.common.Service
-
process
-