de.intarsys.tools.authenticate
Interface IAuthenticationProvider

All Superinterfaces:
IPasswordProvider

public interface IAuthenticationProvider
extends IPasswordProvider

A simple interface for providing complete authentication.


Method Summary
 java.lang.String getUsername()
          A username or null to indicate cancellation.
 
Methods inherited from interface de.intarsys.tools.authenticate.IPasswordProvider
getPassword
 

Method Detail

getUsername

java.lang.String getUsername()
A username or null to indicate cancellation.

Returns:
A username or null to indicate cancellation.