Uses of Class
cn.sliew.carp.module.security.core.service.dto.SecRoleDTO
Packages that use SecRoleDTO
Package
Description
-
Uses of SecRoleDTO in cn.sliew.carp.module.security.core.controller
Methods in cn.sliew.carp.module.security.core.controller that return SecRoleDTOMethods in cn.sliew.carp.module.security.core.controller that return types with arguments of type SecRoleDTOModifier and TypeMethodDescriptioncn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecRoleController.list(@Valid SecRoleListParam param) SecRoleController.listAll(@Valid SecRoleListParam param) cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecAuthorizationController.listAuthorizedRolesByResourceWebId(@Valid SecRoleListByResourceWebParam param) cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecAuthorizationController.listAuthorizedRolesByUserId(@Valid SecRoleListByUserParam param) cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecAuthorizationController.listUnauthorizedRolesByResourceWebId(@Valid SecRoleListByResourceWebParam param) cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecAuthorizationController.listUnauthorizedRolesByUserId(@Valid SecRoleListByUserParam param) -
Uses of SecRoleDTO in cn.sliew.carp.module.security.core.service
Methods in cn.sliew.carp.module.security.core.service that return SecRoleDTOMethods in cn.sliew.carp.module.security.core.service that return types with arguments of type SecRoleDTOModifier and TypeMethodDescriptioncn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecRoleService.list(SecRoleListParam param) SecRoleService.listAll(SecRoleListParam param) SecAuthorizationService.listAllAuthorizedRolesByUserId(SecRoleListByUserParam param) 查询用户绑定所有角色列表SecUserRoleService.listAllAuthorizedRolesByUserId(SecRoleListByUserParam param) 查询用户绑定所有角色列表cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecAuthorizationService.listAuthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param) 查询 资源-web 绑定角色列表cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecResourceWebRoleService.listAuthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param) 查询 资源-web 绑定角色列表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.listUnauthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param) 查询 资源-web 未绑定角色列表cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecResourceWebRoleService.listUnauthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param) 查询 资源-web 未绑定角色列表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 SecRoleDTO in cn.sliew.carp.module.security.core.service.convert
Methods in cn.sliew.carp.module.security.core.service.convert that return SecRoleDTOMethods in cn.sliew.carp.module.security.core.service.convert that return types with arguments of type SecRoleDTOMethods in cn.sliew.carp.module.security.core.service.convert with parameters of type SecRoleDTOMethod parameters in cn.sliew.carp.module.security.core.service.convert with type arguments of type SecRoleDTO -
Uses of SecRoleDTO in cn.sliew.carp.module.security.core.service.impl
Methods in cn.sliew.carp.module.security.core.service.impl that return SecRoleDTOMethods in cn.sliew.carp.module.security.core.service.impl that return types with arguments of type SecRoleDTOModifier and TypeMethodDescriptioncn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecRoleServiceImpl.list(SecRoleListParam param) SecRoleServiceImpl.listAll(SecRoleListParam param) SecAuthorizationServiceImpl.listAllAuthorizedRolesByUserId(SecRoleListByUserParam param) SecUserRoleServiceImpl.listAllAuthorizedRolesByUserId(SecRoleListByUserParam param) cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecAuthorizationServiceImpl.listAuthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param) cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecResourceWebRoleServiceImpl.listAuthorizedRolesByResourceWebId(SecRoleListByResourceWebParam 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.listUnauthorizedRolesByResourceWebId(SecRoleListByResourceWebParam param) cn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecResourceWebRoleServiceImpl.listUnauthorizedRolesByResourceWebId(SecRoleListByResourceWebParam 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)