@Service public class CobaltUserServiceImpl extends Object implements CobaltUserService
| Modifier and Type | Field and Description |
|---|---|
protected me.parakh.core.model.converter.ModelMapper |
modelMapper |
static String |
REPMGT_DEALER_SECURABLE_TYPE |
static String |
REPMGT_SECURABLE_TYPE |
static List<String> |
SECURABLE_TYPES |
| Constructor and Description |
|---|
CobaltUserServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
UserCdkDto |
getUser(String username)
Populate user object
|
Map<String,List<String>> |
populateSecurables(String userName,
List<String> securableTypes)
Populate Securables and Capability information for the User from User service
|
String |
test() |
public static final String REPMGT_SECURABLE_TYPE
public static final String REPMGT_DEALER_SECURABLE_TYPE
protected me.parakh.core.model.converter.ModelMapper modelMapper
public String test()
test in interface CobaltUserServicepublic UserCdkDto getUser(String username)
getUser in interface CobaltUserServicepublic Map<String,List<String>> populateSecurables(String userName, List<String> securableTypes)
populateSecurables in interface CobaltUserServiceCopyright © 2016. All rights reserved.