Metadata >> NuGet >> Microsoft.Restier.Security >> 0.1.0-pre

0.1.0-pre

Metadata

Authors Microsoft
Description A module that defines a role-based security system for the RESTier.
LicenseUrl http://opensource.org/licenses/MIT
Owners Microsoft
ReleaseNotes Features • Easily build an OData V4 service o Supported features - Basic queries for metadata and top level entities. - System query options $select, $expand, $filter, $orderby, $top, $skip, $orderby, $format. - Requesting related entities - Create, Update and Delete on top-level entities - Batch request o Leverage attribute routing to fall back to Web API OData for features not directly supported by RESTier - Requesting entity references with $ref - Create, Update and Delete on none top-level entities - Modify relationships between entities. o EdmModelExtender to support features like operations that currently not directly supported by RESTier. • Rich domain logic o Role-based security You can easily set restrictions for different entity set. For example, you can make users have READ permission on some of the entity sets and INSPECT (only view it on $metadata) on others. o Imperative views Customized entity set which are not in data model can be easily added. Currently CUD operations are not allowed on these entity sets yet. o Entity set filters With entity set filters, you can easily set filters before entity data show up. For example, you want users to see only part of Customer according to UserID, you can use entity set filters. o Submit logic With submit logic, you can customize behavior when / after a specific operation on an entity set.
RequireLicenseAcceptance True
Dependencies Microsoft.Restier.Core:[0.1.0-pre, ]|Microsoft.OData.Edm:6.7.0
Title RESTier Security Module
PackageSize 34730
PackageHashAlgorithm SHA512
PackageHash 93OR8d/TF7TpnXNp1T4H6UzVhkp+b5pXrtj0mqqKfubgjFIKsjo4WYjs5uE4rXUp105mE5C3pjs6KBITHimTlw==
DownloadCount 000000
CreatedDate 2014-12-23T09:20:46

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Microsoft.Restier.Security -Version 0.1.0-pre -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Microsoft.Restier.Security -Version 0.1.0-pre -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete Microsoft.Restier.Security 0.1.0-pre %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package Microsoft.Restier.Security -Version 0.1.0-pre -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Microsoft.Restier.Security -Version 0.1.0-pre -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap Microsoft.Restier.Security -Version 0.1.0-pre
Uninstalling the package:
o remove-wrap Microsoft.Restier.Security

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.5 Binaries