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