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: Authenticator.java 1374616 2012-08-18 17:26:07Z tv $
- Author:
- Eric Pugh
-
Field Summary
-
Method Summary
Modifier and Type Method Description boolean
authenticate(User user, String password)
-
Field Details
-
Method Details
-
authenticate
- Throws:
DataBackendException
-