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 interfaceMutableBasicCredentialsClasses in org.apache.sshd.common.auth that implement BasicCredentialsProvider Modifier and Type Class Description classBasicCredentialsImpl -
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 BasicCredentialsProviderSftpFileSystemInitializationContext. credentialsMethods in org.apache.sshd.sftp.client.fs that return BasicCredentialsProvider Modifier and Type Method Description BasicCredentialsProviderSftpFileSystemInitializationContext. getCredentials()Methods in org.apache.sshd.sftp.client.fs with parameters of type BasicCredentialsProvider Modifier and Type Method Description voidSftpFileSystemInitializationContext. setCredentials(BasicCredentialsProvider credentials)
-