Interface Authenticator<T>

Type Parameters:
T - The response object type. Should be LoginResultJson or ComboTokenResJson
All Known Implementing Classes:
DefaultAuthenticators.PasswordAuthenticator, DefaultAuthenticators.SessionKeyAuthenticator, DefaultAuthenticators.TokenAuthenticator

public interface Authenticator<T>
Handles username/password authentication from the client.