public interface Authenticator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(java.lang.String pUserId,
java.lang.String pPassword)
Returns true if the specified userid and password are an
authentic combination, false if not.
|
static final java.lang.String CLASS_VERSION