Uses of Class
com.retek.rsm.app.security.service.LoginCredentialsVo

Packages that use LoginCredentialsVo
com.retek.command   
com.retek.rsm.app.security.command   
com.retek.rsm.app.security.service   
com.retek.rsm.app.security.service.impl   
 

Uses of LoginCredentialsVo in com.retek.command
 

Methods in com.retek.command with parameters of type LoginCredentialsVo
 LoginCredentialsWithContentModelReadCommand CommandFactory.create(LoginCredentialsVo loginCredentialsVo, com.retek.platform.app.security.service.Application application)
           
 

Uses of LoginCredentialsVo in com.retek.rsm.app.security.command
 

Methods in com.retek.rsm.app.security.command that return LoginCredentialsVo
 LoginCredentialsVo LoginCredentialsReadCommand.getLoginCredentialsVo()
           
 

Constructors in com.retek.rsm.app.security.command with parameters of type LoginCredentialsVo
LoginCredentialsWithContentModelReadCommand(LoginCredentialsVo loginCredentialsVo, com.retek.platform.app.security.service.Application application)
           
 

Uses of LoginCredentialsVo in com.retek.rsm.app.security.service
 

Methods in com.retek.rsm.app.security.service that return LoginCredentialsVo
 LoginCredentialsVo SecurityService.login(com.retek.platform.service.ClientContext context, java.lang.String userName, EncryptedTextVo encryptedPassword, com.retek.platform.app.security.service.Application application, PublicKeyEncryptionStrategyVo appLaunchParameterPasswordEncryptionKey)
          Authenticate a username and enrypted password against a system defined service and retrieve user information.
 LoginCredentialsVo SecurityService.login(com.retek.platform.service.ClientContext clientContext, java.lang.String userName, com.retek.platform.util.type.security.UserSignature signature, com.retek.platform.app.security.service.Application application)
          Authenticate a username and signature and retrieve user information.
 LoginCredentialsVo LoginCredentialsWithContentModelVo.getLoginCredentialsVo()
           
 

Methods in com.retek.rsm.app.security.service with parameters of type LoginCredentialsVo
 void LoginCredentialsWithContentModelVo.setLoginCredentialsVo(LoginCredentialsVo loginCredentialsVo)
           
 

Uses of LoginCredentialsVo in com.retek.rsm.app.security.service.impl
 

Methods in com.retek.rsm.app.security.service.impl that return LoginCredentialsVo
 LoginCredentialsVo SecurityServiceEjb.login(com.retek.platform.service.ClientContext context, java.lang.String userName, com.retek.platform.util.type.security.UserSignature signature, com.retek.platform.app.security.service.Application application)
           
 LoginCredentialsVo SecurityServiceEjb.login(com.retek.platform.service.ClientContext context, java.lang.String userName, EncryptedTextVo encryptedPassword, com.retek.platform.app.security.service.Application application, PublicKeyEncryptionStrategyVo appLaunchParameterPasswordKey)