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 AuthenticationIdentitiesProviderClientAuthenticationManager. getRegisteredIdentities()AuthenticationIdentitiesProviderSshClient. 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 AuthenticationIdentitiesProviderAuthenticationIdentitiesProvider. 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 AuthenticationIdentitiesProviderAbstractClientSession. getRegisteredIdentities()
-