com.fuse
Class FUSEAuthenticator

java.lang.Object
  extended by com.fuse.FUSEAuthenticator

public class FUSEAuthenticator
extends java.lang.Object

Handles user authentication, password check.


Field Summary
static java.text.SimpleDateFormat sdf
           
 
Method Summary
 FUSEUser login(java.lang.String user, java.lang.String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sdf

public static java.text.SimpleDateFormat sdf
Method Detail

login

public FUSEUser login(java.lang.String user,
                      java.lang.String password)
               throws IncorrectLoginException
Throws:
IncorrectLoginException