jar

cn.bootx.platform : service-iam

Maven & Gradle

Aug 08, 2023

身份识别与访问管理

Table Of Contents

Latest Version

Download cn.bootx.platform : service-iam JAR file - Latest Versions:

All Versions

Download cn.bootx.platform : service-iam JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window service-iam-1.3.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.bootx.platform.iam.core.dept.convert

├─ cn.bootx.platform.iam.core.dept.convert.DeptConvert.class - [JAR]

├─ cn.bootx.platform.iam.core.dept.convert.DeptConvertImpl.class - [JAR]

cn.bootx.platform.iam.core.upms.dao

├─ cn.bootx.platform.iam.core.upms.dao.RoleMenuManager.class - [JAR]

├─ cn.bootx.platform.iam.core.upms.dao.RoleMenuMapper.class - [JAR]

├─ cn.bootx.platform.iam.core.upms.dao.RolePathManager.class - [JAR]

├─ cn.bootx.platform.iam.core.upms.dao.RolePathMapper.class - [JAR]

├─ cn.bootx.platform.iam.core.upms.dao.UserDataScopeManager.class - [JAR]

├─ cn.bootx.platform.iam.core.upms.dao.UserDataScopeMapper.class - [JAR]

├─ cn.bootx.platform.iam.core.upms.dao.UserRoleManager.class - [JAR]

├─ cn.bootx.platform.iam.core.upms.dao.UserRoleMapper.class - [JAR]

cn.bootx.platform.iam.exception.role

├─ cn.bootx.platform.iam.exception.role.RoleAlreadyExistedException.class - [JAR]

├─ cn.bootx.platform.iam.exception.role.RoleAlreadyUsedException.class - [JAR]

├─ cn.bootx.platform.iam.exception.role.RoleNotExistedException.class - [JAR]

cn.bootx.platform.iam.core.role.dao

├─ cn.bootx.platform.iam.core.role.dao.RoleManager.class - [JAR]

├─ cn.bootx.platform.iam.core.role.dao.RoleMapper.class - [JAR]

cn.bootx.platform.iam.core.client.entity

├─ cn.bootx.platform.iam.core.client.entity.Client.class - [JAR]

├─ cn.bootx.platform.iam.core.client.entity.LonginType.class - [JAR]

cn.bootx.platform.iam.core.dept.service

├─ cn.bootx.platform.iam.core.dept.service.DeptRuleService.class - [JAR]

├─ cn.bootx.platform.iam.core.dept.service.DeptService.class - [JAR]

cn.bootx.platform.iam.dto.dept

├─ cn.bootx.platform.iam.dto.dept.DeptDto.class - [JAR]

├─ cn.bootx.platform.iam.dto.dept.DeptTreeResult.class - [JAR]

cn.bootx.platform.iam.core.dept.dao

├─ cn.bootx.platform.iam.core.dept.dao.DeptManager.class - [JAR]

├─ cn.bootx.platform.iam.core.dept.dao.DeptMapper.class - [JAR]

cn.bootx.platform.iam.dto.auth

├─ cn.bootx.platform.iam.dto.auth.AuthInfoResult.class - [JAR]

├─ cn.bootx.platform.iam.dto.auth.AuthPasswordDto.class - [JAR]

cn.bootx.platform.iam.core.client.dao

├─ cn.bootx.platform.iam.core.client.dao.ClientManager.class - [JAR]

├─ cn.bootx.platform.iam.core.client.dao.ClientMapper.class - [JAR]

├─ cn.bootx.platform.iam.core.client.dao.LoginTypeManager.class - [JAR]

├─ cn.bootx.platform.iam.core.client.dao.LoginTypeMapper.class - [JAR]

cn.bootx.platform.iam.core.permission.entity

├─ cn.bootx.platform.iam.core.permission.entity.PermMenu.class - [JAR]

├─ cn.bootx.platform.iam.core.permission.entity.PermPath.class - [JAR]

