Uses of Class
cn.sliew.carp.module.security.core.service.param.authorize.SecUserBatchAuthorizeForRoleParam
Packages that use SecUserBatchAuthorizeForRoleParam
Package
Description
-
Uses of SecUserBatchAuthorizeForRoleParam in cn.sliew.carp.module.security.core.controller
Methods in cn.sliew.carp.module.security.core.controller with parameters of type SecUserBatchAuthorizeForRoleParamModifier and TypeMethodDescriptionvoidSecAuthorizationController.authorize(@Valid SecUserBatchAuthorizeForRoleParam param) voidSecAuthorizationController.unauthorize(@Valid SecUserBatchAuthorizeForRoleParam param) -
Uses of SecUserBatchAuthorizeForRoleParam in cn.sliew.carp.module.security.core.service
Methods in cn.sliew.carp.module.security.core.service with parameters of type SecUserBatchAuthorizeForRoleParamModifier and TypeMethodDescriptionvoidSecAuthorizationService.authorize(SecUserBatchAuthorizeForRoleParam param) 批量为角色绑定用户voidSecUserRoleService.authorize(SecUserBatchAuthorizeForRoleParam param) 批量为角色绑定用户voidSecAuthorizationService.unauthorize(SecUserBatchAuthorizeForRoleParam param) 批量为角色解除用户绑定voidSecUserRoleService.unauthorize(SecUserBatchAuthorizeForRoleParam param) 批量为角色解除用户绑定 -
Uses of SecUserBatchAuthorizeForRoleParam in cn.sliew.carp.module.security.core.service.impl
Methods in cn.sliew.carp.module.security.core.service.impl with parameters of type SecUserBatchAuthorizeForRoleParamModifier and TypeMethodDescriptionvoidSecAuthorizationServiceImpl.authorize(SecUserBatchAuthorizeForRoleParam param) voidSecUserRoleServiceImpl.authorize(SecUserBatchAuthorizeForRoleParam param) voidSecAuthorizationServiceImpl.unauthorize(SecUserBatchAuthorizeForRoleParam param) voidSecUserRoleServiceImpl.unauthorize(SecUserBatchAuthorizeForRoleParam param)