intarsys runtime library

de.intarsys.tools.authenticate
Interface IAuthenticationProvider

All Superinterfaces:
IPasswordProvider

public interface IAuthenticationProvider
extends IPasswordProvider

A simple interface for providing complete authentication.


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

Method Detail

getUsername

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

Returns:
A username or null to indicate cancellation.

intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.