| Line 36... |
Line 36... |
| 36 |
if(cookie.getName().equals(ProfitMandiConstants.EMAIL_ID) && cookie.getValue() != null && !cookie.getValue().isEmpty()){
|
36 |
if(cookie.getName().equals(ProfitMandiConstants.EMAIL_ID) && cookie.getValue() != null && !cookie.getValue().isEmpty()){
|
| 37 |
emailIdFound = cookie.getValue();
|
37 |
emailIdFound = cookie.getValue();
|
| 38 |
}
|
38 |
}
|
| 39 |
if(cookie.getName().equals(ProfitMandiConstants.ROLE_NAMES) && cookie.getValue() != null){
|
39 |
if(cookie.getName().equals(ProfitMandiConstants.ROLE_NAMES) && cookie.getValue() != null){
|
| 40 |
roleNamesString = cookie.getValue();
|
40 |
roleNamesString = cookie.getValue();
|
| - |
|
41 |
LOGGER.info("roleNameString is {}", roleNamesString);
|
| 41 |
}
|
42 |
}
|
| 42 |
if(cookie.getName().equals(ProfitMandiConstants.FOFO_FLAG) && cookie.getValue() != null && !cookie.getValue().isEmpty()){
|
43 |
if(cookie.getName().equals(ProfitMandiConstants.FOFO_FLAG) && cookie.getValue() != null && !cookie.getValue().isEmpty()){
|
| 43 |
fofoFlagFound = cookie.getValue();
|
44 |
fofoFlagFound = cookie.getValue();
|
| 44 |
}
|
45 |
}
|
| 45 |
if(fofoIdFound != null && emailIdFound != null && roleNamesString != null && fofoFlagFound != null){
|
46 |
if(fofoIdFound != null && emailIdFound != null && roleNamesString != null && fofoFlagFound != null){
|