コード例 #1
0
 public IResult CanAccess(string actorCompositeKey, ISecuredEntity entity, string action)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public List <Permission> GetPermissions(string actorCompositeKey, ISecuredEntity entity)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public void AddAccessRule(ISecuredEntity entityKey, AccessRule accessRule)
 {
     throw new NotImplementedException();
 }