C# Class BeiDream.Web.Api.Authorization.ApiAuthorizeAttributeBase

Inheritance: System.Web.Http.AuthorizeAttribute
Afficher le fichier Open project: BeiMeng/BeiDream

Méthodes protégées

Méthode Description
ApiAuthorizeAttributeBase ( string permission ) : System
CreatePermissionManager ( ) : IPermissionManager

创建权限管理器

IsAuthorized ( System.Web.Http.Controllers.HttpActionContext actionContext ) : bool

Method Details

ApiAuthorizeAttributeBase() protected méthode

protected ApiAuthorizeAttributeBase ( string permission ) : System
permission string
Résultat System

CreatePermissionManager() protected abstract méthode

创建权限管理器
protected abstract CreatePermissionManager ( ) : IPermissionManager
Résultat IPermissionManager

IsAuthorized() protected méthode

protected IsAuthorized ( System.Web.Http.Controllers.HttpActionContext actionContext ) : bool
actionContext System.Web.Http.Controllers.HttpActionContext
Résultat bool