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 org.wso2.carbon.identity.oauth.extension-6.11.52.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.wso2.carbon.identity.oauth.extension.utils
├─ org.wso2.carbon.identity.oauth.extension.utils.Constants.class - [JAR]
├─ org.wso2.carbon.identity.oauth.extension.utils.EngineUtils.class - [JAR]
org.wso2.carbon.identity.oauth.extension.engine
├─ org.wso2.carbon.identity.oauth.extension.engine.JSEngine.class - [JAR]
org.wso2.carbon.identity.oauth.extension.engine.impl
├─ org.wso2.carbon.identity.oauth.extension.engine.impl.JSEngineImpl.class - [JAR]
├─ org.wso2.carbon.identity.oauth.extension.engine.impl.OpenJdkJSEngineImpl.class - [JAR]