public interface Authenticator
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuthentic(String userid,
CharSequence passwd)
Is the given user authentic?
|
boolean isAuthentic(String userid, CharSequence passwd)
userid - not nullpasswd - not nullCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.