com.sybase.uep.bobclient.sync
Class AuthenticateUser

java.lang.Object
  extended by com.sybase.uep.bobclient.sync.AuthenticateUser
All Implemented Interfaces:
java.lang.Runnable

Deprecated.

public class AuthenticateUser
extends java.lang.Object
implements java.lang.Runnable

This is the Authenticate User runnable class. This will authenticate the username and password against the active profile

Author:
tdang

Field Summary
static long KEY
          Deprecated.  
 
Constructor Summary
AuthenticateUser(IBOBAction action, java.lang.String username, java.lang.String password)
          Deprecated.  
 
Method Summary
 java.lang.Exception getException()
          Deprecated. Get the authentication exception thrown
 void run()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY

public static final long KEY
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

AuthenticateUser

public AuthenticateUser(IBOBAction action,
                        java.lang.String username,
                        java.lang.String password)
Deprecated. 
Method Detail

run

public void run()
Deprecated. 
Specified by:
run in interface java.lang.Runnable

getException

public java.lang.Exception getException()
Deprecated. 
Get the authentication exception thrown

Returns:
Exception object