Uses of Interface
org.apache.sshd.client.auth.AuthenticationIdentitiesProvider
-
Packages that use AuthenticationIdentitiesProvider Package Description org.apache.sshd.client org.apache.sshd.client.auth org.apache.sshd.client.session -
-
Uses of AuthenticationIdentitiesProvider in org.apache.sshd.client
Fields in org.apache.sshd.client declared as AuthenticationIdentitiesProvider Modifier and Type Field Description private AuthenticationIdentitiesProvider
SshClient. identitiesProvider
Methods in org.apache.sshd.client that return AuthenticationIdentitiesProvider Modifier and Type Method Description AuthenticationIdentitiesProvider
ClientAuthenticationManager. getRegisteredIdentities()
AuthenticationIdentitiesProvider
SshClient. getRegisteredIdentities()
-
Uses of AuthenticationIdentitiesProvider in org.apache.sshd.client.auth
Methods in org.apache.sshd.client.auth that return AuthenticationIdentitiesProvider Modifier and Type Method Description static AuthenticationIdentitiesProvider
AuthenticationIdentitiesProvider. wrapIdentities(java.lang.Iterable<?> identities)
-
Uses of AuthenticationIdentitiesProvider in org.apache.sshd.client.session
Fields in org.apache.sshd.client.session declared as AuthenticationIdentitiesProvider Modifier and Type Field Description private AuthenticationIdentitiesProvider
AbstractClientSession. identitiesProvider
Methods in org.apache.sshd.client.session that return AuthenticationIdentitiesProvider Modifier and Type Method Description AuthenticationIdentitiesProvider
AbstractClientSession. getRegisteredIdentities()
-