Package de.intarsys.tools.authenticate

Interface Summary
IAuthenticationProvider A simple interface for providing complete authentication.
IPasswordProvider A simple interface for a password provider.
IPasswordValidator A simple interface for a password validator.
 

Class Summary
ConstantPasswordProvider A simple IPasswordProvider to return a constant value.
NullPasswordProvider A dummy IPasswordProvider for example to use in a batch environment.
PasswordProvider A VM singleton for accessing a IPasswordProvider.
PasswordTools A tool class for handling passwords and authentication