Interface UserAuthMethodFactory<S extends SessionContext,M extends UserAuthInstance<S>>

Type Parameters:
S - The type of SessionContext being provided to the instance creator
M - The authentication method factory type
All Superinterfaces:
NamedResource

public interface UserAuthMethodFactory<S extends SessionContext,M extends UserAuthInstance<S>> extends NamedResource
Represents a user authentication method
Author:
Apache MINA SSHD Project