Uses of Class
io.apicurio.registry.rest.v2.beans.RoleMapping
-
Packages that use RoleMapping Package Description io.apicurio.registry.rest.v2 -
-
Uses of RoleMapping in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 that return RoleMapping Modifier and Type Method Description RoleMappingAdminResource. 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 RoleMapping Modifier and Type Method Description List<RoleMapping>AdminResource. 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 RoleMapping Modifier and Type Method Description voidAdminResource. createRoleMapping(RoleMapping data)Creates a new mapping between a user/principal and a role.
-