public class NoOpAuthenticator extends org.apache.avalon.framework.logger.AbstractLogEnabled implements Authenticator
ROLE| Constructor and Description |
|---|
NoOpAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(User user,
String password)
Authenticate an username with the specified password.
|
public boolean authenticate(User user, String password) throws DataBackendException
authenticate in interface Authenticatoruser - objectpassword - the user supplied password.DataBackendException - if there is a problem accessing the storage.Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.