C# 클래스 Randao.Web.OauthAuthorize

상속: System.Web.Mvc.FilterAttribute, IAuthorizationFilter, IActionFilter
파일 보기 프로젝트 열기: fds/DKBD

보호된 프로퍼티들

프로퍼티 타입 설명
accessToken Randao.DataContracts.OauthToken
memberService Randao.Core.Service.MemberService
tokenService Randao.Core.Service.TokenService

공개 메소드들

메소드 설명
OauthAuthorize ( ) : System
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
OnAuthorization ( System.Web.Mvc.AuthorizationContext filterContext ) : void

메소드 상세

OauthAuthorize() 공개 메소드

public OauthAuthorize ( ) : System
리턴 System

OnActionExecuted() 공개 메소드

public OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext
리턴 void

OnActionExecuting() 공개 메소드

public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
리턴 void

OnAuthorization() 공개 메소드

public OnAuthorization ( System.Web.Mvc.AuthorizationContext filterContext ) : void
filterContext System.Web.Mvc.AuthorizationContext
리턴 void

프로퍼티 상세

accessToken 보호되어 있는 프로퍼티

protected OauthToken,Randao.DataContracts accessToken
리턴 Randao.DataContracts.OauthToken

memberService 보호되어 있는 프로퍼티

protected MemberService,Randao.Core.Service memberService
리턴 Randao.Core.Service.MemberService

tokenService 보호되어 있는 프로퍼티

protected TokenService,Randao.Core.Service tokenService
리턴 Randao.Core.Service.TokenService