Class KBIAuthenticationClient
java.lang.Object
com.sshtools.j2ssh.authentication.SshAuthenticationClient
com.sshtools.j2ssh.authentication.KBIAuthenticationClient
- Version:
- $Revision: 1.19 $
- Author:
- $author$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
authenticate
(AuthenticationProtocolClient authentication, String serviceToStart) boolean
void
reset()
void
setKBIRequestHandler
(KBIRequestHandler handler) void
setPersistableProperties
(Properties properties) Methods inherited from class com.sshtools.j2ssh.authentication.SshAuthenticationClient
canPrompt, getAuthenticationPrompt, getUsername, setAuthenticationPrompt, setUsername
-
Constructor Details
-
KBIAuthenticationClient
public KBIAuthenticationClient()
-
-
Method Details
-
getPersistableProperties
- Specified by:
getPersistableProperties
in classSshAuthenticationClient
- Returns:
-
setKBIRequestHandler
- Parameters:
handler
-
-
reset
public void reset()- Specified by:
reset
in classSshAuthenticationClient
-
authenticate
public void authenticate(AuthenticationProtocolClient authentication, String serviceToStart) throws TerminatedStateException, IOException - Specified by:
authenticate
in classSshAuthenticationClient
- Parameters:
authentication
-serviceToStart
-- Throws:
TerminatedStateException
IOException
AuthenticationProtocolException
-
canAuthenticate
public boolean canAuthenticate()- Specified by:
canAuthenticate
in classSshAuthenticationClient
- Returns:
-
getMethodName
- Specified by:
getMethodName
in classSshAuthenticationClient
- Returns:
-
setPersistableProperties
- Specified by:
setPersistableProperties
in classSshAuthenticationClient
- Parameters:
properties
-
-