Interface IAuthenticationProvider

All Superinterfaces:
IPasswordProvider

public interface IAuthenticationProvider extends IPasswordProvider
A simple interface for providing complete authentication.
  • Method Summary

    Modifier and Type
    Method
    Description
    A 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.