Uses of Class
org.wildfly.security.credential.SSHCredential.Builder
Packages that use SSHCredential.Builder
-
Uses of SSHCredential.Builder in org.wildfly.security.credential
Methods in org.wildfly.security.credential that return SSHCredential.BuilderModifier and TypeMethodDescriptionstatic SSHCredential.BuilderSSHCredential.builder()SSHCredential.Builder.setKnownHostsFile(String knownHostsFile) The name of the file containing the known hosts fileSSHCredential.Builder.setPassphrase(Credential passphrase) The passphrase needed to decrypt the private keySSHCredential.Builder.setPrivateKeyIdentities(String[] privateKeyIdentities) An array of the names of files containing private keysSSHCredential.Builder.setPrivateKeyIdentity(String privateKeyIdentity) The name of the file containing the private keySSHCredential.Builder.setSSHDirectory(File sshDirectory) The path to the ssh directory containing the private key file and known hosts fileSSHCredential.Builder.setSSHDirectory(String sshDirectory) The path to the ssh directory containing the private key file and known hosts file