Uses of Interface
org.apache.sshd.common.auth.BasicCredentialsProvider
-
Packages that use BasicCredentialsProvider Package Description org.apache.sshd.common.auth org.apache.sshd.sftp.client.fs -
-
Uses of BasicCredentialsProvider in org.apache.sshd.common.auth
Subinterfaces of BasicCredentialsProvider in org.apache.sshd.common.auth Modifier and Type Interface Description interface
MutableBasicCredentials
Classes in org.apache.sshd.common.auth that implement BasicCredentialsProvider Modifier and Type Class Description class
BasicCredentialsImpl
-
Uses of BasicCredentialsProvider in org.apache.sshd.sftp.client.fs
Fields in org.apache.sshd.sftp.client.fs declared as BasicCredentialsProvider Modifier and Type Field Description private BasicCredentialsProvider
SftpFileSystemInitializationContext. credentials
Methods in org.apache.sshd.sftp.client.fs that return BasicCredentialsProvider Modifier and Type Method Description BasicCredentialsProvider
SftpFileSystemInitializationContext. getCredentials()
Methods in org.apache.sshd.sftp.client.fs with parameters of type BasicCredentialsProvider Modifier and Type Method Description void
SftpFileSystemInitializationContext. setCredentials(BasicCredentialsProvider credentials)
-