Uses of Class
io.apicurio.registry.storage.dto.RoleMappingDto
-
Packages that use RoleMappingDto Package Description io.apicurio.registry.storage io.apicurio.registry.storage.decorator io.apicurio.registry.storage.impl.sql io.apicurio.registry.storage.impl.sql.mappers -
-
Uses of RoleMappingDto in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that return RoleMappingDto Modifier and Type Method Description RoleMappingDtoRegistryStorage. getRoleMapping(String principalId)Gets the details of a single role mapping.Methods in io.apicurio.registry.storage that return types with arguments of type RoleMappingDto Modifier and Type Method Description List<RoleMappingDto>RegistryStorage. getRoleMappings()Gets the list of all the role mappings in the registry. -
Uses of RoleMappingDto in io.apicurio.registry.storage.decorator
Methods in io.apicurio.registry.storage.decorator that return RoleMappingDto Modifier and Type Method Description RoleMappingDtoRegistryStorageDecorator. getRoleMapping(String principalId)Methods in io.apicurio.registry.storage.decorator that return types with arguments of type RoleMappingDto Modifier and Type Method Description List<RoleMappingDto>RegistryStorageDecorator. getRoleMappings() -
Uses of RoleMappingDto in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that return RoleMappingDto Modifier and Type Method Description RoleMappingDtoAbstractSqlRegistryStorage. getRoleMapping(String principalId)Methods in io.apicurio.registry.storage.impl.sql that return types with arguments of type RoleMappingDto Modifier and Type Method Description List<RoleMappingDto>AbstractSqlRegistryStorage. getRoleMappings() -
Uses of RoleMappingDto in io.apicurio.registry.storage.impl.sql.mappers
Methods in io.apicurio.registry.storage.impl.sql.mappers that return RoleMappingDto Modifier and Type Method Description RoleMappingDtoRoleMappingDtoMapper. map(ResultSet rs)
-