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