From: <fc...@us...> - 2008-02-27 13:19:29
|
Revision: 708 http://openutils.svn.sourceforge.net/openutils/?rev=708&view=rev Author: fcarone Date: 2008-02-27 05:19:33 -0800 (Wed, 27 Feb 2008) Log Message: ----------- Fix spacing Modified Paths: -------------- trunk/openutils-hibernate-security/src/site/apt/rbac-acegi.apt Modified: trunk/openutils-hibernate-security/src/site/apt/rbac-acegi.apt =================================================================== --- trunk/openutils-hibernate-security/src/site/apt/rbac-acegi.apt 2008-02-27 13:17:28 UTC (rev 707) +++ trunk/openutils-hibernate-security/src/site/apt/rbac-acegi.apt 2008-02-27 13:19:33 UTC (rev 708) @@ -44,11 +44,13 @@ is 1 and stringValue is 'ABC': now we need two security rules: Role1 - DummyDataObject - intValue - 1 - EQUALS - LOAD + Role1 - DummyDataObject - stringValue - 'ABC' - EQUALS - LOAD In this way the AND is done. What if we want to create OR rules: Role1 - DummyDataObject - intValue - 1 - EQUALS - LOAD + Role2 - DummyDataObject - stringValue - 'ABC' - EQUALS - LOAD and assign users both roles 1 and 2. \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |