View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window iussoft-uct-3.3.23082309.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.apache.uct.controller
├─ com.apache.uct.controller.ActAction.class - [JAR]
├─ com.apache.uct.controller.DeptAction.class - [JAR]
├─ com.apache.uct.controller.LockAction.class - [JAR]
├─ com.apache.uct.controller.OrgAction.class - [JAR]
├─ com.apache.uct.controller.RestfullUctAction.class - [JAR]
├─ com.apache.uct.controller.RoleAction.class - [JAR]
├─ com.apache.uct.controller.SysAction.class - [JAR]
├─ com.apache.uct.controller.UctAdminAction.class - [JAR]
├─ com.apache.uct.controller.UserActAction.class - [JAR]
├─ com.apache.uct.controller.UserAction.class - [JAR]
├─ com.apache.uct.controller.WelcomeUctAction.class - [JAR]
com.apache.uct.dao
├─ com.apache.uct.dao.ActDaoImpl.class - [JAR]
├─ com.apache.uct.dao.ActGiveDaoImpl.class - [JAR]
├─ com.apache.uct.dao.CacheDaoImpl.class - [JAR]
├─ com.apache.uct.dao.DataRightDaoImpl.class - [JAR]
├─ com.apache.uct.dao.DeptDaoImpl.class - [JAR]
├─ com.apache.uct.dao.LockDaoImpl.class - [JAR]
├─ com.apache.uct.dao.OrgDaoImpl.class - [JAR]
├─ com.apache.uct.dao.RoleDaoImpl.class - [JAR]
├─ com.apache.uct.dao.RoleGiveDaoImpl.class - [JAR]
├─ com.apache.uct.dao.RoleOrgDaoImpl.class - [JAR]
├─ com.apache.uct.dao.SysDaoImpl.class - [JAR]
├─ com.apache.uct.dao.UserDaoImpl.class - [JAR]
com.apache.uct.common
├─ com.apache.uct.common.BaseRestFullAction.class - [JAR]
com.apache.uct.manager
├─ com.apache.uct.manager.ActGiveManager.class - [JAR]
├─ com.apache.uct.manager.ActManager.class - [JAR]
├─ com.apache.uct.manager.DataRightManager.class - [JAR]
├─ com.apache.uct.manager.DeptManager.class - [JAR]
├─ com.apache.uct.manager.LockManager.class - [JAR]
├─ com.apache.uct.manager.OrgManager.class - [JAR]
├─ com.apache.uct.manager.RoleGiveManager.class - [JAR]
├─ com.apache.uct.manager.RoleManager.class - [JAR]
├─ com.apache.uct.manager.SysManager.class - [JAR]
├─ com.apache.uct.manager.UnityBaseManager.class - [JAR]
├─ com.apache.uct.manager.UserManager.class - [JAR]
com.apache.uct.service.impl
├─ com.apache.uct.service.impl.ActGiveManagerImpl.class - [JAR]
├─ com.apache.uct.service.impl.ActManagerImpl.class - [JAR]
├─ com.apache.uct.service.impl.DataRightManagerImpl.class - [JAR]
├─ com.apache.uct.service.impl.DeptManagerImpl.class - [JAR]
├─ com.apache.uct.service.impl.LockManagerImpl.class - [JAR]
├─ com.apache.uct.service.impl.OrgManagerImpl.class - [JAR]
├─ com.apache.uct.service.impl.RoleGiveManagerImpl.class - [JAR]
├─ com.apache.uct.service.impl.RoleManagerImpl.class - [JAR]
├─ com.apache.uct.service.impl.SysManagerImpl.class - [JAR]
├─ com.apache.uct.service.impl.UctProxyManagerImpl.class - [JAR]
├─ com.apache.uct.service.impl.UserBackManagerImpl.class - [JAR]
├─ com.apache.uct.service.impl.UserManagerImpl.class - [JAR]
com.apache.uct.common.filter
├─ com.apache.uct.common.filter.SsoServerFilter.class - [JAR]
├─ com.apache.uct.common.filter.UctServerFilter.class - [JAR]
com.apache.uct.service.plugins
├─ com.apache.uct.service.plugins.AbstractSuperPlugin.class - [JAR]
├─ com.apache.uct.service.plugins.ActActionPluginImpl.class - [JAR]
├─ com.apache.uct.service.plugins.ActCacheHelper.class - [JAR]
├─ com.apache.uct.service.plugins.ActEntityPlugin.class - [JAR]
├─ com.apache.uct.service.plugins.ActGiveExecutePlugins.class - [JAR]
├─ com.apache.uct.service.plugins.ActListByUserPlugin.class - [JAR]
├─ com.apache.uct.service.plugins.ActListPlugin.class - [JAR]
├─ com.apache.uct.service.plugins.DeleteOrgPlugins.class - [JAR]
├─ com.apache.uct.service.plugins.DeptActionPluginImpl.class - [JAR]
├─ com.apache.uct.service.plugins.DeptEntityPlugin.class - [JAR]
├─ com.apache.uct.service.plugins.DeptListPlugin.class - [JAR]
├─ com.apache.uct.service.plugins.DeptSavePlugin.class - [JAR]
├─ com.apache.uct.service.plugins.FindActForOrgPlugins.class - [JAR]
├─ com.apache.uct.service.plugins.FlowCorePlugin.class - [JAR]
├─ com.apache.uct.service.plugins.GrantActToUserPlugin.class - [JAR]
├─ com.apache.uct.service.plugins.LockListPlugin.class - [JAR]
├─ com.apache.uct.service.plugins.OrgActionPluginImpl.class - [JAR]
├─ com.apache.uct.service.plugins.OrgDelPlugin.class - [JAR]
├─ com.apache.uct.service.plugins.OrgEntityPlugin.class - [JAR]
├─ com.apache.uct.service.plugins.OrgListPlugin.class - [JAR]
├─ com.apache.uct.service.plugins.OrgSavePlugin.class - [JAR]
├─ com.apache.uct.service.plugins.RoleActionPluginImpl.class - [JAR]
├─ com.apache.uct.service.plugins.RoleListPlugin.class - [JAR]
├─ com.apache.uct.service.plugins.SsoUserInfoPlugin.class - [JAR]
├─ com.apache.uct.service.plugins.SysEntityPlugin.class - [JAR]
├─ com.apache.uct.service.plugins.SysListPlugin.class - [JAR]
├─ com.apache.uct.service.plugins.SysRelationSavePlugin.class - [JAR]
├─ com.apache.uct.service.plugins.UnitySystemConfigPlugin.class - [JAR]
├─ com.apache.uct.service.plugins.UserActionPluginImpl.class - [JAR]
├─ com.apache.uct.service.plugins.UserActsActionPluginImpl.class - [JAR]
├─ com.apache.uct.service.plugins.UserEntityPlugin.class - [JAR]
├─ com.apache.uct.service.plugins.UserIntegratePlugin.class - [JAR]
├─ com.apache.uct.service.plugins.UserListPlugin.class - [JAR]
├─ com.apache.uct.service.plugins.UserSavePlugin.class - [JAR]
com.apache.uct.service
├─ com.apache.uct.service.UctServiceImpl.class - [JAR]
com.apache.websocket
├─ com.apache.websocket.FlowWebsocketServer.class - [JAR]
├─ com.apache.websocket.UserWebsocketServer.class - [JAR]