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.permission.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.permission.service.impl
├─ org.wso2.carbon.identity.oauth.uma.permission.service.impl.PermissionServiceImpl.class - [JAR]
├─ org.wso2.carbon.identity.oauth.uma.permission.service.impl.UMAIntrospectionDataProvider.class - [JAR]
org.wso2.carbon.identity.oauth.uma.permission.service.internal
├─ org.wso2.carbon.identity.oauth.uma.permission.service.internal.PermissionServiceComponent.class - [JAR]
org.wso2.carbon.identity.oauth.uma.permission.service.dao
├─ org.wso2.carbon.identity.oauth.uma.permission.service.dao.PermissionTicketDAO.class - [JAR]
org.wso2.carbon.identity.oauth.uma.permission.service
├─ org.wso2.carbon.identity.oauth.uma.permission.service.PermissionService.class - [JAR]
org.wso2.carbon.identity.oauth.uma.permission.service.model
├─ org.wso2.carbon.identity.oauth.uma.permission.service.model.PermissionTicketModel.class - [JAR]
├─ org.wso2.carbon.identity.oauth.uma.permission.service.model.Resource.class - [JAR]