What is the ace_order column in Spring ACL table?
Asked Answered
E

1

6

Can you tell what does it mean ace_order column in the table acl_entry? I know that it must be unique for the same acl_object_identity, but I don't know meaning of this column.

Earldom answered 17/9, 2013 at 18:19 Comment(0)
E
6

Rules are processed in order, so the first pattern/method match determines which security expression will be used to make the access decision. Therefore, place more specific patterns before more general patterns.

Exegete answered 18/9, 2013 at 20:10 Comment(1)
An example will explains the above wellBuchan

© 2022 - 2024 — McMap. All rights reserved.