├─ cn.bootx.platform.iam.core.permission.entity.RequestPath.class - [JAR]

cn.bootx.platform.iam.param.scope

├─ cn.bootx.platform.iam.param.scope.DataScopeDeptParam.class - [JAR]

├─ cn.bootx.platform.iam.param.scope.DataScopeParam.class - [JAR]

├─ cn.bootx.platform.iam.param.scope.DataScopeUserParam.class - [JAR]

cn.bootx.platform.iam.core.client.service

├─ cn.bootx.platform.iam.core.client.service.ClientService.class - [JAR]

├─ cn.bootx.platform.iam.core.client.service.LoginTypeService.class - [JAR]

cn.bootx.platform.iam.param.client

├─ cn.bootx.platform.iam.param.client.ClientParam.class - [JAR]

├─ cn.bootx.platform.iam.param.client.LoginTypeParam.class - [JAR]

cn.bootx.platform.iam.handler

├─ cn.bootx.platform.iam.handler.DataPermScopeHandlerImpl.class - [JAR]

├─ cn.bootx.platform.iam.handler.IgnorePathRouterCheck.class - [JAR]

├─ cn.bootx.platform.iam.handler.PermCodeRouterCheck.class - [JAR]

├─ cn.bootx.platform.iam.handler.SelectFieldPermHandlerImpl.class - [JAR]

├─ cn.bootx.platform.iam.handler.UserPathRouterCheck.class - [JAR]

├─ cn.bootx.platform.iam.handler.WsUserAuthServiceImpl.class - [JAR]

cn.bootx.platform.iam.core.role.entity

├─ cn.bootx.platform.iam.core.role.entity.Role.class - [JAR]

cn.bootx.platform.iam.dto.client

├─ cn.bootx.platform.iam.dto.client.ClientDto.class - [JAR]

├─ cn.bootx.platform.iam.dto.client.LoginTypeDto.class - [JAR]

cn.bootx.platform.iam.core.client.convert

├─ cn.bootx.platform.iam.core.client.convert.ClientConvert.class - [JAR]

├─ cn.bootx.platform.iam.core.client.convert.ClientConvertImpl.class - [JAR]

├─ cn.bootx.platform.iam.core.client.convert.LoginTypeConvert.class - [JAR]

├─ cn.bootx.platform.iam.core.client.convert.LoginTypeConvertImpl.class - [JAR]

cn.bootx.platform.iam.param.upms

├─ cn.bootx.platform.iam.param.upms.RolePermissionParam.class - [JAR]

├─ cn.bootx.platform.iam.param.upms.UserDataScopeBatchParam.class - [JAR]

├─ cn.bootx.platform.iam.param.upms.UserDataScopeParam.class - [JAR]

├─ cn.bootx.platform.iam.param.upms.UserRoleBatchParam.class - [JAR]

├─ cn.bootx.platform.iam.param.upms.UserRoleParam.class - [JAR]

cn.bootx.platform.iam.dto.user

├─ cn.bootx.platform.iam.dto.user.LoginAfterUserInfo.class - [JAR]

├─ cn.bootx.platform.iam.dto.user.UserBaseInfoDto.class - [JAR]

├─ cn.bootx.platform.iam.dto.user.UserExpandInfoDto.class - [JAR]

├─ cn.bootx.platform.iam.dto.user.UserInfoDto.class - [JAR]

├─ cn.bootx.platform.iam.dto.user.UserInfoWhole.class - [JAR]

├─ cn.bootx.platform.iam.dto.user.UserThirdBindInfo.class - [JAR]

├─ cn.bootx.platform.iam.dto.user.UserThirdDto.class - [JAR]

├─ cn.bootx.platform.iam.dto.user.UserThirdInfoDto.class - [JAR]

cn.bootx.platform.iam.param.role

├─ cn.bootx.platform.iam.param.role.RoleParam.class - [JAR]

