C# 클래스 BeiDream.Web.Api.Authorization.ApiAuthorizeAttributeBase

상속: System.Web.Http.AuthorizeAttribute
파일 보기 프로젝트 열기: BeiMeng/BeiDream

보호된 메소드들

메소드 설명
ApiAuthorizeAttributeBase ( string permission ) : System
CreatePermissionManager ( ) : IPermissionManager

创建权限管理器

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

메소드 상세

ApiAuthorizeAttributeBase() 보호된 메소드

protected ApiAuthorizeAttributeBase ( string permission ) : System
permission string
리턴 System

CreatePermissionManager() 보호된 추상적인 메소드

创建权限管理器
protected abstract CreatePermissionManager ( ) : IPermissionManager
리턴 IPermissionManager

IsAuthorized() 보호된 메소드

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