Package de.intarsys.tools.authenticate
Interface IAuthenticationProvider
- All Superinterfaces:
IPasswordProvider
A simple interface for providing complete authentication.
-
Method Summary
Modifier and TypeMethodDescriptionA username or null to indicate cancellation.Methods inherited from interface de.intarsys.tools.authenticate.IPasswordProvider
getPassword
-
Method Details
-
getUsername
String getUsername()A username or null to indicate cancellation.- Returns:
- A username or null to indicate cancellation.
-