Uses of Class
io.apicurio.registry.rest.client.v2.models.RoleMapping
Packages that use RoleMapping
Package
Description
-
Uses of RoleMapping in io.apicurio.registry.rest.client.v2.admin.rolemappings
Methods in io.apicurio.registry.rest.client.v2.admin.rolemappings that return types with arguments of type RoleMappingModifier and TypeMethodDescriptionRoleMappingsRequestBuilder.get()Gets a list of all role mappings configured in the registry (if any).This operation can fail for the following reasons:* A server error occurred (HTTP error `500`)RoleMappingsRequestBuilder.get(Consumer<RoleMappingsRequestBuilder.GetRequestConfiguration> requestConfiguration) Gets a list of all role mappings configured in the registry (if any).This operation can fail for the following reasons:* A server error occurred (HTTP error `500`)Methods in io.apicurio.registry.rest.client.v2.admin.rolemappings with parameters of type RoleMappingModifier and TypeMethodDescriptionvoidRoleMappingsRequestBuilder.post(RoleMapping body) Creates a new mapping between a user/principal and a role.This operation can fail for the following reasons:* A server error occurred (HTTP error `500`)voidRoleMappingsRequestBuilder.post(RoleMapping body, Consumer<RoleMappingsRequestBuilder.PostRequestConfiguration> requestConfiguration) Creates a new mapping between a user/principal and a role.This operation can fail for the following reasons:* A server error occurred (HTTP error `500`)com.microsoft.kiota.RequestInformationRoleMappingsRequestBuilder.toPostRequestInformation(RoleMapping body) Creates a new mapping between a user/principal and a role.This operation can fail for the following reasons:* A server error occurred (HTTP error `500`)com.microsoft.kiota.RequestInformationRoleMappingsRequestBuilder.toPostRequestInformation(RoleMapping body, Consumer<RoleMappingsRequestBuilder.PostRequestConfiguration> requestConfiguration) Creates a new mapping between a user/principal and a role.This operation can fail for the following reasons:* A server error occurred (HTTP error `500`) -
Uses of RoleMapping in io.apicurio.registry.rest.client.v2.admin.rolemappings.item
Methods in io.apicurio.registry.rest.client.v2.admin.rolemappings.item that return RoleMappingModifier and TypeMethodDescriptionWithPrincipalItemRequestBuilder.get()Gets the details of a single role mapping (by `principalId`).This operation can fail for the following reasons:* No role mapping for the `principalId` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)WithPrincipalItemRequestBuilder.get(Consumer<WithPrincipalItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Gets the details of a single role mapping (by `principalId`).This operation can fail for the following reasons:* No role mapping for the `principalId` exists (HTTP error `404`)* A server error occurred (HTTP error `500`) -
Uses of RoleMapping in io.apicurio.registry.rest.client.v2.models
Methods in io.apicurio.registry.rest.client.v2.models that return RoleMappingModifier and TypeMethodDescriptionstatic RoleMappingRoleMapping.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value