C# Class Raven.Bundles.Authorization.Responders.IsAllowed

Inheritance: Raven.Database.Server.Responders.RequestResponder
ファイルを表示 Open project: nhsevidence/ravendb

Public Methods

Method Description
Respond ( IHttpContext context ) : void

Private Methods

Method Description
CalculateEtag ( IEnumerable documents, string userId ) : System.Guid
GenerateAuthorizationResponse ( Raven.Abstractions.Data.JsonDocumentMetadata documents, string docIds, string operation, string userId ) : List

Method Details

Respond() public method

public Respond ( IHttpContext context ) : void
context IHttpContext
return void