Uses of Class
io.apicurio.registry.rest.v2.beans.RoleMapping
Packages that use RoleMapping
-
Uses of RoleMapping in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 that return RoleMappingModifier and TypeMethodDescriptionAdminResource.getRoleMapping(String principalId) Gets the details of a single role mapping (by `principalId`).Methods in io.apicurio.registry.rest.v2 that return types with arguments of type RoleMappingModifier and TypeMethodDescriptionAdminResource.listRoleMappings()Gets a list of all role mappings configured in the registry (if any).Methods in io.apicurio.registry.rest.v2 with parameters of type RoleMappingModifier and TypeMethodDescriptionvoidAdminResource.createRoleMapping(RoleMapping data) Creates a new mapping between a user/principal and a role.