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 nxyfan-plugin-auth-1.2.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.nxyfan.framework.auth.core.config
├─ com.nxyfan.framework.auth.core.config.AuthConfigure.class - [JAR]
com.nxyfan.framework.auth.core.listener
├─ com.nxyfan.framework.auth.core.listener.AuthListener.class - [JAR]
com.nxyfan.framework.auth.controller
├─ com.nxyfan.framework.auth.controller.AuthClientController.class - [JAR]
├─ com.nxyfan.framework.auth.controller.AuthController.class - [JAR]
├─ com.nxyfan.framework.auth.controller.AuthSessionController.class - [JAR]
com.nxyfan.framework.auth.core.annotation
├─ com.nxyfan.framework.auth.core.annotation.SaClientCheckLogin.class - [JAR]
├─ com.nxyfan.framework.auth.core.annotation.SaClientCheckPermission.class - [JAR]
├─ com.nxyfan.framework.auth.core.annotation.SaClientCheckRole.class - [JAR]