com.retek.rsm.app.security.command
Class LoginCredentialsReadCommand

java.lang.Object
  |
  +--com.retek.command.AbstractCommand
        |
        +--com.retek.command.EjbCommand
              |
              +--com.retek.rsm.app.security.command.SecurityCommand
                    |
                    +--com.retek.rsm.app.security.command.LoginCredentialsReadCommand
All Implemented Interfaces:
Command

public class LoginCredentialsReadCommand
extends SecurityCommand


Constructor Summary
LoginCredentialsReadCommand(java.lang.String userName, com.retek.platform.app.security.service.Application application, PublicKeyEncryptionStrategyVo appLaunchParameterEncryptionKeyInfo)
           
 
Method Summary
protected  void doExecute()
           
 LoginCredentialsVo getLoginCredentialsVo()
           
 
Methods inherited from class com.retek.rsm.app.security.command.SecurityCommand
getBusinessObjectCoreService, getSecurityAdminCoreService, getSecurityCoreService, getSecurityDataAdminCoreService, getSecurityDisplayableReferenceService, getSystemCoreService
 
Methods inherited from class com.retek.command.EjbCommand
addPostExecutionRule, addPreExecutionRule, destroyServiceContext, execute, initServiceContext, isExecuted, processRules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginCredentialsReadCommand

public LoginCredentialsReadCommand(java.lang.String userName,
                                   com.retek.platform.app.security.service.Application application,
                                   PublicKeyEncryptionStrategyVo appLaunchParameterEncryptionKeyInfo)
Method Detail

doExecute

protected void doExecute()
                  throws com.retek.platform.exception.RetekBusinessException
Specified by:
doExecute in class com.retek.command.AbstractCommand
com.retek.platform.exception.RetekBusinessException

getLoginCredentialsVo

public LoginCredentialsVo getLoginCredentialsVo()