C# 클래스 Customer.Project.Mvc.Instrumentation.Security.AuthorizedXmlSiteMapProvider

FAST implementation of XmlSiteMapProvider. Limits accessibility to authorized users based on roles. Also allows wildcards for roles (*=All users, ?=Unauthenticated users only, @=authenticated users only).
상속: System.Web.XmlSiteMapProvider
파일 보기 프로젝트 열기: atosorigin/AtosMvcStarterKit

공개 메소드들

메소드 설명
IsAccessibleToUser ( HttpContext context, System.Web.SiteMapNode node ) : bool

Retrieves a Boolean value indicating whether the specified object can be viewed by the user in the specified context.

비공개 메소드들

메소드 설명
ValidateNode ( HttpContext context, System.Web.SiteMapNode node ) : bool

Validates the node.

메소드 상세

IsAccessibleToUser() 공개 메소드

Retrieves a Boolean value indicating whether the specified object can be viewed by the user in the specified context.
context is null.- or -node is null.
public IsAccessibleToUser ( HttpContext context, System.Web.SiteMapNode node ) : bool
context System.Web.HttpContext The that contains user information.
node System.Web.SiteMapNode The that is requested by the user.
리턴 bool