org.jenkinsci.main.modules.cli.auth.ssh
Class SshCliAuthenticator
java.lang.Object
hudson.cli.CliTransportAuthenticator
org.jenkinsci.main.modules.cli.auth.ssh.SshCliAuthenticator
- All Implemented Interfaces:
- hudson.ExtensionPoint
@Extension
public class SshCliAuthenticator
- extends hudson.cli.CliTransportAuthenticator
- Author:
- Kohsuke Kawaguchi
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class hudson.cli.CliTransportAuthenticator |
all |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SshCliAuthenticator
public SshCliAuthenticator()
supportsProtocol
public boolean supportsProtocol(String protocol)
- Specified by:
supportsProtocol in class hudson.cli.CliTransportAuthenticator
authenticate
public void authenticate(String protocol,
hudson.remoting.Channel channel,
hudson.cli.Connection c)
- Specified by:
authenticate in class hudson.cli.CliTransportAuthenticator
Copyright © 2004-2011. All Rights Reserved.