Package impostor

Interface Summary
ChallengeResponseManager This interface defines the methods that a class must implement in order to provide the functionality of creating challenges for the Impostor daemon and verifying responses that come back from users.
ContentFilter This interface defines the methods that a class must implement in order to provide the functionality of looking for, and removing, sensitive material from HTTP headers and HTML pages sent from websites back to the user's browser.
RequestRecognizer This interface defines the methods that a class must implement in order to provide the functionality of recognizing HTML requests sent from the user's browser to websites.
UserManager This interface defines the methods that a class must implement in order to provide the functionality of mapping a given Impostor user to its username/password pairs he/she maintains at the websites for which Single Sign-On is to be achieved.
 

Class Summary
EmptyManager This class provides simple or empty implementations of the interfaces of the impostor package.
Impostor This class implements a simple HTTP proxy daemon with Single Sign-On functionality into websites.
LoginHandler  
RequestHandler Internal Impostor class
Servant