com.sshtools.j2ssh.authentication

Class KBIAuthenticationClient


public class KBIAuthenticationClient
extends SshAuthenticationClient

Version:
$Revision: 1.19 $
Author:
$author$

Method Summary

void
authenticate(AuthenticationProtocolClient authentication, String serviceToStart)
boolean
canAuthenticate()
String
getMethodName()
Properties
getPersistableProperties()
void
reset()
void
setKBIRequestHandler(KBIRequestHandler handler)
void
setPersistableProperties(Properties properties)

Methods inherited from class com.sshtools.j2ssh.authentication.SshAuthenticationClient

authenticate, canAuthenticate, canPrompt, getAuthenticationPrompt, getMethodName, getPersistableProperties, getUsername, reset, setAuthenticationPrompt, setPersistableProperties, setUsername

Method Details

authenticate

public void authenticate(AuthenticationProtocolClient authentication,
                         String serviceToStart)
            throws TerminatedStateException,
                   java.io.IOException
Overrides:
authenticate in interface SshAuthenticationClient
Parameters:
authentication -
serviceToStart -

canAuthenticate

public boolean canAuthenticate()
Overrides:
canAuthenticate in interface SshAuthenticationClient
Returns:

getMethodName

public String getMethodName()
Overrides:
getMethodName in interface SshAuthenticationClient
Returns:

getPersistableProperties

public Properties getPersistableProperties()
Overrides:
getPersistableProperties in interface SshAuthenticationClient
Returns:

reset

public void reset()
Overrides:
reset in interface SshAuthenticationClient

setKBIRequestHandler

public void setKBIRequestHandler(KBIRequestHandler handler)
Parameters:
handler -

setPersistableProperties

public void setPersistableProperties(Properties properties)
Overrides:
setPersistableProperties in interface SshAuthenticationClient
Parameters:
properties -

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.