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 nacos-auth-2.0.4.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.alibaba.nacos.auth.model
├─ com.alibaba.nacos.auth.model.Permission.class - [JAR]
├─ com.alibaba.nacos.auth.model.Resource.class - [JAR]
├─ com.alibaba.nacos.auth.model.User.class - [JAR]
com.alibaba.nacos.auth
├─ com.alibaba.nacos.auth.AuthManager.class - [JAR]
com.alibaba.nacos.auth.annotation
├─ com.alibaba.nacos.auth.annotation.Secured.class - [JAR]
com.alibaba.nacos.auth.exception
├─ com.alibaba.nacos.auth.exception.AccessException.class - [JAR]
com.alibaba.nacos.auth.util
├─ com.alibaba.nacos.auth.util.AuthHeaderUtil.class - [JAR]
com.alibaba.nacos.auth.common
├─ com.alibaba.nacos.auth.common.ActionTypes.class - [JAR]
├─ com.alibaba.nacos.auth.common.AuthConfigs.class - [JAR]
├─ com.alibaba.nacos.auth.common.AuthSystemTypes.class - [JAR]
com.alibaba.nacos.auth.parser
├─ com.alibaba.nacos.auth.parser.DefaultResourceParser.class - [JAR]
├─ com.alibaba.nacos.auth.parser.ResourceParser.class - [JAR]