adc 2004/01/04 15:00:02
Modified: modules/core/src/deploy security-service.xml
Log:
Example of a Realm named Foo.
Revision Changes Path
1.2 +7 -0
incubator-geronimo/modules/core/src/deploy/security-service.xml
Index: security-service.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/deploy/security-service.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- security-service.xml 18 Nov 2003 13:18:15 -0000 1.1
+++ security-service.xml 4 Jan 2004 23:00:02 -0000 1.2
@@ -4,6 +4,13 @@
<mbean descriptor="org.apache.geronimo.security.SecurityService"
name="geronimo.security:type=SecurityService">
+ <attribute
name="PolicyConfigurationFactory">org.apache.geronimo.security.GeronimoPolicyConfigurationFactory</attribute>
</mbean>
+ <mbean
descriptor="org.apache.geronimo.security.providers.PropertiesFileSecurityRealm"
name="geronimo.security:type=SecurityRealm">
+ <attribute name="RealmName">Foo</attribute>
+ <attribute
name="UsersURI">../../../modules/core/src/test-data/data/users.properties</attribute>
+ <attribute
name="GroupsURI">../../../modules/core/src/test-data/data/groups.properties</attribute>
+ <depends name="geronimo.security:type=SecurityService"/>
+ </mbean>
</components>