Package com.tagish.auth

Class Summary
BasicLogin Superclass for all the com.tagish.auth.* authorisation modules.
DBLogin Simple database based authentication module.
FileLogin  
SimpleLogin Base class for a variety of simple login modules that simply authenticate a user against some database of user credentials.
TypedPrincipal TypedPrincipals are derived from, and can be treated like Principals but they also contain extra information about the type of the Principal which can be USER, GROUP or DOMAIN.
Utils Utility methods for com.tagish.auth.*.