Hello everybody,

I have posted a question on your forum (
http://forum.springframework.org/showthread.php?t=34141 ) but no
answer so far, so maybe on dev-list there is a better chance.

My concern is about implementation of AclImpl
(org.acegisecurity.acls.domain.AclImpl) and the Permission interface.
By default, it makes the exact comparison of the permission mask while
sometimes it is sufficient and necessary to check for particual bits
only ( [READ,WRITE] (mask 3) imples [READ] (mask 1) or [WRITE] (mask
2) ).

Is it possible to change the Permission interface to include
isPermitted() (Permission.implies(Permission) sounds better to me)
method like in old BasicAclEntry ?

Any thoughts ?

Thanks,
Andrei.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to