public class ClientUserAuthServiceNew extends java.lang.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(java.util.List<java.lang.Object> identities,
java.lang.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(java.util.List<java.lang.Object> identities, java.lang.String service) throws java.io.IOException
java.io.IOExceptionpublic void process(byte cmd,
Buffer buffer)
throws java.lang.Exception
Servicepublic CloseFuture close(boolean immediately)
ServiceCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.