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 hsweb-system-authorization-local-3.0.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.hswebframework.web.dao.authorization
├─ org.hswebframework.web.dao.authorization.AuthorizationSettingDao.class - [JAR]
├─ org.hswebframework.web.dao.authorization.AuthorizationSettingDetailDao.class - [JAR]
├─ org.hswebframework.web.dao.authorization.AuthorizationSettingMenuDao.class - [JAR]
├─ org.hswebframework.web.dao.authorization.MenuDao.class - [JAR]
├─ org.hswebframework.web.dao.authorization.MenuGroupBindDao.class - [JAR]
├─ org.hswebframework.web.dao.authorization.MenuGroupDao.class - [JAR]
├─ org.hswebframework.web.dao.authorization.PermissionDao.class - [JAR]
├─ org.hswebframework.web.dao.authorization.RoleDao.class - [JAR]
├─ org.hswebframework.web.dao.authorization.UserDao.class - [JAR]
├─ org.hswebframework.web.dao.authorization.UserRoleDao.class - [JAR]
├─ org.hswebframework.web.dao.authorization.UserSettingDao.class - [JAR]
org.hswebframework.web.service.authorization.simple.totp
├─ org.hswebframework.web.service.authorization.simple.totp.Base32String.class - [JAR]
├─ org.hswebframework.web.service.authorization.simple.totp.HexEncoding.class - [JAR]
├─ org.hswebframework.web.service.authorization.simple.totp.TotpTwoFactorProvider.class - [JAR]
├─ org.hswebframework.web.service.authorization.simple.totp.TotpUtil.class - [JAR]
org.hswebframework.web.service.authorization.simple.terms
├─ org.hswebframework.web.service.authorization.simple.terms.CustomUserSqlTermAutoConfiguration.class - [JAR]
├─ org.hswebframework.web.service.authorization.simple.terms.UserInRoleSqlTerm.class - [JAR]
org.hswebframework.web.service.authorization.simple
├─ org.hswebframework.web.service.authorization.simple.CacheConstants.class - [JAR]
├─ org.hswebframework.web.service.authorization.simple.DefaultDataAccessFactory.class - [JAR]
├─ org.hswebframework.web.service.authorization.simple.InServiceUserSettingManager.class - [JAR]
├─ org.hswebframework.web.service.authorization.simple.SimpleAuthenticationManager.class - [JAR]
├─ org.hswebframework.web.service.authorization.simple.SimpleAuthorizationSettingMenuService.class - [JAR]
├─ org.hswebframework.web.service.authorization.simple.SimpleAuthorizationSettingService.class - [JAR]
├─ org.hswebframework.web.service.authorization.simple.SimpleMenuGroupBindService.class - [JAR]
├─ org.hswebframework.web.service.authorization.simple.SimpleMenuGroupService.class - [JAR]
├─ org.hswebframework.web.service.authorization.simple.SimpleMenuService.class - [JAR]
├─ org.hswebframework.web.service.authorization.simple.SimplePermissionService.class - [JAR]
├─ org.hswebframework.web.service.authorization.simple.SimpleRoleService.class - [JAR]
├─ org.hswebframework.web.service.authorization.simple.SimpleUserService.class - [JAR]
├─ org.hswebframework.web.service.authorization.simple.SimpleUserSettingService.class - [JAR]