Package de.intarsys.tools.authenticate
-
Interface Summary Interface Description 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 Class Description ConstantPasswordProvider A simpleIPasswordProvider
to return a constant value.NullPasswordProvider A dummyIPasswordProvider
for example to use in a batch environment.PasswordProvider A VM singleton for accessing aIPasswordProvider
.PasswordTools A tool class for handling passwords and authentication