C# 클래스 Phun.CmsAdminAuthorizeAttribute

Allow for authorizing of content edit.
상속: System.Web.Mvc.AuthorizeAttribute
파일 보기 프로젝트 열기: noogen/phuncms

공개 메소드들

메소드 설명
OnAuthorization ( System.Web.Mvc.AuthorizationContext filterContext ) : void

Called when a process requests authorization.

보호된 메소드들

메소드 설명
PopulateRolesFromConfiguration ( ICmsConfiguration config, System.Web.Mvc.AuthorizationContext filterContext ) : void

Populates the roles from configuration.

메소드 상세

OnAuthorization() 공개 메소드

Called when a process requests authorization.
public OnAuthorization ( System.Web.Mvc.AuthorizationContext filterContext ) : void
filterContext System.Web.Mvc.AuthorizationContext The filter context, which encapsulates information for using .
리턴 void

PopulateRolesFromConfiguration() 보호된 메소드

Populates the roles from configuration.
protected PopulateRolesFromConfiguration ( ICmsConfiguration config, System.Web.Mvc.AuthorizationContext filterContext ) : void
config ICmsConfiguration The config.
filterContext System.Web.Mvc.AuthorizationContext The filter context.
리턴 void