Uses of Interface
org.apache.sshd.client.auth.AuthenticationIdentitiesProvider
Packages that use AuthenticationIdentitiesProvider
Package
Description
-
Uses of AuthenticationIdentitiesProvider in org.apache.sshd.client
Fields in org.apache.sshd.client declared as AuthenticationIdentitiesProviderModifier and TypeFieldDescriptionprivate final AuthenticationIdentitiesProvider
SshClient.identitiesProvider
Methods in org.apache.sshd.client that return AuthenticationIdentitiesProviderModifier and TypeMethodDescriptionClientAuthenticationManager.getRegisteredIdentities()
SshClient.getRegisteredIdentities()
-
Uses of AuthenticationIdentitiesProvider in org.apache.sshd.client.auth
Methods in org.apache.sshd.client.auth that return AuthenticationIdentitiesProviderModifier and TypeMethodDescriptionAuthenticationIdentitiesProvider.wrapIdentities
(Iterable<?> identities) -
Uses of AuthenticationIdentitiesProvider in org.apache.sshd.client.session
Fields in org.apache.sshd.client.session declared as AuthenticationIdentitiesProviderModifier and TypeFieldDescriptionprivate final AuthenticationIdentitiesProvider
AbstractClientSession.identitiesProvider
Methods in org.apache.sshd.client.session that return AuthenticationIdentitiesProvider