Uses of Class
cn.sliew.carp.module.security.core.service.param.authorize.SecUserListByRoleParam
Packages that use SecUserListByRoleParam
Package
Description
-
Uses of SecUserListByRoleParam in cn.sliew.carp.module.security.core.controller
Methods in cn.sliew.carp.module.security.core.controller with parameters of type SecUserListByRoleParamModifier and TypeMethodDescriptioncn.sliew.carp.framework.common.model.PageResult<SecUserDTO>SecAuthorizationController.listAuthorizedUsersByRoleId(@Valid SecUserListByRoleParam param) cn.sliew.carp.framework.common.model.PageResult<SecUserDTO>SecAuthorizationController.listUnauthorizedUsersByRoleId(@Valid SecUserListByRoleParam param) -
Uses of SecUserListByRoleParam in cn.sliew.carp.module.security.core.service
Methods in cn.sliew.carp.module.security.core.service with parameters of type SecUserListByRoleParamModifier and TypeMethodDescriptioncn.sliew.carp.framework.common.model.PageResult<SecUserDTO>SecAuthorizationService.listAuthorizedUsersByRoleId(SecUserListByRoleParam param) 查询角色绑定用户列表cn.sliew.carp.framework.common.model.PageResult<SecUserDTO>SecUserRoleService.listAuthorizedUsersByRoleId(SecUserListByRoleParam param) 查询角色绑定用户列表cn.sliew.carp.framework.common.model.PageResult<SecUserDTO>SecAuthorizationService.listUnauthorizedUsersByRoleId(SecUserListByRoleParam param) 查询角色未绑定用户列表cn.sliew.carp.framework.common.model.PageResult<SecUserDTO>SecUserRoleService.listUnauthorizedUsersByRoleId(SecUserListByRoleParam param) 查询角色未绑定用户列表 -
Uses of SecUserListByRoleParam in cn.sliew.carp.module.security.core.service.impl
Methods in cn.sliew.carp.module.security.core.service.impl with parameters of type SecUserListByRoleParamModifier and TypeMethodDescriptioncn.sliew.carp.framework.common.model.PageResult<SecUserDTO>SecAuthorizationServiceImpl.listAuthorizedUsersByRoleId(SecUserListByRoleParam param) cn.sliew.carp.framework.common.model.PageResult<SecUserDTO>SecUserRoleServiceImpl.listAuthorizedUsersByRoleId(SecUserListByRoleParam param) cn.sliew.carp.framework.common.model.PageResult<SecUserDTO>SecAuthorizationServiceImpl.listUnauthorizedUsersByRoleId(SecUserListByRoleParam param) cn.sliew.carp.framework.common.model.PageResult<SecUserDTO>SecUserRoleServiceImpl.listUnauthorizedUsersByRoleId(SecUserListByRoleParam param)