C# 클래스 EPiAbstractions.Security.VirtualRolesFacade

상속: IVirtualRolesFacade
파일 보기 프로젝트 열기: joelabrahamsson/EPiAbstractions

공개 메소드들

메소드 설명
GetAllRoles ( ) : String[]
GetAllRolesForUser ( String username ) : String[]
GetAllVirtualRoles ( ) : String[]
GetRoleNameForClass ( Type classType ) : String
IsPrincipalInVirtualRole ( IPrincipal principal, String virtualRole, Object context ) : System.Boolean

메소드 상세

GetAllRoles() 공개 메소드

public GetAllRoles ( ) : String[]
리턴 String[]

GetAllRolesForUser() 공개 메소드

public GetAllRolesForUser ( String username ) : String[]
username String
리턴 String[]

GetAllVirtualRoles() 공개 메소드

public GetAllVirtualRoles ( ) : String[]
리턴 String[]

GetRoleNameForClass() 공개 메소드

public GetRoleNameForClass ( Type classType ) : String
classType System.Type
리턴 String

IsPrincipalInVirtualRole() 공개 메소드

public IsPrincipalInVirtualRole ( IPrincipal principal, String virtualRole, Object context ) : System.Boolean
principal IPrincipal
virtualRole String
context Object
리턴 System.Boolean