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