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.inbound.provisioning.scim2.provider-2.0.19.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.wso2.carbon.identity.inbound.provisioning.scim2.provider.resources
├─ org.wso2.carbon.identity.inbound.provisioning.scim2.provider.resources.AbstractResource.class - [JAR]
├─ org.wso2.carbon.identity.inbound.provisioning.scim2.provider.resources.GroupResource.class - [JAR]
├─ org.wso2.carbon.identity.inbound.provisioning.scim2.provider.resources.MeResource.class - [JAR]
├─ org.wso2.carbon.identity.inbound.provisioning.scim2.provider.resources.ResourceTypeResource.class - [JAR]
├─ org.wso2.carbon.identity.inbound.provisioning.scim2.provider.resources.ServiceProviderConfigResource.class - [JAR]
├─ org.wso2.carbon.identity.inbound.provisioning.scim2.provider.resources.UserResource.class - [JAR]
org.wso2.carbon.identity.inbound.provisioning.scim2.provider.mappers
├─ org.wso2.carbon.identity.inbound.provisioning.scim2.provider.mappers.SCIMClientExceptionMapper.class - [JAR]
org.wso2.carbon.identity.inbound.provisioning.scim2.provider.util
├─ org.wso2.carbon.identity.inbound.provisioning.scim2.provider.util.ResourceUtil.class - [JAR]
├─ org.wso2.carbon.identity.inbound.provisioning.scim2.provider.util.SCIMProviderConstants.class - [JAR]