public interface ClientAuthentication
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClientAuthentication.InvalidCredentialsException
Represents invalid credentials error.
|
static class |
ClientAuthentication.PartialSuccessException
Represents partial success state in case server requires multi-stage authentication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(com.jscape.inet.ssh.protocol.v2.transport.TransportConnection connection,
java.lang.String serviceName)
Performs actual client authentication.
|
void applyTo(com.jscape.inet.ssh.protocol.v2.transport.TransportConnection connection,
java.lang.String serviceName)
throws java.lang.Exception
connection - SSH transport connectionserviceName - target service namejava.lang.Exception - if an error occursCopyright © JSCAPE LLC. 1999-2021. All Rights Reserved