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 nifi-registry-framework-1.23.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.nifi.registry.provider
├─ org.apache.nifi.registry.provider.ProviderFactory.class - [JAR]
├─ org.apache.nifi.registry.provider.ProviderFactoryException.class - [JAR]
├─ org.apache.nifi.registry.provider.StandardProviderConfigurationContext.class - [JAR]
├─ org.apache.nifi.registry.provider.StandardProviderFactory.class - [JAR]
org.apache.nifi.registry.security.authorization
├─ org.apache.nifi.registry.security.authorization.AbstractConfigurableAccessPolicyProvider.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.AbstractPolicyBasedAuthorizer.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.AuthorizableLookup.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.AuthorizerCapabilityDetection.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.AuthorizerFactory.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.AuthorizerFactoryException.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.CompositeConfigurableUserGroupProvider.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.CompositeUserAndGroups.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.CompositeUserGroupProvider.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.StandardAuthorizableLookup.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.StandardAuthorizerConfigurationContext.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.StandardAuthorizerInitializationContext.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.StandardManagedAuthorizer.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.UntrustedProxyException.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.UsersAndAccessPolicies.class - [JAR]
org.apache.nifi.registry.db.entity
├─ org.apache.nifi.registry.db.entity.BucketEntity.class - [JAR]
├─ org.apache.nifi.registry.db.entity.BucketItemEntity.class - [JAR]
├─ org.apache.nifi.registry.db.entity.BucketItemEntityType.class - [JAR]
├─ org.apache.nifi.registry.db.entity.BundleEntity.class - [JAR]
├─ org.apache.nifi.registry.db.entity.BundleVersionDependencyEntity.class - [JAR]
├─ org.apache.nifi.registry.db.entity.BundleVersionEntity.class - [JAR]
├─ org.apache.nifi.registry.db.entity.ExtensionAdditionalDetailsEntity.class - [JAR]
├─ org.apache.nifi.registry.db.entity.ExtensionEntity.class - [JAR]
├─ org.apache.nifi.registry.db.entity.ExtensionProvidedServiceApiEntity.class - [JAR]
├─ org.apache.nifi.registry.db.entity.ExtensionRestrictionEntity.class - [JAR]
├─ org.apache.nifi.registry.db.entity.ExtensionTagEntity.class - [JAR]
├─ org.apache.nifi.registry.db.entity.FlowEntity.class - [JAR]
├─ org.apache.nifi.registry.db.entity.FlowSnapshotEntity.class - [JAR]
├─ org.apache.nifi.registry.db.entity.KeyEntity.class - [JAR]
├─ org.apache.nifi.registry.db.entity.TagCountEntity.class - [JAR]
org.apache.nifi.registry.security.authorization.database.mapper
├─ org.apache.nifi.registry.security.authorization.database.mapper.DatabaseAccessPolicyRowMapper.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.database.mapper.DatabaseGroupRowMapper.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.database.mapper.DatabaseUserRowMapper.class - [JAR]
org.apache.nifi.registry.security.ldap.tenants
├─ org.apache.nifi.registry.security.ldap.tenants.LdapUserGroupProvider.class - [JAR]
├─ org.apache.nifi.registry.security.ldap.tenants.SearchScope.class - [JAR]
├─ org.apache.nifi.registry.security.ldap.tenants.TenantHolder.class - [JAR]
org.apache.nifi.registry.security.authentication
├─ org.apache.nifi.registry.security.authentication.IdentityProviderFactory.class - [JAR]
├─ org.apache.nifi.registry.security.authentication.StandardIdentityProviderConfigurationContext.class - [JAR]
org.apache.nifi.registry.security.authorization.file.generated
├─ org.apache.nifi.registry.security.authorization.file.generated.Authorizations.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.file.generated.ObjectFactory.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.file.generated.Policies.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.file.generated.Policy.class - [JAR]
org.apache.nifi.registry.serialization
├─ org.apache.nifi.registry.serialization.AbstractMultiVersionSerializer.class - [JAR]
├─ org.apache.nifi.registry.serialization.ExtensionSerializer.class - [JAR]
├─ org.apache.nifi.registry.serialization.FlowContent.class - [JAR]
├─ org.apache.nifi.registry.serialization.FlowContentSerializer.class - [JAR]
├─ org.apache.nifi.registry.serialization.SerializationConstants.class - [JAR]
├─ org.apache.nifi.registry.serialization.SerializationException.class - [JAR]
├─ org.apache.nifi.registry.serialization.Serializer.class - [JAR]
├─ org.apache.nifi.registry.serialization.VersionedSerializer.class - [JAR]
org.apache.nifi.registry.provider.hook
├─ org.apache.nifi.registry.provider.hook.LoggingEventHookProvider.class - [JAR]
├─ org.apache.nifi.registry.provider.hook.ScriptEventHookProvider.class - [JAR]
org.apache.nifi.registry.security.authorization.database.entity
├─ org.apache.nifi.registry.security.authorization.database.entity.DatabaseAccessPolicy.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.database.entity.DatabaseGroup.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.database.entity.DatabaseUser.class - [JAR]
org.apache.nifi.registry.security.authorization.shell
├─ org.apache.nifi.registry.security.authorization.shell.NssShellCommands.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.shell.OsxShellCommands.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.shell.ShellCommandsProvider.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.shell.ShellRunner.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.shell.ShellUserGroupProvider.class - [JAR]
org.apache.nifi.registry.url.aliaser.generated
├─ org.apache.nifi.registry.url.aliaser.generated.Alias.class - [JAR]
├─ org.apache.nifi.registry.url.aliaser.generated.Aliases.class - [JAR]
├─ org.apache.nifi.registry.url.aliaser.generated.ObjectFactory.class - [JAR]
org.apache.nifi.registry.service.extension
├─ org.apache.nifi.registry.service.extension.BundleMetadataExtractors.class - [JAR]
├─ org.apache.nifi.registry.service.extension.ExtensionService.class - [JAR]
├─ org.apache.nifi.registry.service.extension.StandardExtensionService.class - [JAR]
org.apache.nifi.registry.db.migration
├─ org.apache.nifi.registry.db.migration.BucketEntityV1.class - [JAR]
├─ org.apache.nifi.registry.db.migration.FlowEntityV1.class - [JAR]
├─ org.apache.nifi.registry.db.migration.FlowSnapshotEntityV1.class - [JAR]
├─ org.apache.nifi.registry.db.migration.LegacyDataSourceFactory.class - [JAR]
├─ org.apache.nifi.registry.db.migration.LegacyDatabaseService.class - [JAR]
├─ org.apache.nifi.registry.db.migration.LegacyEntityMapper.class - [JAR]
org.apache.nifi.registry.provider.flow
├─ org.apache.nifi.registry.provider.flow.DatabaseFlowPersistenceProvider.class - [JAR]
├─ org.apache.nifi.registry.provider.flow.FileSystemFlowPersistenceProvider.class - [JAR]
├─ org.apache.nifi.registry.provider.flow.FlowMetadataSynchronizer.class - [JAR]
├─ org.apache.nifi.registry.provider.flow.StandardFlowSnapshotContext.class - [JAR]
org.apache.nifi.registry.provider.flow.git
├─ org.apache.nifi.registry.provider.flow.git.Bucket.class - [JAR]
├─ org.apache.nifi.registry.provider.flow.git.Flow.class - [JAR]
├─ org.apache.nifi.registry.provider.flow.git.GitFlowMetaData.class - [JAR]
├─ org.apache.nifi.registry.provider.flow.git.GitFlowPersistenceProvider.class - [JAR]
org.apache.nifi.registry.service.extension.docs
├─ org.apache.nifi.registry.service.extension.docs.DocumentationConstants.class - [JAR]
├─ org.apache.nifi.registry.service.extension.docs.ExtensionDocWriter.class - [JAR]
├─ org.apache.nifi.registry.service.extension.docs.HtmlExtensionDocWriter.class - [JAR]
org.apache.nifi.registry.provider.extension
├─ org.apache.nifi.registry.provider.extension.FileSystemBundlePersistenceProvider.class - [JAR]
├─ org.apache.nifi.registry.provider.extension.StandardBundleCoordinate.class - [JAR]
├─ org.apache.nifi.registry.provider.extension.StandardBundlePersistenceContext.class - [JAR]
├─ org.apache.nifi.registry.provider.extension.StandardBundleVersionCoordinate.class - [JAR]
org.apache.nifi.registry.security.crypto
├─ org.apache.nifi.registry.security.crypto.SensitivePropertyProviderFactoryConfiguration.class - [JAR]
org.apache.nifi.registry.security.authorization.database
├─ org.apache.nifi.registry.security.authorization.database.DatabaseAccessPolicyProvider.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.database.DatabaseUserGroupProvider.class - [JAR]
org.apache.nifi.registry.security.ldap
├─ org.apache.nifi.registry.security.ldap.IdentityStrategy.class - [JAR]
├─ org.apache.nifi.registry.security.ldap.LdapAuthenticationStrategy.class - [JAR]
├─ org.apache.nifi.registry.security.ldap.LdapIdentityProvider.class - [JAR]
├─ org.apache.nifi.registry.security.ldap.LdapsSocketFactory.class - [JAR]
├─ org.apache.nifi.registry.security.ldap.ReferralStrategy.class - [JAR]
org.apache.nifi.registry.security.key
├─ org.apache.nifi.registry.security.key.Key.class - [JAR]
├─ org.apache.nifi.registry.security.key.KeyService.class - [JAR]
org.apache.nifi.registry.extension
├─ org.apache.nifi.registry.extension.ExtensionClassLoader.class - [JAR]
├─ org.apache.nifi.registry.extension.ExtensionCloseable.class - [JAR]
├─ org.apache.nifi.registry.extension.ExtensionManager.class - [JAR]
org.apache.nifi.registry.security.authentication.generated
├─ org.apache.nifi.registry.security.authentication.generated.IdentityProviders.class - [JAR]
├─ org.apache.nifi.registry.security.authentication.generated.ObjectFactory.class - [JAR]
├─ org.apache.nifi.registry.security.authentication.generated.Property.class - [JAR]
├─ org.apache.nifi.registry.security.authentication.generated.Provider.class - [JAR]
org.apache.nifi.registry.security.authorization.util
├─ org.apache.nifi.registry.security.authorization.util.AccessPolicyProviderUtils.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.util.InitialPolicies.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.util.ResourceAndAction.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.util.UserGroupProviderUtils.class - [JAR]
org.apache.nifi.registry.exception
├─ org.apache.nifi.registry.exception.AdministrationException.class - [JAR]
├─ org.apache.nifi.registry.exception.ResourceNotFoundException.class - [JAR]
org.apache.nifi.registry.security.authorization.file
├─ org.apache.nifi.registry.security.authorization.file.AuthorizationsHolder.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.file.FileAccessPolicyProvider.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.file.FileAuthorizer.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.file.FileUserGroupProvider.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.file.UserGroupHolder.class - [JAR]
org.apache.nifi.registry.security.authorization.generated
├─ org.apache.nifi.registry.security.authorization.generated.AccessPolicyProvider.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.generated.Authorizer.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.generated.Authorizers.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.generated.ObjectFactory.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.generated.Prop.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.generated.UserGroupProvider.class - [JAR]
org.apache.nifi.registry.event
├─ org.apache.nifi.registry.event.EventFactory.class - [JAR]
├─ org.apache.nifi.registry.event.EventService.class - [JAR]
├─ org.apache.nifi.registry.event.StandardEvent.class - [JAR]
├─ org.apache.nifi.registry.event.StandardEventField.class - [JAR]
org.apache.nifi.registry.security.authorization.file.tenants.generated
├─ org.apache.nifi.registry.security.authorization.file.tenants.generated.Group.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.file.tenants.generated.Groups.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.file.tenants.generated.ObjectFactory.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.file.tenants.generated.Tenants.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.file.tenants.generated.User.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.file.tenants.generated.Users.class - [JAR]
org.apache.nifi.registry.provider.generated
├─ org.apache.nifi.registry.provider.generated.ObjectFactory.class - [JAR]
├─ org.apache.nifi.registry.provider.generated.Property.class - [JAR]
├─ org.apache.nifi.registry.provider.generated.Provider.class - [JAR]
├─ org.apache.nifi.registry.provider.generated.Providers.class - [JAR]
org.apache.nifi.registry.serialization.jaxb
├─ org.apache.nifi.registry.serialization.jaxb.JAXBSerializer.class - [JAR]
├─ org.apache.nifi.registry.serialization.jaxb.JAXBVersionedProcessGroupSerializer.class - [JAR]
org.apache.nifi.registry.db
├─ org.apache.nifi.registry.db.CustomFlywayConfiguration.class - [JAR]
├─ org.apache.nifi.registry.db.CustomFlywayMigrationStrategy.class - [JAR]
├─ org.apache.nifi.registry.db.DataSourceFactory.class - [JAR]
├─ org.apache.nifi.registry.db.DatabaseKeyService.class - [JAR]
├─ org.apache.nifi.registry.db.DatabaseMetadataService.class - [JAR]
org.apache.nifi.registry.security.identity
├─ org.apache.nifi.registry.security.identity.DefaultIdentityMapper.class - [JAR]
├─ org.apache.nifi.registry.security.identity.IdentityMapper.class - [JAR]
org.apache.nifi.registry.security.authorization.resource
├─ org.apache.nifi.registry.security.authorization.resource.Authorizable.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.resource.InheritingAuthorizable.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.resource.ProxyChainAuthorizable.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.resource.PublicCheckingAuthorizable.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.resource.ResourceFactory.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.resource.ResourceType.class - [JAR]
org.apache.nifi.registry.service.alias
├─ org.apache.nifi.registry.service.alias.RegistryUrlAliasService.class - [JAR]
org.apache.nifi.registry.serialization.jackson
├─ org.apache.nifi.registry.serialization.jackson.JacksonExtensionSerializer.class - [JAR]
├─ org.apache.nifi.registry.serialization.jackson.JacksonFlowContentSerializer.class - [JAR]
├─ org.apache.nifi.registry.serialization.jackson.JacksonSerializer.class - [JAR]
├─ org.apache.nifi.registry.serialization.jackson.JacksonVersionedProcessGroupSerializer.class - [JAR]
├─ org.apache.nifi.registry.serialization.jackson.ObjectMapperProvider.class - [JAR]
├─ org.apache.nifi.registry.serialization.jackson.SerializationContainer.class - [JAR]
org.apache.nifi.registry.security.authorization.user
├─ org.apache.nifi.registry.security.authorization.user.NiFiUser.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.user.NiFiUserDetails.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.user.NiFiUserUtils.class - [JAR]
├─ org.apache.nifi.registry.security.authorization.user.StandardNiFiUser.class - [JAR]
org.apache.nifi.registry.service
├─ org.apache.nifi.registry.service.AuthorizationService.class - [JAR]
├─ org.apache.nifi.registry.service.MetadataService.class - [JAR]
├─ org.apache.nifi.registry.service.QueryParameters.class - [JAR]
├─ org.apache.nifi.registry.service.RegistryService.class - [JAR]
org.apache.nifi.registry.service.mapper
├─ org.apache.nifi.registry.service.mapper.BucketMappings.class - [JAR]
├─ org.apache.nifi.registry.service.mapper.ExtensionMappings.class - [JAR]
├─ org.apache.nifi.registry.service.mapper.FlowMappings.class - [JAR]
├─ org.apache.nifi.registry.service.mapper.KeyMappings.class - [JAR]
org.apache.nifi.registry.db.mapper
├─ org.apache.nifi.registry.db.mapper.BucketEntityRowMapper.class - [JAR]
├─ org.apache.nifi.registry.db.mapper.BucketItemEntityRowMapper.class - [JAR]
├─ org.apache.nifi.registry.db.mapper.BundleEntityRowMapper.class - [JAR]
├─ org.apache.nifi.registry.db.mapper.BundleVersionDependencyEntityRowMapper.class - [JAR]
├─ org.apache.nifi.registry.db.mapper.BundleVersionEntityRowMapper.class - [JAR]
├─ org.apache.nifi.registry.db.mapper.ExtensionEntityRowMapper.class - [JAR]
├─ org.apache.nifi.registry.db.mapper.FlowEntityRowMapper.class - [JAR]
├─ org.apache.nifi.registry.db.mapper.FlowSnapshotEntityRowMapper.class - [JAR]
├─ org.apache.nifi.registry.db.mapper.KeyEntityRowMapper.class - [JAR]
├─ org.apache.nifi.registry.db.mapper.TagCountEntityMapper.class - [JAR]
org.apache.nifi.registry.security.util
├─ org.apache.nifi.registry.security.util.ClassLoaderUtils.class - [JAR]