C# Class SenseNet.Services.ContentStore.SecurityController

RESTfull API for managing content level effective ACLs.
Inheritance: Controller
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
GetACL ( string path ) : System.Web.Mvc.ActionResult
SearchIdentities ( SearchIdentitiesArgument parameter ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
SetACL ( SnAccessControlList acl ) : System.Web.Mvc.ActionResult

Method Details

GetACL() public méthode

public GetACL ( string path ) : System.Web.Mvc.ActionResult
path string
Résultat System.Web.Mvc.ActionResult

SearchIdentities() public méthode

public SearchIdentities ( SearchIdentitiesArgument parameter ) : System.Web.Mvc.ActionResult
parameter SearchIdentitiesArgument
Résultat System.Web.Mvc.ActionResult