Class AsyncUserAuthServiceFactory
java.lang.Object
org.aesh.terminal.ssh.netty.AsyncUserAuthServiceFactory
- All Implemented Interfaces:
org.apache.sshd.common.NamedResource, org.apache.sshd.common.ServiceFactory
public class AsyncUserAuthServiceFactory
extends Object
implements org.apache.sshd.common.ServiceFactory
- Author:
- Julien Viet
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.sshd.common.ServiceFactory
org.apache.sshd.common.ServiceFactory.Utils -
Field Summary
FieldsFields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
AsyncUserAuthServiceFactory
public AsyncUserAuthServiceFactory()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.apache.sshd.common.NamedResource
-
create
public org.apache.sshd.common.Service create(org.apache.sshd.common.session.Session session) throws IOException - Specified by:
createin interfaceorg.apache.sshd.common.ServiceFactory- Throws:
IOException
-