Uses of Class
cn.sliew.carp.module.security.core.service.param.authorize.SecRoleBatchAuthorizeForResourceWebParam
Packages that use SecRoleBatchAuthorizeForResourceWebParam
Package
Description
-
Uses of SecRoleBatchAuthorizeForResourceWebParam in cn.sliew.carp.module.security.core.controller
Methods in cn.sliew.carp.module.security.core.controller with parameters of type SecRoleBatchAuthorizeForResourceWebParamModifier and TypeMethodDescriptionvoidSecAuthorizationController.authorize(@Valid SecRoleBatchAuthorizeForResourceWebParam param) voidSecAuthorizationController.unauthorize(@Valid SecRoleBatchAuthorizeForResourceWebParam param) -
Uses of SecRoleBatchAuthorizeForResourceWebParam in cn.sliew.carp.module.security.core.service
Methods in cn.sliew.carp.module.security.core.service with parameters of type SecRoleBatchAuthorizeForResourceWebParamModifier and TypeMethodDescriptionvoidSecAuthorizationService.authorize(SecRoleBatchAuthorizeForResourceWebParam param) 批量为 资源-web 绑定角色voidSecResourceWebRoleService.authorize(SecRoleBatchAuthorizeForResourceWebParam param) 批量为 资源-web 绑定角色voidSecAuthorizationService.unauthorize(SecRoleBatchAuthorizeForResourceWebParam param) 批量为 资源-web 解除角色绑定voidSecResourceWebRoleService.unauthorize(SecRoleBatchAuthorizeForResourceWebParam param) 批量为 资源-web 解除角色绑定 -
Uses of SecRoleBatchAuthorizeForResourceWebParam in cn.sliew.carp.module.security.core.service.impl
Methods in cn.sliew.carp.module.security.core.service.impl with parameters of type SecRoleBatchAuthorizeForResourceWebParamModifier and TypeMethodDescriptionvoidSecAuthorizationServiceImpl.authorize(SecRoleBatchAuthorizeForResourceWebParam param) voidSecResourceWebRoleServiceImpl.authorize(SecRoleBatchAuthorizeForResourceWebParam param) voidSecAuthorizationServiceImpl.unauthorize(SecRoleBatchAuthorizeForResourceWebParam param) voidSecResourceWebRoleServiceImpl.unauthorize(SecRoleBatchAuthorizeForResourceWebParam param)