C# 클래스 Frapid.Authorization.DAL.AccessPolicy

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
GetGroupPolicyAsync ( string tenant, int officeId, int roleId ) : Task>
GetPolicyAsync ( string tenant, int officeId, int userId ) : Task>
SaveGroupPolicyAsync ( string tenant, int officeId, int roleId, List policies ) : System.Threading.Tasks.Task
SavePolicyAsync ( string tenant, int officeId, int userId, List policies ) : System.Threading.Tasks.Task

메소드 상세

GetGroupPolicyAsync() 공개 정적인 메소드

public static GetGroupPolicyAsync ( string tenant, int officeId, int roleId ) : Task>
tenant string
officeId int
roleId int
리턴 Task>

GetPolicyAsync() 공개 정적인 메소드

public static GetPolicyAsync ( string tenant, int officeId, int userId ) : Task>
tenant string
officeId int
userId int
리턴 Task>

SaveGroupPolicyAsync() 공개 정적인 메소드

public static SaveGroupPolicyAsync ( string tenant, int officeId, int roleId, List policies ) : System.Threading.Tasks.Task
tenant string
officeId int
roleId int
policies List
리턴 System.Threading.Tasks.Task

SavePolicyAsync() 공개 정적인 메소드

public static SavePolicyAsync ( string tenant, int officeId, int userId, List policies ) : System.Threading.Tasks.Task
tenant string
officeId int
userId int
policies List
리턴 System.Threading.Tasks.Task