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 oauth2-spi-0.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.edc.iam.oauth2.spi.client
├─ org.eclipse.edc.iam.oauth2.spi.client.Oauth2Client.class - [JAR]
├─ org.eclipse.edc.iam.oauth2.spi.client.Oauth2CredentialsRequest.class - [JAR]
├─ org.eclipse.edc.iam.oauth2.spi.client.PrivateKeyOauth2CredentialsRequest.class - [JAR]
├─ org.eclipse.edc.iam.oauth2.spi.client.SharedSecretOauth2CredentialsRequest.class - [JAR]
org.eclipse.edc.iam.oauth2.spi
├─ org.eclipse.edc.iam.oauth2.spi.CredentialsRequestAdditionalParametersProvider.class - [JAR]
├─ org.eclipse.edc.iam.oauth2.spi.Oauth2AssertionDecorator.class - [JAR]
├─ org.eclipse.edc.iam.oauth2.spi.Oauth2DataAddressSchema.class - [JAR]
├─ org.eclipse.edc.iam.oauth2.spi.Oauth2DataAddressValidator.class - [JAR]
├─ org.eclipse.edc.iam.oauth2.spi.Oauth2JwtDecoratorRegistry.class - [JAR]
├─ org.eclipse.edc.iam.oauth2.spi.Oauth2ValidationRulesRegistry.class - [JAR]
├─ org.eclipse.edc.iam.oauth2.spi.package-info.class - [JAR]