Uses of Class
cn.sliew.carp.module.security.core.service.param.authorize.SecRoleListByUserParam
Packages that use SecRoleListByUserParam
Package
Description
-
Uses of SecRoleListByUserParam in cn.sliew.carp.module.security.core.controller
Methods in cn.sliew.carp.module.security.core.controller with parameters of type SecRoleListByUserParamModifier and TypeMethodDescriptioncn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecAuthorizationController.listAuthorizedRolesByUserId(@Valid SecRoleListByUserParam param) cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecAuthorizationController.listUnauthorizedRolesByUserId(@Valid SecRoleListByUserParam param) -
Uses of SecRoleListByUserParam in cn.sliew.carp.module.security.core.service
Methods in cn.sliew.carp.module.security.core.service with parameters of type SecRoleListByUserParamModifier and TypeMethodDescriptionSecAuthorizationService.listAllAuthorizedRolesByUserId(SecRoleListByUserParam param) 查询用户绑定所有角色列表SecUserRoleService.listAllAuthorizedRolesByUserId(SecRoleListByUserParam param) 查询用户绑定所有角色列表cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecAuthorizationService.listAuthorizedRolesByUserId(SecRoleListByUserParam param) 查询用户绑定角色列表cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecUserRoleService.listAuthorizedRolesByUserId(SecRoleListByUserParam param) 查询用户绑定角色列表cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecAuthorizationService.listUnauthorizedRolesByUserId(SecRoleListByUserParam param) 查询用户未绑定角色列表cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecUserRoleService.listUnauthorizedRolesByUserId(SecRoleListByUserParam param) 查询用户未绑定角色列表 -
Uses of SecRoleListByUserParam in cn.sliew.carp.module.security.core.service.impl
Methods in cn.sliew.carp.module.security.core.service.impl with parameters of type SecRoleListByUserParamModifier and TypeMethodDescriptionSecAuthorizationServiceImpl.listAllAuthorizedRolesByUserId(SecRoleListByUserParam param) SecUserRoleServiceImpl.listAllAuthorizedRolesByUserId(SecRoleListByUserParam param) cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecAuthorizationServiceImpl.listAuthorizedRolesByUserId(SecRoleListByUserParam param) cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecUserRoleServiceImpl.listAuthorizedRolesByUserId(SecRoleListByUserParam param) cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecAuthorizationServiceImpl.listUnauthorizedRolesByUserId(SecRoleListByUserParam param) cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecUserRoleServiceImpl.listUnauthorizedRolesByUserId(SecRoleListByUserParam param)