| | |
| | | * @param pageHelper |
| | | * @return |
| | | */ |
| | | DataGrid<SmPasswordStrategyVO> refDataGrid(Map<String, String> conditionMap, PageHelper pageHelper); |
| | | DataGrid<SmPasswordStrategyVO> refDataGrid(Map<String, String> conditionMap, PageHelper pageHelper) throws PLException; |
| | | |
| | | /** |
| | | * 查询所有密码安全策略 |
| | | * @return |
| | | * 查询密码安全策略,下拉使用的接口 |
| | | * @param conditionMap |
| | | * @return key为密码策略name,value为密码策略的oid |
| | | * @throws VciBaseException |
| | | */ |
| | | //List<SmPasswordStrategyVO> listPasswordStrategyVO(Map<String, String> conditionMap); |
| | | List<Map<String,String>> selectPwdStrategyMap(Map<String, String> conditionMap) throws PLException; |
| | | |
| | | /** |
| | | * 保存用户关联密码策略 |