Interface ServerAuthenticationManager

All Superinterfaces:
KeyPairProviderHolder, UserAuthFactoriesManager<ServerSession,UserAuth,UserAuthFactory>
All Known Subinterfaces:
ServerFactoryManager, ServerSession
All Known Implementing Classes:
AbstractServerSession, ServerSessionImpl, SshServer

public interface ServerAuthenticationManager extends UserAuthFactoriesManager<ServerSession,UserAuth,UserAuthFactory>, KeyPairProviderHolder
Holds providers and helpers related to the server side authentication process
Author:
Apache MINA SSHD Project