public class KerberosSshCredential extends SshCredential
Modifier and Type | Field and Description |
---|---|
static String |
DEBUG_PROPERTY
System property to enable Kerberos debug output when set to
true . |
Constructor and Description |
---|
KerberosSshCredential(String username) |
Modifier and Type | Method and Description |
---|---|
void |
authenticate(SshAuthenticator authenticator) |
static KerberosSshCredential |
of(String username) |
getUsername
public static final String DEBUG_PROPERTY
true
.
Note that debug output is verbose and is printed directly to standard
out. This is a limitation of Java's Kerberos implementation.public KerberosSshCredential(String username)
public static KerberosSshCredential of(String username)
public void authenticate(SshAuthenticator authenticator) throws IOException
authenticate
in class com.palantir.giraffe.host.Credential<SshAuthenticator>
IOException