Can we do both Principle and as-well-as GratedAuthority in acl_sid and give permissions for a object in spring acl security ?
Can we do both Principle and as-well-as GratedAuthority in acl_sid and give permissions for
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, we can do that. ACL_SID table can take SIDs that are either roles or users.
Here is a sample insert when it is role:
If it is a user principal then the insert will be:
You can also do runtime manipulation of ACL fields using mutable ACL.
Here is a sample: