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.BuilderSSHCredential. builder()SSHCredential.BuilderSSHCredential.Builder. setKnownHostsFile(String knownHostsFile)The name of the file containing the known hosts fileSSHCredential.BuilderSSHCredential.Builder. setPassphrase(Credential passphrase)The passphrase needed to decrypt the private keySSHCredential.BuilderSSHCredential.Builder. setPrivateKeyIdentities(String[] privateKeyIdentities)An array of the names of files containing private keysSSHCredential.BuilderSSHCredential.Builder. setPrivateKeyIdentity(String privateKeyIdentity)The name of the file containing the private keySSHCredential.BuilderSSHCredential.Builder. setSSHDirectory(File sshDirectory)The path to the ssh directory containing the private key file and known hosts fileSSHCredential.BuilderSSHCredential.Builder. setSSHDirectory(String sshDirectory)The path to the ssh directory containing the private key file and known hosts file
-