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 xcloud-iam-client-example-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wl4g.iam.example.authc
├─ com.wl4g.iam.example.authc.ExampleClientSecurityCoprocessor.class - [JAR]
├─ com.wl4g.iam.example.authc.ExampleSecondaryAuthenticator.class - [JAR]
com.wl4g.iam.example.android
├─ com.wl4g.iam.example.android.AndroidIamUserCoordinator.class - [JAR]
com.wl4g.iam.example.service
├─ com.wl4g.iam.example.service.ExampleService.class - [JAR]
com.wl4g.iam.example.web
├─ com.wl4g.iam.example.web.ExampleController.class - [JAR]
├─ com.wl4g.iam.example.web.ExampleSensitiveController.class - [JAR]
├─ com.wl4g.iam.example.web.ExampleXssController.class - [JAR]
com.wl4g
├─ com.wl4g.IamExample.class - [JAR]