-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.bib
More file actions
1176 lines (981 loc) · 33.1 KB
/
references.bib
File metadata and controls
1176 lines (981 loc) · 33.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%% This BibTeX bibliography file was created using BibDesk.
%% http://bibdesk.sourceforge.net/
%% Created for Prosunjit Biswas at 2014-09-22 21:43:54 -0500
%% Saved with string encoding Unicode (UTF-8)
@inproceedings{abac-logic,
Author = {Wang, Lingyu and Wijesekera, Duminda and Jajodia, Sushil},
Booktitle = {Proceedings of FMSE},
Organization = {ACM},
Pages = {45--55},
Title = {A logic-based framework for attribute based access control},
Year = {2004}}
@misc{keystone,
Howpublished = {http://docs.openstack.org/developer/keystone/},
Note = { accessed 09/2015},
Title = {Keystone, the OpenStack Identity Service}}
@article{rbac,
Author = {Sandhu, Ravi S and Coyne, Edward J and Feinstein, Hal L and Youman, Charles E},
Journal = {IEEE Computer},
Number = {2},
Pages = {38--47},
Organization = {IEEE Computer Society},
Title = {Role-based access control models},
Volume = {29},
Year = {1996}}
@article{damiani2002fine,
Author = {Damiani, Ernesto and De Capitani di Vimercati, Sabrina and Paraboschi, Stefano and Samarati, Pierangela},
Journal = {ACM TISSEC},
Number = {2},
Pages = {169--202},
Organization = {ACM},
Title = {A fine-grained access control system for {XML} documents},
Volume = {5},
Year = {2002}}
@article{policy-based2,
Author = {Bertino, Elisa and Castano, Silvana and Ferrari, Elena and Mesiti, Marco},
Journal = {World Wide Web},
Number = {3},
Pages = {139--151},
Publisher = {Springer},
Title = {Specifying and enforcing access control policies for {XML} document sources},
Volume = {3},
Year = {Springer, 2000}}
@inproceedings{policy-based4,
Author = {Bertino, Elisa and Castano, Silvana and Ferrari, Elena and Mesiti, Marco},
Booktitle = {2nd ACM WIDM},
Organization = {},
Pages = {22--27},
Title = {Controlled access and dissemination of {XML} documents},
Year = {1999}}
@article{policy-based5,
Author = {Bertino, Elisa and Ferrari, Elena},
Journal = {ACM TISSEC},
Number = {3},
Pages = {290--331},
Publisher = {ACM},
Title = {Secure and selective dissemination of {XML} documents},
Volume = {5},
Year = {2002}}
@inproceedings{policy-based6,
title={Specifying access control policies for {XML} documents with {XPath}},
author={Fundulaki, Irini and Marx, Maarten},
booktitle={9th ACM SACMAT},
pages={61--69},
year={2004},
organization={}
}
@article{policy-based7,
title={Design and implementation of an access control processor for {XML} documents},
author={Damiani, Ernesto and di Vimercati, Sabrina de Capitani and Paraboschi, Stefano and Samarati, Pierangela},
journal={Computer Networks},
volume={33},
number={1},
pages={59--75},
year={2000},
Organization={Elsevier}
}
@misc{mongodb-links,
Howpublished = {\url{http://docs.mongodb.org/manual/reference/database-references/#dbref}},
Note = {accessed 09/2015},
Title = {{References in MongoDB}}}
@misc{couchdb,
Howpublished = {\url{http://couchdb.apache.org/}},
Note = {accessed 09/2015},
Title = {{Apache CouchDB{\texttrademark}}}}
@misc{cassandra,
Howpublished = {\url{http://cassandra.apache.org/}},
Note = {accessed 09/2015},
Title = {{Apache Cassandra}}}
@inproceedings{labac,
title={Label-Based Access Control: An {ABAC} Model with Enumerated Authorization Policy},
author={Biswas, Prosunjit and Sandhu, Ravi and Krishnan, Ram},
booktitle={Proceeding of the ACM Int. Workshop on Attribute Based Access Control},
pages={1--12},
year={2016},
organization={}
}
@misc{swift-acl,
Howpublished = {\url{http://docs.openstack.org/developer/swift/}},
Note = {accessed 09/2015},
Title = {{Swift ACLs}}}
@misc{mongodb,
Howpublished = {\url{http://www.mongodb.org/}},
Note = {accessed 09/2015},
Title = {{MongoDB}}}
@misc{JSONPath,
Author = {Stefan Goessner},
Howpublished = {\url{http://goessner.net/articles/JsonPath/}},
Note = {accessed 09/2015},
Title = {{JSONPath Syntax}}}
@misc{json-official-website,
Date-Modified = {2014-09-18 04:56:13 +0000},
Howpublished = {\url{http://json.org/}},
Note = {accessed 09/2015},
Title = {{JSON Official Website}}}
@misc{twitter-api,
Howpublished = {\url{https://dev.twitter.com/docs/api/1.1/overview}},
Note = {accessed 09/2015},
Title = {{Twitter API}}}
@inproceedings{purpose-bac,
title={Purpose based access control of complex data for privacy protection},
author={Byun, Ji-Won and Bertino, Elisa and Li, Ninghui},
booktitle={Proceedings of 10th ACM SACMAT},
pages={},
year={2005},
organization={}
}
@article{content-bac,
title={A content-based authorization model for digital libraries},
author={Adam, Nabil R and Atluri, Vijayalakshmi and Bertino, Elisa and Ferrari, Elena},
Journal={IEEE KDE},
volume={14},
number={2},
pages={296--315},
year={2002},
organization={IEEE}
}
@article{lbac,
title={Lattice-based access control models},
author={Sandhu, Ravi S.},
journal={IEEE Computer},
volume={26},
number={11},
pages={9--19},
year={1993},
Organization={IEEE}
}
@article{INCITS526,
title={{Information technology {-} Next Generation Access Control {-} Generic Operations and Data Structures}},
author={},
journal={INCITS 526, American National Standard for Information Technology},
number={},
pages={},
year={},
publisher={American National Standard for Information Technology}
}
@article{hu2015attribute,
title={Attribute-based access control},
author={Hu, Vincent C and Kuhn, D Richard and Ferraiolo, David F},
journal={Computer},
number={2},
pages={85--88},
year={2015},
publisher={IEEE}
}
@inproceedings{al2002model,
title={A model for attribute-based user-role assignment},
author={Al-Kahtani, Mohammad and Sandhu, Ravi},
booktitle={18th Annual Proceedings on Computer Security Applications Conference},
pages={353--362},
year={2002},
organization={IEEE}
}
@article{access-control-evaluation,
title={Guidelines for access control system evaluation metrics},
author={Hu, Vincent C and Kent, Karen Ann},
year={2012},
journal={NISTIR 7874},
publisher={NIST}
}
@article{hu2013guide,
title={Guide to attribute based access control ({ABAC}) definition and considerations (draft)},
author={Hu, Vincent C and Ferraiolo, David and Kuhn, Rick and Friedman, Arthur R and Lang, Alan J and Cogdell, Margaret M and Schnitzer, Adam and Sandlin, Kenneth and Miller, Robert and Scarfone, Karen},
journal={NIST special publication},
volume={800},
pages={162},
year={2013},
publisher={Citeseer}
}
@Misc{satisfiability,
howpublished = {https://en.wikipedia.org/wiki/Satisfiability},
note = {Accessed November 25, 2015},
title = {Satisfiability},
author = {Wikipedia}
}
@Misc{nccoe-abac-draft,
howpublished = {https://nccoe.nist.gov/sites/default/files/nccoe/NIST_SP1800-3c_ABAC_0.pdf},
note = {Accessed November 25, 2015},
title = {ATTRIBUTE BASED ACCESS CONTROL How-To Guides For Security Engineers},
author = {NCCOE}
}
@Misc{ldap,
howpublished = {https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol},
note = {Accessed November 25, 2015},
title = {{LDAP}},
author = {Wikipedia}
}
@inproceedings{sandhu2012authorization,
Author = {Sandhu, Ravi},
Booktitle = {Proceedings of the 17th ACM Symposium on Access Control Models and Technologies},
Organization = {ACM},
Pages = {69--70},
Title = {The authorization leap from rights to attributes: maturation or chaos?},
Year = {2012}}
@article{xacml,
Author = {Moses, Tim and others},
Journal = {{OASIS} Standard},
Title = {Extensible access control markup language ({XACML}) version 2.0},
Volume = {},
Year = {2005}}
@article{grid-abac,
Author = {Lang, Bo and Foster, Ian and Siebenlist, Frank and Ananthakrishnan, Rachana and Freeman, Tim},
Journal = {Journal of Grid Computing},
Number = {2},
Pages = {169--180},
Publisher = {Springer},
Title = {A flexible attribute based access control method for grid computing},
Volume = {7},
Year = {2009}}
@inproceedings{abac-ws,
Author = {Shen, Hai-bo and Hong, Fan},
Booktitle = {PDCAT'06.},
Organization = {IEEE},
Pages = {74--79},
Title = {An attribute-based access control model for web services},
Year = {2006}}
@inproceedings{attribute-administration,
Author = {Jin, Xin and Krishnan, Ram and Sandhu, Ravi},
Booktitle = {Proceedings. SRAS 2012},
Organization = {ACM},
Pages = {7--12},
Title = {A role-based administration model for attributes},
Year = {2012}}
\vfill \eject
@article{hru,
Author = {Harrison, Michael A and Ruzzo, Walter L and Ullman, Jeffrey D},
Journal = {Communications of the ACM},
Number = {8},
Pages = {461--471},
Publisher = {ACM},
Title = {Protection in operating systems},
Volume = {19},
Year = {1976}}
@article{abacAlpha,
Author = {Jin, Xin and Krishnan, Ram and Sandhu, Ravi S},
Journal = {DBSec},
Pages = {41--55},
Publisher = {Springer},
Title = {A Unified Attribute-Based Access Control Model Covering {DAC}, {MAC} and {RBAC}.},
Volume = {12},
Year = {2012}}
@incollection{hgabac,
Author = {Servos, Daniel and Osborn, Sylvia L},
Booktitle = {Foundations and Practice of Security},
Pages = {187--204},
Publisher = {Springer},
Title = {{HGABAC}: Towards a Formal Model of Hierarchical Attribute-Based Access Control},
Year = {2014}}
@article{nist-rbac,
Author = {Ferraiolo, David F and Sandhu, Ravi and Gavrila, Serban and Kuhn, D Richard and Chandramouli, Ramaswamy},
Journal = {ACM TISSEC},
Number = {3},
Pages = {224--274},
Publisher = {ACM},
Title = {Proposed {NIST} standard for role-based access control},
Volume = {4},
Year = {2001}}
@inproceedings{two-sorted-rbac,
Author = {Kuijper, Wouter and Ermolaev, Victor},
Booktitle = {Proceedings of the 19th ACM SACMAT},
Organization = {ACM},
Pages = {63--74},
Title = {Sorting out role based access control},
Year = {2014}}
@article{nist-abac-draft,
Author = {Hu, Vincent C and Ferraiolo, David and Kuhn, Rick and Schnitzer, Adam and Sandlin, Kenneth and Miller, Robert and Scarfone, Karen},
Journal = {NIST Special Publication},
Pages = {162},
Title = {Guide to attribute based access control ({ABAC}) definition and considerations},
Volume = {800},
Year = {2014}}
@article{policy-machine,
Author = {Ferraiolo, David and Atluri, Vijayalakshmi and Gavrila, Serban},
Journal = {Journal of Systems Architecture},
Number = {4},
Pages = {412--424},
Publisher = {Elsevier},
Title = {The {Policy} {Machine}: A novel architecture and framework for access control policy specification and enforcement},
Volume = {57},
Year = {2011}}
@inproceedings{policy-composing,
Author = {Ferraiolo, David F and Gavrila, Serban and Hu, Vincent and Kuhn, D Richard},
Booktitle = {Proceedings of the 10th ACM SACMAT},
Organization = {ACM},
Pages = {11--20},
Title = {Composing and combining policies under the policy machine},
Year = {2005}}
@article{abcl,
title={Constraints Specication in Attribute Based Access Control},
author={Bijon, Khalid Zaman and Krishman, Ram and Sandhu, Ravi},
journal={Science},
volume={2},
number={3},
pages={pp--131},
year={2013}
}
@article{rcl,
title={Role-based authorization constraints specification},
author={Ahn, Gail-Joon and Sandhu, Ravi},
journal={ACM TISSEC},
volume={3},
number={4},
pages={207--226},
year={2000},
publisher={ACM}
}
@inproceedings{tripli,
title={Comparing the expressive power of access control models},
author={Tripunitara, Mahesh V and Li, Ninghui},
booktitle={Proceedings of the 11th ACM CCS},
pages={62--71},
year={2004},
organization={}
}
@inproceedings{dsod,
title={Separation of duty in role-based environments},
author={Simon, Richard T and Zurko, Mary Ellen},
booktitle={Proceedings 10th Computer Security Foundations Workshop},
pages={183--194},
year={1997},
organization={IEEE}
}
@inproceedings{eap-abac,
title={A Comparison of Logical-formula and Enumerated Authorization Policy {ABAC} Models},
author={Biswas, Prosunjit and Sandhu, Ravi and Krishnan, Ram},
booktitle={DBSEC},
pages={},
year={2016},
organization={Springer}
}
@inproceedings{armando2016smt,
title={{SMT-based} enforcement and analysis of {NATO} content-based protection and release policies},
author={Armando, Alessandro and Ranise, Silvio and Traverso, Riccardo and Wrona, Konrad},
booktitle={Proceedings of the {ACM} International Workshop on Attribute Based Access Control},
pages={35--46},
year={2016},
organization={ACM}
}
@inproceedings{bijon2015mitigating,
title={Mitigating multi-tenancy risks in {IaaS} cloud through constraints-driven virtual resource scheduling},
author={Bijon, Khalid and Krishnan, Ram and Sandhu, Ravi},
booktitle={20th Symposium on Access Control Models and Technologies},
pages={63--74},
year={2015},
organization={ACM}
}
@article{INCITS526,
title={{Information technology {-} Next Generation Access Control {-} Generic Operations and Data Structures}},
author={},
journal={INCITS 526, American National Standard for Information Technology},
number={},
pages={},
year={},
publisher={American National Standard for Information Technology}
}
@inproceedings{al2002model,
title={A model for attribute-based user-role assignment},
author={Al-Kahtani, Mohammad and Sandhu, Ravi},
booktitle={18th Annual Proceedings of Computer Security Applications Conference},
pages={353--362},
year={2002},
organization={IEEE}
}
@article{access-control-evaluation,
title={Guidelines for access control system evaluation metrics},
author={Hu, Vincent C and Kent, Karen Ann},
year={2012},
journal={
IR 7874},
publisher={NIST}
}
@article{hu2013guide,
title={Guide to attribute based access control ({ABAC}) definition and considerations (draft)},
author={Hu, Vincent C and Ferraiolo, David and Kuhn, Rick and Friedman, Arthur R and Lang, Alan J and Cogdell, Margaret M and Schnitzer, Adam and Sandlin, Kenneth and Miller, Robert and Scarfone, Karen},
journal={NIST special publication},
volume={800},
pages={162},
year={2013},
publisher={Citeseer}
}
@Misc{satisfiability,
howpublished = {https://en.wikipedia.org/wiki/Satisfiability},
note = {Accessed November 25, 2015},
title = {Satisfiability},
author = {Wikipedia}
}
@Misc{ldap,
howpublished = {https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol},
note = {Accessed November 25, 2015},
title = {{LDAP}},
author = {Wikipedia}
}
@inproceedings{rbac-with-attribute1,
Author = {Huang, Jingwei and Nicol, David M and Bobba, Rakesh and Huh, Jun Ho},
Booktitle = {Proceedings of the 17th ACM Symposium on Access Control Models and Technologies},
Organization = {ACM},
Pages = {187--196},
Title = {A framework integrating attribute-based policies into role-based access control},
Year = {2012}}
@inproceedings{sandhu2012authorization,
Author = {Sandhu, Ravi},
Booktitle = {Proceedings of the 17th ACM Symposium on Access Control Models and Technologies},
Organization = {ACM},
Pages = {69--70},
Title = {The authorization leap from rights to attributes: maturation or chaos?},
Year = {2012}}
@article{xacml,
Author = {Moses, Tim and others},
Journal = {Oasis Standard},
Title = {Extensible access control markup language ({XACML}) version 2.0},
Volume = {},
Year = {2005}}
@article{grid-abac,
Author = {Lang, Bo and Foster, Ian and Siebenlist, Frank and Ananthakrishnan, Rachana and Freeman, Tim},
Journal = {Journal of Grid Computing},
Number = {2},
Pages = {169--180},
Publisher = {Springer},
Title = {A flexible attribute based access control method for grid computing},
Volume = {7},
Year = {2009}}
@inproceedings{abac-ws,
Author = {Shen, Hai-bo and Hong, Fan},
Booktitle = {PDCAT'06.},
Organization = {IEEE},
Pages = {74--79},
Title = {An attribute-based access control model for web services},
Year = {2006}}
@inproceedings{wang2004logic,
Author = {Wang, Lingyu and Wijesekera, Duminda and Jajodia, Sushil},
Booktitle = {Proceedings of FMSE '04},
Organization = {ACM},
Pages = {45--55},
Title = {A logic-based framework for attribute based access control},
Year = {2004}}
@article{rbac,
Author = {Sandhu, Ravi S and Coyne, Edward J and Feinstein, Hal L and Youman, Charles E},
Journal = {IEEE Computer},
Number = {2},
Pages = {38--47},
Publisher = {IEEE},
Title = {Role-based access control models},
Year = {1996}}
@inproceedings{attribute-administration,
Author = {Jin, Xin and Krishnan, Ram and Sandhu, Ravi},
Booktitle = {Proceedings. SRAS 2012},
Organization = {ACM},
Pages = {7--12},
Title = {A role-based administration model for attributes},
Year = {2012}}
\vfill \eject
@article{hru,
Author = {Harrison, Michael A and Ruzzo, Walter L and Ullman, Jeffrey D},
Journal = {Communications of the ACM},
Number = {8},
Pages = {461--471},
Publisher = {ACM},
Title = {Protection in operating systems},
Volume = {19},
Year = {1976}}
@article{abacAlpha,
Author = {Jin, Xin and Krishnan, Ram and Sandhu, Ravi S},
Journal = {DBSec},
Pages = {41--55},
Publisher = {Springer},
Title = {A Unified Attribute-Based Access Control Model Covering {DAC}, {MAC} and {RBAC}.},
Volume = {12},
Year = {2012}}
@incollection{hgabac,
Author = {Servos, Daniel and Osborn, Sylvia L},
Booktitle = {Foundations and Practice of Security},
Pages = {187--204},
Publisher = {Springer},
Title = {{HGABAC}: Towards a Formal Model of Hierarchical Attribute-Based Access Control},
Year = {2014}}
@article{nist-rbac,
Author = {Ferraiolo, David F and Sandhu, Ravi and Gavrila, Serban and Kuhn, D Richard and Chandramouli, Ramaswamy},
Journal = {ACM TISSEC},
Number = {3},
Pages = {224--274},
Publisher = {ACM},
Title = {Proposed {NIST} standard for role-based access control},
Volume = {4},
Year = {2001}}
@inproceedings{two-sorted-rbac,
Author = {Kuijper, Wouter and Ermolaev, Victor},
Booktitle = {Proceedings of the 19th ACM SACMAT},
Organization = {ACM},
Pages = {63--74},
Title = {Sorting out role based access control},
Year = {2014}}
@article{nist-abac-draft,
Author = {Hu, Vincent C and Ferraiolo, David and Kuhn, Rick and Schnitzer, Adam and Sandlin, Kenneth and Miller, Robert and Scarfone, Karen},
Journal = {NIST Special Publication},
Pages = {162},
Title = {Guide to attribute based access control ({ABAC}) definition and considerations},
Volume = {800},
Year = {2014}}
@article{policy-machine,
Author = {Ferraiolo, David and Atluri, Vijayalakshmi and Gavrila, Serban},
Journal = {Journal of Systems Architecture},
Number = {4},
Pages = {412--424},
Publisher = {Elsevier},
Title = {The {Policy} {Machine}: A novel architecture and framework for access control policy specification and enforcement},
Volume = {57},
Year = {2011}}
@article{kuhn2010adding,
Author = {Kuhn, D Richard and Coyne, Edward J and Weil, Timothy R},
Journal = {IEEE Computer},
Number = {6},
Pages = {79--81},
Publisher = {IEEE},
Title = {Adding attributes to role-based access control},
Year = {2010}}
@inproceedings{abac-for-web-service,
Author = {Yuan, Eric and Tong, Jin},
Booktitle = {Proceedings of International Conference on Web Service},
Organization = {IEEE},
Title = {Attributed based access control {(ABAC)} for web services},
Year = {2005}}
@inproceedings{policy-composing,
Author = {Ferraiolo, David F and Gavrila, Serban and Hu, Vincent and Kuhn, D Richard},
Booktitle = {Proceedings of the 10th ACM SACMAT},
Organization = {ACM},
Pages = {11--20},
Title = {Composing and combining policies under the policy machine},
Year = {2005}}
@article{abcl,
title={Constraints Specication in Attribute Based Access Control},
author={Bijon, Khalid Zaman and Krishman, Ram and Sandhu, Ravi},
journal={Science},
volume={2},
number={3},
pages={pp--131},
year={2013}
}
@article{rcl,
title={Role-based authorization constraints specification},
author={Ahn, Gail-Joon and Sandhu, Ravi},
journal={ACM TISSEC},
volume={3},
number={4},
pages={207--226},
year={2000},
publisher={ACM}
}
@inproceedings{tripli,
title={Comparing the expressive power of access control models},
author={Tripunitara, Mahesh V and Li, Ninghui},
booktitle={Proceedings of the 11th ACM CCS},
pages={62--71},
year={2004},
organization={}
}
@inproceedings{dsod,
title={Separation of duty in role-based environments},
author={Simon, Richard T and Zurko, Mary Ellen},
booktitle={10th Computer Security Foundations Workshop},
pages={183--194},
year={1997},
organization={IEEE}
}
@article{ucon,
title={The {UCON} {ABC} usage control model},
author={Park, Jaehong and Sandhu, Ravi},
journal={TISSEC},
volume={},
number={},
pages={},
year={2004},
publisher={ACM}
}
@inproceedings{biswas2015content,
title={Content level access control for {Openstack Swift} storage},
author={Biswas, Prosunjit and Patwa, Farhan and Sandhu, Ravi},
booktitle={Proceedings of the 5th Conference on Data and Application Security and Privacy},
pages={123--126},
year={2015},
organization={ACM}
}
@article{INCITS526,
title={{Information technology {-} Next Generation Access Control {-} Generic Operations and Data Structures}},
author={},
journal={INCITS 526, ANSI},
number={},
pages={},
year={},
publisher={}
}
@article{hu2015attribute,
title={Attribute-based access control},
author={Hu, Vincent C and Kuhn, D Richard and Ferraiolo, David F},
journal={IEEE Computer},
number={2},
pages={85--88},
year={2015},
publisher={IEEE}
}
@inproceedings{al2002model,
title={A model for attribute-based user-role assignment},
author={Al-Kahtani, Mohammad and Sandhu, Ravi},
booktitle={Computer Security Applications Conference, 2002. 18th Annual Proceedings. },
pages={353--362},
year={2002},
organization={IEEE}
}
@article{access-control-evaluation,
title={Guidelines for access control system evaluation metrics},
author={Hu, Vincent C and Kent, Karen Ann},
year={2012},
journal={NISTIR 7874},
publisher={NIST}
}
@article{dac,
title={Access control: principle and practice},
author={Sandhu, Ravi S and Samarati, Pierangela},
journal={IEEE Communications Magazine},
volume={32},
number={9},
pages={40--48},
year={1994},
publisher={IEEE}
}
@article{hu2013guide,
title={Guide to attribute based access control ({ABAC}) definition and considerations (draft)},
author={Hu, Vincent C and Ferraiolo, David and Kuhn, Rick and Friedman, Arthur R and Lang, Alan J and Cogdell, Margaret M and Schnitzer, Adam and Sandlin, Kenneth and Miller, Robert and Scarfone, Karen},
journal={NIST special publication},
volume={800},
pages={162},
year={2013},
publisher={Citeseer}
}
@Misc{satisfiability,
howpublished = {https://en.wikipedia.org/wiki/Satisfiability},
note = {Accessed November 25, 2015},
title = {Satisfiability},
author = {Wikipedia}
}
@inproceedings{rbac-with-attribute1,
Author = {Huang, Jingwei and Nicol, David M and Bobba, Rakesh and Huh, Jun Ho},
Booktitle = {Proceedings of the 17th ACM Symposium on Access Control Models and Technologies},
Organization = {ACM},
Pages = {187--196},
Title = {A framework integrating attribute-based policies into role-based access control},
Year = {2012}}
@inproceedings{sandhu2012authorization,
Author = {Sandhu, Ravi},
Booktitle = {Proceedings of the 17th ACM Symposium on Access Control Models and Technologies},
Organization = {ACM},
Pages = {69--70},
Title = {The authorization leap from rights to attributes: maturation or chaos?},
Year = {2012}}
@article{xacml,
Author = {Moses, Tim and others},
Journal = {Oasis Standard},
Title = {Extensible access control markup language ({XACML}) version 2.0},
Volume = {},
Year = {2005}}
@article{grid-abac,
Author = {Lang, Bo and others},
Journal = {Journal of Grid Computing},
Number = {2},
Pages = {169--180},
Publisher = {Springer},
Title = {A flexible attribute based access control method for grid computing},
Volume = {7},
Year = {2009}}
@inproceedings{abac-ws,
Author = {Shen, Hai-bo and Hong, Fan},
Booktitle = {PDCAT'06.},
Organization = {IEEE},
Pages = {74--79},
Title = {An attribute-based access control model for web services},
Year = {2006}}
@inproceedings{wang2004logic,
Author = {Wang, Lingyu and Wijesekera, Duminda and Jajodia, Sushil},
Booktitle = {Proceedings. FMSE '04},
Organization = {ACM},
Pages = {45--55},
Title = {A logic-based framework for attribute based access control},
Year = {2004}}
@article{rbac,
Author = {Sandhu, Ravi S and Coyne, Edward J and Feinstein, Hal L and Youman, Charles E},
Journal = {Computer},
Number = {2},
Pages = {38--47},
Publisher = {IEEE},
Title = {Role-based access control models},
Year = {1996}}
@inproceedings{attribute-administration,
Author = {Jin, Xin and Krishnan, Ram and Sandhu, Ravi},
Booktitle = {Proceedings. SRAS 2012},
Organization = {ACM},
Pages = {7--12},
Title = {A role-based administration model for attributes},
Year = {2012}}
\vfill \eject
@article{hru,
Author = {Harrison, Michael A and Ruzzo, Walter L and Ullman, Jeffrey D},
Journal = {Communications of the ACM},
Number = {8},
Pages = {461--471},
Publisher = {ACM},
Title = {Protection in operating systems},
Volume = {19},
Year = {1976}}
@article{abacAlpha,
Author = {Jin, Xin and Krishnan, Ram and Sandhu, Ravi S},
Journal = {DBSec},
Pages = {41--55},
Publisher = {Springer},
Title = {A Unified Attribute-Based Access Control Model Covering {DAC}, {MAC} and {RBAC}.},
Volume = {12},
Year = {2012}}
@incollection{hgabac,
Author = {Servos, Daniel and Osborn, Sylvia L},
Booktitle = {FPS},
Pages = {187--204},
Publisher = {Springer},
Title = {{HGABAC}: Towards a Formal Model of Hierarchical Attribute-Based Access Control},
Year = {2014}}
@article{nist-rbac,
Author = {Ferraiolo, David F and Sandhu, Ravi and Gavrila, Serban and Kuhn, D Richard and Chandramouli, Ramaswamy},
Journal = {ACM TISSEC},
Number = {3},
Pages = {224--274},
Publisher = {ACM},
Title = {Proposed {NIST} standard for role-based access control},
Volume = {4},
Year = {2001}}
@inproceedings{two-sorted-rbac,
Author = {Kuijper, Wouter and Ermolaev, Victor},
Booktitle = {Proceedings of the 19th SACMAT},
Organization = {ACM},
Pages = {63--74},
Title = {Sorting out role based access control},
Year = {2014}}
@article{nist-abac-draft,
Author = {Hu, Vincent C and others},
Journal = {NIST Special Publication},
Pages = {162},
Title = {Guide to attribute based access control ({ABAC}) definition and considerations},
Volume = {800},
Year = {2014}}
@article{policy-machine,
Author = {Ferraiolo, David and others},
Journal = {JSA},
Number = {4},
Pages = {412--424},
Publisher = {Elsevier},
Title = {The {Policy} {Machine}: A novel architecture and framework for access control policy specification and enforcement},
Volume = {57},
Year = {2011}}
@inproceedings{policy-composing,
Author = {Ferraiolo, David F and Gavrila, Serban and Hu, Vincent and Kuhn, D Richard},
Booktitle = {Proceedings of the 10th ACM SACMAT},
Organization = {ACM},
Pages = {11--20},
Title = {Composing and combining policies under the policy machine},
Year = {2005}}
@article{abcl,
title={Constraints Specication in Attribute Based Access Control},
author={Bijon, Khalid Zaman and Krishman, Ram and Sandhu, Ravi},
journal={Science},
volume={2},
number={3},
pages={pp--131},
year={2013}
}
@article{rcl,
title={Role-based authorization constraints specification},
author={Ahn, Gail-Joon and Sandhu, Ravi},
journal={ACM TISSEC},
volume={3},
number={4},
pages={207--226},
year={2000},
publisher={ACM}
}
@article{tripli,
title={A theory for comparing the expressive power of access control models},
author={Tripunitara, Mahesh V and Li, Ninghui},
journal={Journal of Computer Security},
volume={15},
number={2},
pages={231--272},
year={2007},
publisher={IOS Press}
}
@inproceedings{dsod,
title={Separation of duty in role-based environments},