Uses of Class
io.apicurio.registry.auth.Authorized
-
Packages that use Authorized Package Description io.apicurio.registry.auth io.apicurio.registry.ccompat.rest io.apicurio.registry.cncf.schemaregistry io.apicurio.registry.rest.v1 io.apicurio.registry.rest.v2 -
-
Uses of Authorized in io.apicurio.registry.auth
Classes in io.apicurio.registry.auth with annotations of type Authorized Modifier and Type Class Description class
AuthorizedInterceptor
-
Uses of Authorized in io.apicurio.registry.ccompat.rest
Methods in io.apicurio.registry.ccompat.rest with annotations of type Authorized Modifier and Type Method Description int
SubjectVersionsResource. deleteSchemaVersion(String subject, String version)
Deletes a specific version of the schema registered under this subject.List<Integer>
SubjectsResource. deleteSubject(String subject)
Deletes the specified subject and its associated compatibility level if registered.void
SubjectVersionsResource. register(String subject, @NotNull SchemaInfo request, javax.ws.rs.container.AsyncResponse response)
Register a new schema under the specified subject. -
Uses of Authorized in io.apicurio.registry.cncf.schemaregistry
Methods in io.apicurio.registry.cncf.schemaregistry with annotations of type Authorized Modifier and Type Method Description void
SchemagroupsResource. createGroup(String groupId, SchemaGroup data)
Create schema group with specified format in registry namespace.CompletionStage<SchemaId>
SchemagroupsResource. createSchema(String groupId, String schemaId, InputStream data)
Register schema.void
SchemagroupsResource. deleteGroup(String groupId)
Delete schema group in schema registry namespace.void
SchemagroupsResource. deleteSchema(String groupId, String schemaId)
void
SchemagroupsResource. deleteSchemasByGroup(String groupId)
Deletes all schemas under specified group id.void
SchemagroupsResource. deleteSchemaVersion(String groupId, String schemaId, Integer versionNumber)
-
Uses of Authorized in io.apicurio.registry.rest.v1
Methods in io.apicurio.registry.rest.v1 with annotations of type Authorized Modifier and Type Method Description void
ArtifactsResourceImpl. createArtifactRule(String artifactId, Rule data)
Deprecated.CompletionStage<VersionMetaData>
ArtifactsResourceImpl. createArtifactVersion(String artifactId, ArtifactType xRegistryArtifactType, InputStream data)
Deprecated.void
ArtifactsResourceImpl. deleteArtifact(String artifactId)
Deprecated.void
ArtifactsResourceImpl. deleteArtifactRule(String artifactId, RuleType rule)
Deprecated.void
ArtifactsResourceImpl. deleteArtifactRules(String artifactId)
Deprecated.void
ArtifactsResourceImpl. deleteArtifactVersionMetaData(String artifactId, Integer version)
Deprecated.CompletionStage<ArtifactMetaData>
ArtifactsResourceImpl. updateArtifact(String artifactId, ArtifactType xRegistryArtifactType, InputStream data)
Deprecated.void
ArtifactsResourceImpl. updateArtifactMetaData(String artifactId, EditableMetaData data)
Deprecated.Rule
ArtifactsResourceImpl. updateArtifactRuleConfig(String artifactId, RuleType rule, Rule data)
Deprecated.void
ArtifactsResourceImpl. updateArtifactState(String artifactId, UpdateState data)
Deprecated.void
ArtifactsResourceImpl. updateArtifactVersionMetaData(String artifactId, Integer version, EditableMetaData data)
Deprecated.void
ArtifactsResourceImpl. updateArtifactVersionState(String artifactId, Integer version, UpdateState data)
Deprecated. -
Uses of Authorized in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 with annotations of type Authorized Modifier and Type Method Description void
GroupsResourceImpl. createArtifactRule(String groupId, String artifactId, Rule data)
CompletionStage<VersionMetaData>
GroupsResourceImpl. createArtifactVersion(String groupId, String artifactId, String xRegistryVersion, InputStream data)
void
GroupsResourceImpl. deleteArtifact(String groupId, String artifactId)
void
GroupsResourceImpl. deleteArtifactRule(String groupId, String artifactId, RuleType rule)
void
GroupsResourceImpl. deleteArtifactRules(String groupId, String artifactId)
void
GroupsResourceImpl. deleteArtifactsInGroup(String groupId)
void
GroupsResourceImpl. deleteArtifactVersionMetaData(String groupId, String artifactId, String version)
CompletionStage<ArtifactMetaData>
GroupsResourceImpl. updateArtifact(String groupId, String artifactId, String xRegistryVersion, InputStream data)
void
GroupsResourceImpl. updateArtifactMetaData(String groupId, String artifactId, EditableMetaData data)
Rule
GroupsResourceImpl. updateArtifactRuleConfig(String groupId, String artifactId, RuleType rule, Rule data)
void
GroupsResourceImpl. updateArtifactState(String groupId, String artifactId, UpdateState data)
void
GroupsResourceImpl. updateArtifactVersionMetaData(String groupId, String artifactId, String version, EditableMetaData data)
void
GroupsResourceImpl. updateArtifactVersionState(String groupId, String artifactId, String version, UpdateState data)
-