- All Known Implementing Classes:
- BasicAuthenticator, WikiAuthenticator
public interface Authenticator
Implement this interface to provide the necessary identity mapping and
verification for a specific communication medium. Messages can contain any
type of identity information of the sender (and recipient) of the message. We
need this nickname identity mapped in Cache to the identities of the
VoteServer.
- See Also:
VoteServer
,
HarvestCache