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 Service
public AuthFuture auth(List<Object> identities, String service) throws IOException
IOException
public void process(byte cmd, Buffer buffer) throws Exception
Service
public CloseFuture close(boolean immediately)
Service
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.