cn.bootx.platform.iam.core.user.entity

├─ cn.bootx.platform.iam.core.user.entity.UserDept.class - [JAR]

├─ cn.bootx.platform.iam.core.user.entity.UserExpandInfo.class - [JAR]

├─ cn.bootx.platform.iam.core.user.entity.UserInfo.class - [JAR]

cn.bootx.platform.iam.core.auth.handler

├─ cn.bootx.platform.iam.core.auth.handler.GetAuthClientServiceImpl.class - [JAR]

├─ cn.bootx.platform.iam.core.auth.handler.GetAuthLoginTypeServiceImpl.class - [JAR]

├─ cn.bootx.platform.iam.core.auth.handler.LoginFailureHandlerImpl.class - [JAR]

├─ cn.bootx.platform.iam.core.auth.handler.LoginSuccessHandlerImpl.class - [JAR]

cn.bootx.platform.iam.core.permission.dao

├─ cn.bootx.platform.iam.core.permission.dao.PermMenuManager.class - [JAR]

├─ cn.bootx.platform.iam.core.permission.dao.PermMenuMapper.class - [JAR]

├─ cn.bootx.platform.iam.core.permission.dao.PermPathManager.class - [JAR]

├─ cn.bootx.platform.iam.core.permission.dao.PermPathMapper.class - [JAR]

cn.bootx.platform.iam.core.third.entity

├─ cn.bootx.platform.iam.core.third.entity.UserThird.class - [JAR]

├─ cn.bootx.platform.iam.core.third.entity.UserThirdInfo.class - [JAR]

cn.bootx.platform.iam.dto.upms

├─ cn.bootx.platform.iam.dto.upms.MenuAndResourceDto.class - [JAR]

cn.bootx.platform.iam.exception.login

├─ cn.bootx.platform.iam.exception.login.UserPasswordInvalidException.class - [JAR]

cn.bootx.platform.iam

├─ cn.bootx.platform.iam.IamApplication.class - [JAR]

cn.bootx.platform.iam.controller

├─ cn.bootx.platform.iam.controller.AuthAssistController.class - [JAR]

├─ cn.bootx.platform.iam.controller.ClientController.class - [JAR]

├─ cn.bootx.platform.iam.controller.DataScopeController.class - [JAR]

├─ cn.bootx.platform.iam.controller.DeptController.class - [JAR]

├─ cn.bootx.platform.iam.controller.LoginTypeController.class - [JAR]

├─ cn.bootx.platform.iam.controller.PermMenuController.class - [JAR]

├─ cn.bootx.platform.iam.controller.PermPathController.class - [JAR]

├─ cn.bootx.platform.iam.controller.RoleController.class - [JAR]

├─ cn.bootx.platform.iam.controller.RoleMenuController.class - [JAR]

├─ cn.bootx.platform.iam.controller.RolePathController.class - [JAR]

├─ cn.bootx.platform.iam.controller.ThirdLoginController.class - [JAR]

├─ cn.bootx.platform.iam.controller.UserAdminController.class - [JAR]

├─ cn.bootx.platform.iam.controller.UserAssistController.class - [JAR]

├─ cn.bootx.platform.iam.controller.UserDataScopeController.class - [JAR]

├─ cn.bootx.platform.iam.controller.UserDeptController.class - [JAR]

├─ cn.bootx.platform.iam.controller.UserInfoController.class - [JAR]

├─ cn.bootx.platform.iam.controller.UserRoleController.class - [JAR]

├─ cn.bootx.platform.iam.controller.UserThirdController.class - [JAR]

cn.bootx.platform.iam.core.third.dao

├─ cn.bootx.platform.iam.core.third.dao.UserThirdInfoManager.class - [JAR]

├─ cn.bootx.platform.iam.core.third.dao.UserThirdInfoMapper.class - [JAR]

├─ cn.bootx.platform.iam.core.third.dao.UserThirdManager.class - [JAR]

