com.sshtools.j2ssh.authentication
Class SshAuthenticationClient
java.lang.Object
com.sshtools.j2ssh.authentication.SshAuthenticationClient
public abstract class SshAuthenticationClient
extends java.lang.Object
canAuthenticate
public abstract boolean canAuthenticate()
canPrompt
public boolean canPrompt()
getMethodName
public abstract String getMethodName()
getPersistableProperties
public abstract Properties getPersistableProperties()
getUsername
public String getUsername()
reset
public abstract void reset()
setPersistableProperties
public abstract void setPersistableProperties(Properties properties)
setUsername
public void setUsername(String username)
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.