Uses of Interface
org.apache.sshd.common.auth.UsernameHolder
-
Packages that use UsernameHolder Package Description org.apache.sshd.client.config.hosts org.apache.sshd.common.auth org.apache.sshd.common.session -
-
Uses of UsernameHolder in org.apache.sshd.client.config.hosts
Classes in org.apache.sshd.client.config.hosts that implement UsernameHolder Modifier and Type Class Description classHostConfigEntryRepresents an entry in the client's configuration file as defined by the ssh_config configuration file format -
Uses of UsernameHolder in org.apache.sshd.common.auth
Subinterfaces of UsernameHolder in org.apache.sshd.common.auth Modifier and Type Interface Description interfaceBasicCredentialsProviderinterfaceMutableBasicCredentialsinterfaceMutableUserHolderClasses in org.apache.sshd.common.auth that implement UsernameHolder Modifier and Type Class Description classBasicCredentialsImpl -
Uses of UsernameHolder in org.apache.sshd.common.session
Subinterfaces of UsernameHolder in org.apache.sshd.common.session Modifier and Type Interface Description interfaceSessionContextA "succinct" summary of the most important attributes of an SSH session
-