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 j2mvc-authorization-distribute-2.1.06.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.j2mvc.authorization.distribute.entity
├─ com.j2mvc.authorization.distribute.entity.Auth.class - [JAR]
├─ com.j2mvc.authorization.distribute.entity.BaseUser.class - [JAR]
├─ com.j2mvc.authorization.distribute.entity.Menu.class - [JAR]
├─ com.j2mvc.authorization.distribute.entity.Role.class - [JAR]
├─ com.j2mvc.authorization.distribute.entity.RoleAuth.class - [JAR]
├─ com.j2mvc.authorization.distribute.entity.RoleMenu.class - [JAR]
├─ com.j2mvc.authorization.distribute.entity.UserRole.class - [JAR]
com.j2mvc.authorization.distribute.config
├─ com.j2mvc.authorization.distribute.config.AuthConfig.class - [JAR]
├─ com.j2mvc.authorization.distribute.config.DomParseImpl.class - [JAR]
├─ com.j2mvc.authorization.distribute.config.InjectAuth.class - [JAR]
com.j2mvc.authorization.distribute
├─ com.j2mvc.authorization.distribute.AuthCallback.class - [JAR]
├─ com.j2mvc.authorization.distribute.AuthFilter.class - [JAR]
├─ com.j2mvc.authorization.distribute.AuthInterceptor.class - [JAR]
├─ com.j2mvc.authorization.distribute.AuthorizationUtils.class - [JAR]
com.j2mvc.authorization.distribute.global
├─ com.j2mvc.authorization.distribute.global.AuthConstants.class - [JAR]
├─ com.j2mvc.authorization.distribute.global.AuthSession.class - [JAR]
├─ com.j2mvc.authorization.distribute.global.EntityConstants.class - [JAR]
com.j2mvc.authorization.distribute.mapping
├─ com.j2mvc.authorization.distribute.mapping.AuthMethod.class - [JAR]
com.j2mvc.authorization.distribute.service
├─ com.j2mvc.authorization.distribute.service.AuthService.class - [JAR]
├─ com.j2mvc.authorization.distribute.service.MenuService.class - [JAR]
├─ com.j2mvc.authorization.distribute.service.RoleMenuService.class - [JAR]
├─ com.j2mvc.authorization.distribute.service.RoleService.class - [JAR]
├─ com.j2mvc.authorization.distribute.service.UserRoleService.class - [JAR]