├─ cn.bootx.platform.iam.core.third.dao.UserThirdMapper.class - [JAR]

cn.bootx.platform.iam.event.user

├─ cn.bootx.platform.iam.event.user.UserAssignRoleEvent.class - [JAR]

├─ cn.bootx.platform.iam.event.user.UserChangePasswordEvent.class - [JAR]

├─ cn.bootx.platform.iam.event.user.UserCreateEvent.class - [JAR]

├─ cn.bootx.platform.iam.event.user.UserDeleteEvent.class - [JAR]

├─ cn.bootx.platform.iam.event.user.UserLockEvent.class - [JAR]

├─ cn.bootx.platform.iam.event.user.UserRestartPasswordEvent.class - [JAR]

├─ cn.bootx.platform.iam.event.user.UserUnlockEvent.class - [JAR]

├─ cn.bootx.platform.iam.event.user.UserUpdateEvent.class - [JAR]

cn.bootx.platform.iam.core.role.convert

├─ cn.bootx.platform.iam.core.role.convert.RoleConvert.class - [JAR]

├─ cn.bootx.platform.iam.core.role.convert.RoleConvertImpl.class - [JAR]

cn.bootx.platform.iam.exception.user

├─ cn.bootx.platform.iam.exception.user.UserInfoNotExistsException.class - [JAR]

├─ cn.bootx.platform.iam.exception.user.UserNonePhoneAndEmailException.class - [JAR]

├─ cn.bootx.platform.iam.exception.user.UserPhoneAlreadyExistedException.class - [JAR]

cn.bootx.platform.iam.core.upms.service

├─ cn.bootx.platform.iam.core.upms.service.RolePathService.class - [JAR]

├─ cn.bootx.platform.iam.core.upms.service.RolePermService.class - [JAR]

├─ cn.bootx.platform.iam.core.upms.service.UserDataScopeService.class - [JAR]

├─ cn.bootx.platform.iam.core.upms.service.UserRoleService.class - [JAR]

cn.bootx.platform.iam.dto.role

├─ cn.bootx.platform.iam.dto.role.RoleDto.class - [JAR]

cn.bootx.platform.iam.core.role.service

├─ cn.bootx.platform.iam.core.role.service.RoleService.class - [JAR]

cn.bootx.platform.iam.core.scope.dao

├─ cn.bootx.platform.iam.core.scope.dao.DataScopeDeptManager.class - [JAR]

├─ cn.bootx.platform.iam.core.scope.dao.DataScopeDeptMapper.class - [JAR]

├─ cn.bootx.platform.iam.core.scope.dao.DataScopeManager.class - [JAR]

├─ cn.bootx.platform.iam.core.scope.dao.DataScopeMapper.class - [JAR]

├─ cn.bootx.platform.iam.core.scope.dao.DataScopeUserManager.class - [JAR]

├─ cn.bootx.platform.iam.core.scope.dao.DataScopeUserMapper.class - [JAR]

cn.bootx.platform.iam.core.user.dao

├─ cn.bootx.platform.iam.core.user.dao.UserDeptManager.class - [JAR]

├─ cn.bootx.platform.iam.core.user.dao.UserDeptMapper.class - [JAR]

├─ cn.bootx.platform.iam.core.user.dao.UserExpandInfoManager.class - [JAR]

├─ cn.bootx.platform.iam.core.user.dao.UserExpandInfoMapper.class - [JAR]

├─ cn.bootx.platform.iam.core.user.dao.UserInfoManager.class - [JAR]

├─ cn.bootx.platform.iam.core.user.dao.UserInfoMapper.class - [JAR]

cn.bootx.platform.iam.dto.permission

├─ cn.bootx.platform.iam.dto.permission.PermMenuDto.class - [JAR]

├─ cn.bootx.platform.iam.dto.permission.PermPathDto.class - [JAR]

