Uses of Class
io.apicurio.registry.rest.client.models.RoleMapping
Packages that use RoleMapping
Package
Description
-
Uses of RoleMapping in io.apicurio.registry.rest.client.admin.rolemappings
Methods in io.apicurio.registry.rest.client.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.admin.rolemappings.item
Methods in io.apicurio.registry.rest.client.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.models
Methods in io.apicurio.registry.rest.client.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 valueMethods in io.apicurio.registry.rest.client.models that return types with arguments of type RoleMappingModifier and TypeMethodDescriptionRoleMappingSearchResults.getRoleMappings()Gets the roleMappings property value.Method parameters in io.apicurio.registry.rest.client.models with type arguments of type RoleMappingModifier and TypeMethodDescriptionvoidRoleMappingSearchResults.setRoleMappings(List<RoleMapping> value) Sets the roleMappings property value.