From: <fc...@us...> - 2008-02-27 13:17:24
|
Revision: 707 http://openutils.svn.sourceforge.net/openutils/?rev=707&view=rev Author: fcarone Date: 2008-02-27 05:17:28 -0800 (Wed, 27 Feb 2008) Log Message: ----------- Fix indent 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-26 10:57:04 UTC (rev 706) +++ trunk/openutils-hibernate-security/src/site/apt/rbac-acegi.apt 2008-02-27 13:17:28 UTC (rev 707) @@ -46,9 +46,9 @@ 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: + 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 + 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. |