Uses of Interface
org.apache.sshd.common.auth.UserAuthMethodFactory
-
Packages that use UserAuthMethodFactory Package Description org.apache.sshd.common.auth -
-
Uses of UserAuthMethodFactory in org.apache.sshd.common.auth
Classes in org.apache.sshd.common.auth with type parameters of type UserAuthMethodFactory Modifier and Type Interface Description interfaceUserAuthFactoriesManager<S extends SessionContext,M extends UserAuthInstance<S>,F extends UserAuthMethodFactory<S,M>>Method parameters in org.apache.sshd.common.auth with type arguments of type UserAuthMethodFactory Modifier and Type Method Description static <S extends SessionContext,M extends UserAuthInstance<S>>
MUserAuthMethodFactory. createUserAuth(S session, Collection<? extends UserAuthMethodFactory<S,M>> factories, String name)
-