Interface UserAuthFactory
- All Superinterfaces:
org.apache.sshd.common.NamedResource, org.apache.sshd.common.auth.UserAuthMethodFactory<ServerSession, UserAuth>
- All Known Implementing Classes:
AbstractUserAuthFactory, UserAuthGSSFactory, UserAuthHostBasedFactory, UserAuthKeyboardInteractiveFactory, UserAuthNoneFactory, UserAuthPasswordFactory, UserAuthPublicKeyFactory
public interface UserAuthFactory
extends org.apache.sshd.common.auth.UserAuthMethodFactory<ServerSession, UserAuth>
- Author:
- Apache MINA SSHD Project
-
Field Summary
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTORFields inherited from interface org.apache.sshd.common.auth.UserAuthMethodFactory
HOST_BASED, KB_INTERACTIVE, PASSWORD, PUBLIC_KEY -
Method Summary
Methods inherited from interface org.apache.sshd.common.NamedResource
getNameMethods inherited from interface org.apache.sshd.common.auth.UserAuthMethodFactory
createUserAuth