cn.bootx.platform.iam.core.dept.event

├─ cn.bootx.platform.iam.core.dept.event.DeptDeleteEvent.class - [JAR]

cn.bootx.platform.iam.core.user.service

├─ cn.bootx.platform.iam.core.user.service.UserAdminService.class - [JAR]

├─ cn.bootx.platform.iam.core.user.service.UserAssistService.class - [JAR]

├─ cn.bootx.platform.iam.core.user.service.UserDeptService.class - [JAR]

├─ cn.bootx.platform.iam.core.user.service.UserExpandInfoService.class - [JAR]

├─ cn.bootx.platform.iam.core.user.service.UserInfoService.class - [JAR]

├─ cn.bootx.platform.iam.core.user.service.UserQueryService.class - [JAR]

cn.bootx.platform.iam.exception.permission

├─ cn.bootx.platform.iam.exception.permission.PermissionDBErrorException.class - [JAR]

cn.bootx.platform.iam.core.permission.service

├─ cn.bootx.platform.iam.core.permission.service.PermCodeService.class - [JAR]

├─ cn.bootx.platform.iam.core.permission.service.PermMenuService.class - [JAR]

├─ cn.bootx.platform.iam.core.permission.service.PermPathService.class - [JAR]

├─ cn.bootx.platform.iam.core.permission.service.RequestPathService.class - [JAR]

cn.bootx.platform.iam.param.user

├─ cn.bootx.platform.iam.param.user.UserBaseInfoParam.class - [JAR]

├─ cn.bootx.platform.iam.param.user.UserBindThirdParam.class - [JAR]

├─ cn.bootx.platform.iam.param.user.UserChangeEmailParam.class - [JAR]

├─ cn.bootx.platform.iam.param.user.UserChangePhoneParam.class - [JAR]

├─ cn.bootx.platform.iam.param.user.UserDeptBatchParam.class - [JAR]

├─ cn.bootx.platform.iam.param.user.UserDeptParam.class - [JAR]

├─ cn.bootx.platform.iam.param.user.UserExpandInfoParam.class - [JAR]

├─ cn.bootx.platform.iam.param.user.UserForgetEmailParam.class - [JAR]

├─ cn.bootx.platform.iam.param.user.UserForgetPhoneParam.class - [JAR]

├─ cn.bootx.platform.iam.param.user.UserInfoParam.class - [JAR]

├─ cn.bootx.platform.iam.param.user.UserRegisterParam.class - [JAR]

├─ cn.bootx.platform.iam.param.user.UserThirdInfoParam.class - [JAR]

cn.bootx.platform.iam.core.upms.entity

├─ cn.bootx.platform.iam.core.upms.entity.RoleMenu.class - [JAR]

├─ cn.bootx.platform.iam.core.upms.entity.RolePath.class - [JAR]

├─ cn.bootx.platform.iam.core.upms.entity.UserDataScope.class - [JAR]

├─ cn.bootx.platform.iam.core.upms.entity.UserRole.class - [JAR]

cn.bootx.platform.iam.code

├─ cn.bootx.platform.iam.code.CachingCode.class - [JAR]

├─ cn.bootx.platform.iam.code.IamErrorCode.class - [JAR]

├─ cn.bootx.platform.iam.code.OrgCategoryCode.class - [JAR]

├─ cn.bootx.platform.iam.code.PermissionCode.class - [JAR]

├─ cn.bootx.platform.iam.code.UserStatusCode.class - [JAR]

cn.bootx.platform.iam.event.role

├─ cn.bootx.platform.iam.event.role.RoleCreateEvent.class - [JAR]

├─ cn.bootx.platform.iam.event.role.RoleDeleteEvent.class - [JAR]

├─ cn.bootx.platform.iam.event.role.RoleUpdateEvent.class - [JAR]

cn.bootx.platform.iam.core.scope.convert

├─ cn.bootx.platform.iam.core.scope.convert.DataScopeConvert.class - [JAR]

