Uses of Class
io.apicurio.registry.logging.audit.Audited
-
Packages that use Audited Package Description io.apicurio.registry.logging.audit io.apicurio.registry.rest.v1 io.apicurio.registry.rest.v2 -
-
Uses of Audited in io.apicurio.registry.logging.audit
Classes in io.apicurio.registry.logging.audit with annotations of type Audited Modifier and Type Class Description classAuditedInterceptorInterceptor that executes around methods annotated withAudited -
Uses of Audited in io.apicurio.registry.rest.v1
Methods in io.apicurio.registry.rest.v1 with annotations of type Audited Modifier and Type Method Description ArtifactMetaDataArtifactsResourceImpl. createArtifact(ArtifactType xRegistryArtifactType, String xRegistryArtifactId, IfExistsType ifExists, Boolean canonical, InputStream data)Deprecated.voidArtifactsResourceImpl. createArtifactRule(String artifactId, Rule data)Deprecated.VersionMetaDataArtifactsResourceImpl. createArtifactVersion(String artifactId, ArtifactType xRegistryArtifactType, InputStream data)Deprecated.voidRulesResourceImpl. createGlobalRule(Rule data)Deprecated.voidRulesResourceImpl. deleteAllGlobalRules()Deprecated.voidArtifactsResourceImpl. deleteArtifact(String artifactId)Deprecated.voidArtifactsResourceImpl. deleteArtifactRule(String artifactId, RuleType rule)Deprecated.voidArtifactsResourceImpl. deleteArtifactRules(String artifactId)Deprecated.voidArtifactsResourceImpl. deleteArtifactVersionMetaData(String artifactId, Integer version)Deprecated.voidRulesResourceImpl. deleteGlobalRule(RuleType rule)Deprecated.ArtifactMetaDataArtifactsResourceImpl. updateArtifact(String artifactId, ArtifactType xRegistryArtifactType, InputStream data)Deprecated.voidArtifactsResourceImpl. updateArtifactMetaData(String artifactId, EditableMetaData data)Deprecated.RuleArtifactsResourceImpl. updateArtifactRuleConfig(String artifactId, RuleType rule, Rule data)Deprecated.voidArtifactsResourceImpl. updateArtifactState(String artifactId, UpdateState data)Deprecated.voidArtifactsResourceImpl. updateArtifactVersionMetaData(String artifactId, Integer version, EditableMetaData data)Deprecated.voidArtifactsResourceImpl. updateArtifactVersionState(String artifactId, Integer version, UpdateState data)Deprecated.RuleRulesResourceImpl. updateGlobalRuleConfig(RuleType rule, Rule data)Deprecated. -
Uses of Audited in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 with annotations of type Audited Modifier and Type Method Description ArtifactMetaDataGroupsResourceImpl. createArtifact(String groupId, ArtifactType xRegistryArtifactType, String xRegistryArtifactId, String xRegistryVersion, IfExists ifExists, Boolean canonical, String xRegistryDescription, String xRegistryDescriptionEncoded, String xRegistryName, String xRegistryNameEncoded, InputStream data)voidGroupsResourceImpl. createArtifactRule(String groupId, String artifactId, Rule data)VersionMetaDataGroupsResourceImpl. createArtifactVersion(String groupId, String artifactId, String xRegistryVersion, String xRegistryName, String xRegistryDescription, String xRegistryDescriptionEncoded, String xRegistryNameEncoded, InputStream data)voidAdminResourceImpl. createGlobalRule(Rule data)voidAdminResourceImpl. createRoleMapping(RoleMapping data)voidAdminResourceImpl. deleteAllGlobalRules()voidGroupsResourceImpl. deleteArtifact(String groupId, String artifactId)voidGroupsResourceImpl. deleteArtifactRule(String groupId, String artifactId, RuleType rule)voidGroupsResourceImpl. deleteArtifactRules(String groupId, String artifactId)voidGroupsResourceImpl. deleteArtifactsInGroup(String groupId)voidGroupsResourceImpl. deleteArtifactVersionMetaData(String groupId, String artifactId, String version)voidAdminResourceImpl. deleteGlobalRule(RuleType rule)voidAdminResourceImpl. deleteRoleMapping(String principalId)javax.ws.rs.core.ResponseAdminResourceImpl. exportData(Boolean forBrowser)voidAdminResourceImpl. importData(InputStream data)NamedLogConfigurationAdminResourceImpl. removeLogConfiguration(String logger)NamedLogConfigurationAdminResourceImpl. setLogConfiguration(String logger, LogConfiguration data)ArtifactMetaDataGroupsResourceImpl. updateArtifact(String groupId, String artifactId, String xRegistryVersion, String xRegistryName, String xRegistryNameEncoded, String xRegistryDescription, String xRegistryDescriptionEncoded, InputStream data)voidGroupsResourceImpl. updateArtifactMetaData(String groupId, String artifactId, EditableMetaData data)RuleGroupsResourceImpl. updateArtifactRuleConfig(String groupId, String artifactId, RuleType rule, Rule data)voidGroupsResourceImpl. updateArtifactState(String groupId, String artifactId, UpdateState data)voidGroupsResourceImpl. updateArtifactVersionMetaData(String groupId, String artifactId, String version, EditableMetaData data)voidGroupsResourceImpl. updateArtifactVersionState(String groupId, String artifactId, String version, UpdateState data)RuleAdminResourceImpl. updateGlobalRuleConfig(RuleType rule, Rule data)voidAdminResourceImpl. updateRoleMapping(String principalId, UpdateRole data)
-