C# Class UCosmic.Web.Mvc.ApiControllers.GrantsController

Inheritance: ApiController
Datei anzeigen Open project: ucosmic/UCosmicAlpha

Public Methods

Method Description
GrantsController ( IProcessQueries queryProcessor, IHandleCommands grantRole, IHandleCommands revokeRole, IValidator grantValidator, IValidator revokeValidator ) : System

Private Methods

Method Description
DeleteFromRole ( int userId, int roleId ) : HttpResponseMessage
GetRoles ( int userId ) : IEnumerable
PutInRole ( int userId, int roleId ) : HttpResponseMessage
ValidateGrant ( int userId, int roleId ) : HttpResponseMessage
ValidateRevoke ( int userId, int roleId ) : HttpResponseMessage

Method Details

GrantsController() public method

public GrantsController ( IProcessQueries queryProcessor, IHandleCommands grantRole, IHandleCommands revokeRole, IValidator grantValidator, IValidator revokeValidator ) : System
queryProcessor IProcessQueries
grantRole IHandleCommands
revokeRole IHandleCommands
grantValidator IValidator
revokeValidator IValidator
return System