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
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(Iterable<?> identities)
-
Uses of AuthenticationIdentitiesProvider in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return AuthenticationIdentitiesProvider Modifier and Type Method Description AuthenticationIdentitiesProvider
AbstractClientSession. getRegisteredIdentities()
-