public class ClientUserAuthServiceOld extends Object implements Service
ssh-auth
service.Modifier and Type | Field and Description |
---|---|
protected Object |
lock |
protected org.slf4j.Logger |
log
Our logger
|
protected ClientSessionImpl |
session |
Constructor and Description |
---|
ClientUserAuthServiceOld(Session s) |
Modifier and Type | Method and Description |
---|---|
AuthFuture |
auth(UserAuth userAuth) |
CloseFuture |
close(boolean immediately)
Close the service.
|
ClientSessionImpl |
getSession() |
void |
process(byte cmd,
Buffer buffer)
Service the request.
|
void |
start() |
protected final org.slf4j.Logger log
protected final ClientSessionImpl session
protected final Object lock
public ClientUserAuthServiceOld(Session s)
public ClientSessionImpl getSession()
getSession
in interface Service
public void process(byte cmd, Buffer buffer) throws Exception
Service
public CloseFuture close(boolean immediately)
Service
public AuthFuture auth(UserAuth userAuth) throws IOException
IOException
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.