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 cloudopt-next-auth-3.1.0.2-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.cloudopt.next.auth.impl
├─ net.cloudopt.next.auth.impl.JsonAuth.class - [JAR]
net.cloudopt.next.auth.utils
├─ net.cloudopt.next.auth.utils.BuiltinOperators.class - [JAR]
├─ net.cloudopt.next.auth.utils.RuleMatch.class - [JAR]
net.cloudopt.next.auth
├─ net.cloudopt.next.auth.Auth.class - [JAR]
net.cloudopt.next.auth.bean
├─ net.cloudopt.next.auth.bean.Group.class - [JAR]
├─ net.cloudopt.next.auth.bean.PermissionTree.class - [JAR]
├─ net.cloudopt.next.auth.bean.Role.class - [JAR]
├─ net.cloudopt.next.auth.bean.Rule.class - [JAR]
├─ net.cloudopt.next.auth.bean.User.class - [JAR]