Date: 2004-11-20T01:08:12 Editor: AaronMulder <[EMAIL PROTECTED]> Wiki: Apache Geronimo Wiki Page: Security URL: http://wiki.apache.org/geronimo/Security
no comment Change Log: ------------------------------------------------------------------------------ @@ -106,4 +106,5 @@ * You should be able to specify more than one default principal; for example, you might want the default (unauthenticated) subject to get one user principal and two group principals * Auto-mapping of principals to groups needs to be enhanced (better configuration, etc.) * The old functionality to get a list of all available users and groups from a security realm has been broken. It needs to be brought back in the form of a helper class that can be configured on the {{{GenericSecurityRealm}}}. + * Replace the static registration with {{{GeronimoLoginConfiguration}}} with an IOC assignment of GLC to each security realm. * We need more tests of all this functionality