├─ cn.bootx.platform.iam.core.scope.convert.DataScopeConvertImpl.class - [JAR]

cn.bootx.platform.iam.core.auth.login

├─ cn.bootx.platform.iam.core.auth.login.DingTalkLoginHandler.class - [JAR]

├─ cn.bootx.platform.iam.core.auth.login.PasswordLoginHandler.class - [JAR]

├─ cn.bootx.platform.iam.core.auth.login.PhoneLoginHandler.class - [JAR]

├─ cn.bootx.platform.iam.core.auth.login.WeChatLoginHandler.class - [JAR]

├─ cn.bootx.platform.iam.core.auth.login.WeChatOpenLoginHandler.class - [JAR]

├─ cn.bootx.platform.iam.core.auth.login.WeComLoginHandler.class - [JAR]

cn.bootx.platform.iam.core.permission.convert

├─ cn.bootx.platform.iam.core.permission.convert.PermConvert.class - [JAR]

├─ cn.bootx.platform.iam.core.permission.convert.PermConvertImpl.class - [JAR]

cn.bootx.platform.iam.param.permission

├─ cn.bootx.platform.iam.param.permission.PermMenuParam.class - [JAR]

├─ cn.bootx.platform.iam.param.permission.PermPathBatchEnableParam.class - [JAR]

├─ cn.bootx.platform.iam.param.permission.PermPathParam.class - [JAR]

cn.bootx.platform.iam.core.third.service

├─ cn.bootx.platform.iam.core.third.service.UserThirdBindService.class - [JAR]

├─ cn.bootx.platform.iam.core.third.service.UserThirdQueryService.class - [JAR]

├─ cn.bootx.platform.iam.core.third.service.UserTiredOperateService.class - [JAR]

cn.bootx.platform.iam.core.auth.service

├─ cn.bootx.platform.iam.core.auth.service.AuthAssistService.class - [JAR]

├─ cn.bootx.platform.iam.core.auth.service.ThirdLoginService.class - [JAR]

cn.bootx.platform.iam.core.third.convert

├─ cn.bootx.platform.iam.core.third.convert.UserThirdConvert.class - [JAR]

├─ cn.bootx.platform.iam.core.third.convert.UserThirdConvertImpl.class - [JAR]

├─ cn.bootx.platform.iam.core.third.convert.UserThirdInfoConvert.class - [JAR]

├─ cn.bootx.platform.iam.core.third.convert.UserThirdInfoConvertImpl.class - [JAR]

cn.bootx.platform.iam.dto.scope

├─ cn.bootx.platform.iam.dto.scope.DataScopeDto.class - [JAR]

├─ cn.bootx.platform.iam.dto.scope.DataScopeUserInfoDto.class - [JAR]

cn.bootx.platform.iam.core.dept.entity

├─ cn.bootx.platform.iam.core.dept.entity.Dept.class - [JAR]

cn.bootx.platform.iam.core.scope.entity

├─ cn.bootx.platform.iam.core.scope.entity.DataScope.class - [JAR]

├─ cn.bootx.platform.iam.core.scope.entity.DataScopeDept.class - [JAR]

├─ cn.bootx.platform.iam.core.scope.entity.DataScopeUser.class - [JAR]

cn.bootx.platform.iam.core.scope.service

├─ cn.bootx.platform.iam.core.scope.service.DataScopeService.class - [JAR]

├─ cn.bootx.platform.iam.core.scope.service.DataScopeUserService.class - [JAR]

cn.bootx.platform.iam.core.user.convert

├─ cn.bootx.platform.iam.core.user.convert.UserConvert.class - [JAR]

├─ cn.bootx.platform.iam.core.user.convert.UserConvertImpl.class - [JAR]

cn.bootx.platform.iam.param.dept

├─ cn.bootx.platform.iam.param.dept.DeptParam.class - [JAR]