Interface Authenticator

All Known Implementing Classes:
CryptoAuthenticator, NoOpAuthenticator, TextMatchAuthenticator

public interface Authenticator
Interface for an Authenticator. Authenticator's are pluggable objects that allow different SPI's to have different authentication.
Version:
$Id$
Author:
Eric Pugh
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    authenticate(User user, String password)