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

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

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

Methods in com.retek.rsm.app.security.command that return LoginCredentialsWithContentModelVo
 LoginCredentialsWithContentModelVo LoginCredentialsWithContentModelReadCommand.getLoginCredentialsWithContentModelVo()
           
 

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

Methods in com.retek.rsm.app.security.service that return LoginCredentialsWithContentModelVo
 LoginCredentialsWithContentModelVo SecurityService.loginAndGetContentModel(com.retek.platform.service.ClientContext context, java.lang.String userName, EncryptedTextVo encryptedPassword, com.retek.platform.app.security.service.Application application)
          Authenticate a username and encrypted password, retrieve user information and fetch the secure content model.
 LoginCredentialsWithContentModelVo SecurityService.loginAndGetContentModel(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, retrieve user information and fetch the secure content model.
 

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

Methods in com.retek.rsm.app.security.service.impl that return LoginCredentialsWithContentModelVo
 LoginCredentialsWithContentModelVo SecurityServiceEjb.loginAndGetContentModel(com.retek.platform.service.ClientContext context, java.lang.String userName, EncryptedTextVo encryptedPassword, com.retek.platform.app.security.service.Application application)
           
 LoginCredentialsWithContentModelVo SecurityServiceEjb.loginAndGetContentModel(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)