I guess I've just gotten in the habit of making everything a service with an
Interface. Class reloading without a restart is pretty handy, but in this
case you are correct the following is the way to go:

public static void contributeWebSecurityManager(Configuration<Realm>
configuration, UserDAO userDAO) {
     configuration.add(new UserRealm(userDAO));
}



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/tapestry-security-0-4-3-released-tp5574027p5575788.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to