Uses of Interface
org.apache.sshd.common.auth.MutableBasicCredentials
-
Packages that use MutableBasicCredentials Package Description org.apache.sshd.client.subsystem.sftp.fs org.apache.sshd.common.auth -
-
Uses of MutableBasicCredentials in org.apache.sshd.client.subsystem.sftp.fs
Methods in org.apache.sshd.client.subsystem.sftp.fs that return MutableBasicCredentials Modifier and Type Method Description static MutableBasicCredentials
SftpFileSystemProvider. parseCredentials(String userInfo)
static MutableBasicCredentials
SftpFileSystemProvider. parseCredentials(URI uri)
Attempts to parse the user information from the URI -
Uses of MutableBasicCredentials in org.apache.sshd.common.auth
Classes in org.apache.sshd.common.auth that implement MutableBasicCredentials Modifier and Type Class Description class
BasicCredentialsImpl
-