Actually, that the domain property matches the security domain name is just a convention. The true specification of the domain name is the argument passed to the JaasSecurityDomain constructor:
<mbean code="org.jboss.security.plugins.JaasSecurityDomain" name="Security:name=JaasSecurityDomain,domain=RMI+SSL"> <!-- This defines the security domain name to be "RMI+SSL" --> <constructor> <arg type="java.lang.String" value="RMI+SSL"/> </constructor> <attribute name="KeyStoreURL">chap8.keystore</attribute> <attribute name="KeyStorePass">rmi+ssl</attribute> </mbean> xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ----- Original Message ----- From: "Jason Essington" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 10:07 AM Subject: Re: [JBoss-dev] jboss.net email transport > Thanks Scott > > I'm not sure I completely understand how all the parts in JBossSX > interact yet (I'm RE-reading the chapter in the Admin-devel guide > AGAIN, only slower and annunciating every syllable this time :-), but > in the mean time I'll begin writing the login module. > > So should the JaasSecurityDomain domain= be the same name as as my > login module(s) application-policy name= in this case? If not, how is > the relationship between the JaasSecurityDomain and the LoginModule > defined? > > Thanks > > -jason ------------------------------------------------------- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development