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 TypeMethodDescriptionSecAuthorizationController.listAuthorizedRolesByUserId(@Valid SecRoleListByUserParam param) 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.listAuthorizedRolesByUserId(SecRoleListByUserParam param) 查询用户绑定角色列表SecUserRoleService.listAuthorizedRolesByUserId(SecRoleListByUserParam param) 查询用户绑定角色列表SecAuthorizationService.listUnauthorizedRolesByUserId(SecRoleListByUserParam param) 查询用户未绑定角色列表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.listAuthorizedRolesByUserId(SecRoleListByUserParam param) SecUserRoleServiceImpl.listAuthorizedRolesByUserId(SecRoleListByUserParam param) SecAuthorizationServiceImpl.listUnauthorizedRolesByUserId(SecRoleListByUserParam param) SecUserRoleServiceImpl.listUnauthorizedRolesByUserId(SecRoleListByUserParam param)