com.retek.rsm.client
Class RSMPlatformLoginProvider

java.lang.Object
  |
  +--com.retek.platform.client.AbstractLoginProvider
        |
        +--com.retek.rsm.client.RSMPlatformLoginProvider
All Implemented Interfaces:
com.retek.platform.client.LoginProvider

public class RSMPlatformLoginProvider
extends com.retek.platform.client.AbstractLoginProvider

This is RSM's implementation of the Platform UI LoginProvider. It extends AbstractLoginProvider.


Field Summary
static java.lang.String APPLICATION_NAME_KEY
           
 
Constructor Summary
RSMPlatformLoginProvider()
           
 
Method Summary
 boolean authenticate(com.retek.platform.client.LoginClient loginClient, com.retek.platform.service.ClientContext clientContext, java.lang.String userName, java.lang.String password)
           
 
Methods inherited from class com.retek.platform.client.AbstractLoginProvider
doLogin, runSynchronousTask, setLoginClient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION_NAME_KEY

public static final java.lang.String APPLICATION_NAME_KEY
See Also:
Constant Field Values
Constructor Detail

RSMPlatformLoginProvider

public RSMPlatformLoginProvider()
Method Detail

authenticate

public boolean authenticate(com.retek.platform.client.LoginClient loginClient,
                            com.retek.platform.service.ClientContext clientContext,
                            java.lang.String userName,
                            java.lang.String password)
Specified by:
authenticate in class com.retek.platform.client.AbstractLoginProvider