public class ClientUserAuthServiceOld extends java.lang.Object implements Service
ssh-auth service.| Modifier and Type | Field and Description |
|---|---|
protected java.lang.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 java.lang.Object lock
public ClientUserAuthServiceOld(Session s)
public ClientSessionImpl getSession()
getSession in interface Servicepublic void process(byte cmd,
Buffer buffer)
throws java.lang.Exception
Servicepublic CloseFuture close(boolean immediately)
Servicepublic AuthFuture auth(UserAuth userAuth) throws java.io.IOException
java.io.IOExceptionCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.