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 okta-authn-sdk-examples-springboot-2.0.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.okta.example
├─ com.okta.example.ExampleApplication.class - [JAR]
com.okta.example.controllers
├─ com.okta.example.controllers.EmailAuthenticationController.class - [JAR]
├─ com.okta.example.controllers.ForgotPasswordController.class - [JAR]
├─ com.okta.example.controllers.LoginController.class - [JAR]
├─ com.okta.example.controllers.RootController.class - [JAR]
com.okta.example.helpers
├─ com.okta.example.helpers.AuthHelper.class - [JAR]
com.okta.example.config
├─ com.okta.example.config.ApplicationConfig.class - [JAR]