com.sshtools.j2ssh.authentication
Class KBIAuthenticationClient

java.lang.Object
  extended by com.sshtools.j2ssh.authentication.SshAuthenticationClient
      extended by com.sshtools.j2ssh.authentication.KBIAuthenticationClient

public class KBIAuthenticationClient
extends SshAuthenticationClient

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

Constructor Summary
KBIAuthenticationClient()
           
 
Method Summary
 void authenticate(AuthenticationProtocolClient authentication, java.lang.String serviceToStart)
           
 boolean canAuthenticate()
           
 java.lang.String getMethodName()
           
 java.util.Properties getPersistableProperties()
           
 void reset()
           
 void setKBIRequestHandler(KBIRequestHandler handler)
           
 void setPersistableProperties(java.util.Properties properties)
           
 
Methods inherited from class com.sshtools.j2ssh.authentication.SshAuthenticationClient
canPrompt, getAuthenticationPrompt, getUsername, setAuthenticationPrompt, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KBIAuthenticationClient

public KBIAuthenticationClient()
Method Detail

getPersistableProperties

public java.util.Properties getPersistableProperties()
Specified by:
getPersistableProperties in class SshAuthenticationClient
Returns:

setKBIRequestHandler

public void setKBIRequestHandler(KBIRequestHandler handler)
Parameters:
handler -

reset

public void reset()
Specified by:
reset in class SshAuthenticationClient

authenticate

public void authenticate(AuthenticationProtocolClient authentication,
                         java.lang.String serviceToStart)
                  throws TerminatedStateException,
                         java.io.IOException
Specified by:
authenticate in class SshAuthenticationClient
Parameters:
authentication -
serviceToStart -
Throws:
TerminatedStateException
java.io.IOException
AuthenticationProtocolException

canAuthenticate

public boolean canAuthenticate()
Specified by:
canAuthenticate in class SshAuthenticationClient
Returns:

getMethodName

public java.lang.String getMethodName()
Specified by:
getMethodName in class SshAuthenticationClient
Returns:

setPersistableProperties

public void setPersistableProperties(java.util.Properties properties)
Specified by:
setPersistableProperties in class SshAuthenticationClient
Parameters:
properties -


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