Hi,
Question 1:
I would like to implement security over NT using
acegi.
I have access to the currently logged user
(username, SID, group names, group SIDs). So the authentication has nothing to
do except gathering the informations (the authentication has been done when
logging in NT).
I will transform the groups to GrantedAuthority and
set accesses on my business objects using these.
What is the better way to do this ?
Which interfaces do I have to implement
?
Question 2:
How can I implement "dynamic" security
?
For example to allow access to the owner of an
object (owner is dynamic).
Thanks in advance.
|