Uses of Class
io.apicurio.registry.rest.v3.beans.RoleMapping
Packages that use RoleMapping
-
Uses of RoleMapping in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 that return RoleMappingModifier and TypeMethodDescriptionAdminResource.getRoleMapping(String principalId) Gets the details of a single role mapping (byprincipalId).Methods in io.apicurio.registry.rest.v3 with parameters of type RoleMappingModifier and TypeMethodDescriptionvoidAdminResource.createRoleMapping(@NotNull RoleMapping data) Creates a new mapping between a user/principal and a role. -
Uses of RoleMapping in io.apicurio.registry.rest.v3.beans
Methods in io.apicurio.registry.rest.v3.beans that return types with arguments of type RoleMappingModifier and TypeMethodDescriptionRoleMappingSearchResults.getRoleMappings()The role mappings returned in the result set.Method parameters in io.apicurio.registry.rest.v3.beans with type arguments of type RoleMappingModifier and TypeMethodDescriptionvoidRoleMappingSearchResults.setRoleMappings(List<RoleMapping> roleMappings) The role mappings returned in the result set.