public class UserRepositoryAuthenticator extends Object implements org.apache.james.mailbox.store.Authenticator, LogEnabled
| Constructor and Description |
|---|
UserRepositoryAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuthentic(String userid,
CharSequence passwd) |
void |
setLog(org.slf4j.Logger log)
Sets the service log.
|
void |
setUsersRepository(UsersRepository repos) |
public void setUsersRepository(UsersRepository repos)
public boolean isAuthentic(String userid, CharSequence passwd)
isAuthentic in interface org.apache.james.mailbox.store.AuthenticatorAuthenticator.isAuthentic(java.lang.String
, java.lang.CharSequence)public void setLog(org.slf4j.Logger log)
LogEnabledsetLog in interface LogEnabledlog - not nullCopyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.