Uses of Interface
org.apache.sshd.common.auth.BasicCredentialsProvider
-
Packages that use BasicCredentialsProvider Package Description org.apache.sshd.client.subsystem.sftp.fs org.apache.sshd.common.auth -
-
Uses of BasicCredentialsProvider in org.apache.sshd.client.subsystem.sftp.fs
Fields in org.apache.sshd.client.subsystem.sftp.fs declared as BasicCredentialsProvider Modifier and Type Field Description private BasicCredentialsProviderSftpFileSystemInitializationContext. credentialsMethods in org.apache.sshd.client.subsystem.sftp.fs that return BasicCredentialsProvider Modifier and Type Method Description BasicCredentialsProviderSftpFileSystemInitializationContext. getCredentials()Methods in org.apache.sshd.client.subsystem.sftp.fs with parameters of type BasicCredentialsProvider Modifier and Type Method Description voidSftpFileSystemInitializationContext. setCredentials(BasicCredentialsProvider credentials) -
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
-