User: stark
Date: 01/02/28 22:38:35
Modified: src/etc/conf/default jboss.jcml
Log:
Add the org.jboss.naming.JNDIView mbean as a default service
Revision Changes Path
1.21 +31 -6 jboss/src/etc/conf/default/jboss.jcml
Index: jboss.jcml
===================================================================
RCS file: /products/cvs/ejboss/jboss/src/etc/conf/default/jboss.jcml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- jboss.jcml 2001/02/15 21:37:52 1.20
+++ jboss.jcml 2001/03/01 06:38:34 1.21
@@ -16,21 +16,46 @@
<mbean code="org.jboss.naming.NamingService" name="DefaultDomain:service=Naming">
<attribute name="Port">1099</attribute>
</mbean>
+ <mbean code="org.jboss.naming.JNDIView" name="DefaultDomain:service=JNDIView" />
+
<!-- Transactions -->
<mbean code="org.jboss.tm.TransactionManagerService"
name="DefaultDomain:service=TransactionManager">
<attribute name="TransactionTimeout">300</attribute>
</mbean>
<!-- Security -->
- <!-- JAAS security manager and realm mapping -->
- <mbean code="org.jboss.security.plugins.JaasSecurityManagerService"
name="DefaultDomain:service=JaasSecurityManager" />
+
+ <!-- Uncomment to enable the sample SRPVerifierStore service
+ <mbean code="org.jboss.security.plugins.SRPVerifierStoreService"
name="Security:name=SRPVerifierStoreService">
+ <attribute name="JndiName">SRPDefaultVerifierSource</attribute>
+ <attribute name="StoreFile">SRPVerifierStore.ser</attribute>
+ </mbean>
+-->
+ <!-- Uncomment to enable the SRP login service
+ <mbean code="org.jboss.security.plugins.SRPService"
name="service:name=SRPService">
+ <attribute name="JndiName">SRPServerInterface</attribute>
+ <attribute name="VerifierSourceJndiName">SRPDefaultVerifierSource</attribute>
+ <attribute name="AuthenticationCacheJndiName">SRPAuthenticationCache</attribute>
+ <attribute name="ServerPort">10099</attribute>
+ </mbean>
+-->
- <!-- Direct implementation of realm mapping (sample) -->
- <mbean code="org.jboss.security.plugins.samples.SimpleRealmMappingService"
name="DefaultDomain:service=SimpleRealmMappingFactory" />
+ <!-- JAAS security manager and realm mapping -->
+ <mbean code="org.jboss.security.plugins.JaasSecurityManagerService"
name="Security:name=JaasSecurityManager">
+ <attribute
name="SecurityManagerClassName">org.jboss.security.plugins.JaasSecurityManager</attribute>
+ <!--
+ <attribute
name="SecurityProxyFactoryClassName">org.jboss.security.SubjectSecurityProxyFactory</attribute>
+ -->
+ <attribute name="AuthenticationCacheJndiName">SRPAuthenticationCache</attribute>
+ </mbean>
- <!-- Direct implementation of security manager (sample) -->
- <mbean code="org.jboss.security.plugins.samples.EJBSecurityManagerService"
name="DefaultDomain:service=EJBSecurityManager" />
+ <!-- Uncomment to enable the XML implementation of the JAAS policy
+ <mbean code="org.jboss.security.plugins.SecurityPolicyService"
name="Security:name=SecurityPolicyService">
+ <attribute name="JndiName">DefaultSecurityPolicy</attribute>
+ <attribute name="PolicyFile">sample_policy.xml</attribute>
+ </mbean>
+-->
<!-- JDBC -->
<mbean code="org.jboss.jdbc.JdbcProvider"
name="DefaultDomain:service=JdbcProvider">