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 kafka-oauth-keycloak-authorizer-0.13.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.strimzi.kafka.oauth.server.authorizer
├─ io.strimzi.kafka.oauth.server.authorizer.AuthzConfig.class - [JAR]
├─ io.strimzi.kafka.oauth.server.authorizer.Configuration.class - [JAR]
├─ io.strimzi.kafka.oauth.server.authorizer.GrantsHandler.class - [JAR]
├─ io.strimzi.kafka.oauth.server.authorizer.JwtKafkaPrincipalBuilder.class - [JAR]
├─ io.strimzi.kafka.oauth.server.authorizer.KeycloakAuthorizer.class - [JAR]
├─ io.strimzi.kafka.oauth.server.authorizer.KeycloakAuthorizerService.class - [JAR]
├─ io.strimzi.kafka.oauth.server.authorizer.KeycloakRBACAuthorizer.class - [JAR]
├─ io.strimzi.kafka.oauth.server.authorizer.ResourceSpec.class - [JAR]
├─ io.strimzi.kafka.oauth.server.authorizer.ScopesSpec.class - [JAR]
├─ io.strimzi.kafka.oauth.server.authorizer.Semaphores.class - [JAR]
├─ io.strimzi.kafka.oauth.server.authorizer.UserSpec.class - [JAR]
io.strimzi.kafka.oauth.server.authorizer.metrics
├─ io.strimzi.kafka.oauth.server.authorizer.metrics.GrantsHttpSensorKeyProducer.class - [JAR]
├─ io.strimzi.kafka.oauth.server.authorizer.metrics.KeycloakAuthorizationSensorKeyProducer.class - [JAR]