Subversion Repositories SmartDukaan

Rev

Rev 2427 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2427 Rev 6788
Line 12... Line 12...
12
     * @param password
12
     * @param password
13
     * @param role
13
     * @param role
14
     * @return username if authentication is successful
14
     * @return username if authentication is successful
15
     *      <br>null otherwise
15
     *      <br>null otherwise
16
     */
16
     */
17
    String authenticateUser(String username, String password, int role);
17
    String authenticateUser(String username, String password);
18
}
18
}