Uses of Class
cn.sliew.carp.module.security.core.service.param.authorize.SecRoleListByResourceWebParam
Packages that use SecRoleListByResourceWebParam
Package
Description
-
Uses of SecRoleListByResourceWebParam in cn.sliew.carp.module.security.core.controller
Methods in cn.sliew.carp.module.security.core.controller with parameters of type SecRoleListByResourceWebParamModifier and TypeMethodDescriptioncn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecAuthorizationController.listAuthorizedRolesByResourceWebId(@Valid SecRoleListByResourceWebParam param) cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecAuthorizationController.listUnauthorizedRolesByResourceWebId(@Valid SecRoleListByResourceWebParam param) -
Uses of SecRoleListByResourceWebParam in cn.sliew.carp.module.security.core.service
Methods in cn.sliew.carp.module.security.core.service with parameters of type SecRoleListByResourceWebParamModifier and TypeMethodDescriptioncn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecAuthorizationService.listAuthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param) 查询 资源-web 绑定角色列表cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecResourceWebRoleService.listAuthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param) 查询 资源-web 绑定角色列表cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecAuthorizationService.listUnauthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param) 查询 资源-web 未绑定角色列表cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecResourceWebRoleService.listUnauthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param) 查询 资源-web 未绑定角色列表 -
Uses of SecRoleListByResourceWebParam in cn.sliew.carp.module.security.core.service.impl
Methods in cn.sliew.carp.module.security.core.service.impl with parameters of type SecRoleListByResourceWebParamModifier and TypeMethodDescriptioncn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecAuthorizationServiceImpl.listAuthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param) cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecResourceWebRoleServiceImpl.listAuthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param) cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecAuthorizationServiceImpl.listUnauthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param) cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecResourceWebRoleServiceImpl.listUnauthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param)