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.uma.resource.service-1.3.13.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.wso2.carbon.identity.oauth.uma.resource.service.dao
├─ org.wso2.carbon.identity.oauth.uma.resource.service.dao.ResourceDAO.class - [JAR]
├─ org.wso2.carbon.identity.oauth.uma.resource.service.dao.SQLQueries.class - [JAR]
org.wso2.carbon.identity.oauth.uma.resource.service
├─ org.wso2.carbon.identity.oauth.uma.resource.service.ResourceService.class - [JAR]
org.wso2.carbon.identity.oauth.uma.resource.service.impl
├─ org.wso2.carbon.identity.oauth.uma.resource.service.impl.ResourceServiceImpl.class - [JAR]
org.wso2.carbon.identity.oauth.uma.resource.service.model
├─ org.wso2.carbon.identity.oauth.uma.resource.service.model.Resource.class - [JAR]
├─ org.wso2.carbon.identity.oauth.uma.resource.service.model.ScopeDataDO.class - [JAR]
org.wso2.carbon.identity.oauth.uma.resource.service.internal
├─ org.wso2.carbon.identity.oauth.uma.resource.service.internal.RegisterServiceComponents.class - [JAR]