Package de.intarsys.tools.authenticate
Interface IAuthenticationProvider
-
- All Superinterfaces:
IPasswordProvider
public interface IAuthenticationProvider extends IPasswordProvider
A simple interface for providing complete authentication.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getUsername()
A username or null to indicate cancellation.-
Methods inherited from interface de.intarsys.tools.authenticate.IPasswordProvider
getPassword
-
-