C# Класс UCosmic.Web.Mvc.ApiControllers.GrantsController

Наследование: ApiController
Показать файл Открыть проект

Открытые методы

Метод Описание
GrantsController ( IProcessQueries queryProcessor, IHandleCommands grantRole, IHandleCommands revokeRole, IValidator grantValidator, IValidator revokeValidator ) : System

Приватные методы

Метод Описание
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

Описание методов

GrantsController() публичный Метод

public GrantsController ( IProcessQueries queryProcessor, IHandleCommands grantRole, IHandleCommands revokeRole, IValidator grantValidator, IValidator revokeValidator ) : System
queryProcessor IProcessQueries
grantRole IHandleCommands
revokeRole IHandleCommands
grantValidator IValidator
revokeValidator IValidator
Результат System