public class ClientUserAuthServiceNew extends Object implements Service
ssh-auth service.| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log
Our logger
|
protected ClientSessionImpl |
session |
| Constructor and Description |
|---|
ClientUserAuthServiceNew(Session s) |
| Modifier and Type | Method and Description |
|---|---|
AuthFuture |
auth(List<Object> identities,
String service) |
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
public ClientUserAuthServiceNew(Session s)
public ClientSessionImpl getSession()
getSession in interface Servicepublic AuthFuture auth(List<Object> identities, String service) throws IOException
IOExceptionpublic void process(byte cmd,
Buffer buffer)
throws Exception
Servicepublic CloseFuture close(boolean immediately)
ServiceCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.