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 AuthenticationIdentitiesProviderSshClient. identitiesProviderMethods 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(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 AuthenticationIdentitiesProviderAbstractClientSession. identitiesProviderMethods in org.apache.sshd.client.session that return AuthenticationIdentitiesProvider Modifier and Type Method Description AuthenticationIdentitiesProviderAbstractClientSession. getRegisteredIdentities()
-