Class Authenticator

java.lang.Object
   |
   +----Authenticator

public class Authenticator
extends Object

Constructor Index

 o Authenticator()
Init to set up Sql connection.

Method Index

 o authenticate(String, String)
Authenticate username and passwd

Constructors

 o Authenticator
 public Authenticator() throws SQLException
Init to set up Sql connection.

Methods

 o authenticate
 public boolean authenticate(String uname,
                             String pwd) throws SQLException
Authenticate username and passwd

Parameters:
uname - User name
pwd - User Password
Returns:
Boolean value