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 TypeMethodDescriptioncom.baomidou.mybatisplus.extension.plugins.pagination.Page<SecRoleDTO>SecAuthorizationController.listAuthorizedRolesByResourceWebId(@Valid SecRoleListByResourceWebParam param) com.baomidou.mybatisplus.extension.plugins.pagination.Page<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 TypeMethodDescriptioncom.baomidou.mybatisplus.extension.plugins.pagination.Page<SecRoleDTO>SecAuthorizationService.listAuthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param) 查询 资源-web 绑定角色列表com.baomidou.mybatisplus.extension.plugins.pagination.Page<SecRoleDTO>SecResourceWebRoleService.listAuthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param) 查询 资源-web 绑定角色列表com.baomidou.mybatisplus.extension.plugins.pagination.Page<SecRoleDTO>SecAuthorizationService.listUnauthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param) 查询 资源-web 未绑定角色列表com.baomidou.mybatisplus.extension.plugins.pagination.Page<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 TypeMethodDescriptioncom.baomidou.mybatisplus.extension.plugins.pagination.Page<SecRoleDTO>SecAuthorizationServiceImpl.listAuthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param) com.baomidou.mybatisplus.extension.plugins.pagination.Page<SecRoleDTO>SecResourceWebRoleServiceImpl.listAuthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param) com.baomidou.mybatisplus.extension.plugins.pagination.Page<SecRoleDTO>SecAuthorizationServiceImpl.listUnauthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param) com.baomidou.mybatisplus.extension.plugins.pagination.Page<SecRoleDTO>SecResourceWebRoleServiceImpl.listUnauthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param)