[ http://nagoya.apache.org/jira/browse/GERONIMO-422?page=comments#action_54927 ] Alan Cabrera commented on GERONIMO-422: ---------------------------------------
SecurityRealms != ConfigurationEntries. The configuration entries are a GBean way of configuring JAAS login configurations. This must be done because of the way the JAAS login interception must work. > SimpleSecurityRealm.options and ConfigurationEntryRealmLocal.options seem > redundant > ----------------------------------------------------------------------------------- > > Key: GERONIMO-422 > URL: http://nagoya.apache.org/jira/browse/GERONIMO-422 > Project: Apache Geronimo > Type: Bug > Components: security > Versions: 1.0-M2 > Reporter: Aaron Mulder > > If you use a custom LoginModule with a SimpleSecurityRealm, there are two > ways to provide options to the LoginModule. One is to set the options > property on SimpleSecurityRealm. The other is to set the options property on > the ConfiguraitonEntryRealmLocal when you deploy a JAAS configuration for the > realm. > It doesn't seem like we need both ways to specify options to the login > module. I think we could remove the options property from > SimpleSecurityRealm, and just use the options on the > ConfigurationEntryRealmLocal. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
