I need more than the two roles defined in wicket-auth-roles. Was thinking about overriding Roles and adding additional roles. However, Roles is a final class. Any reason for that? Maybe that means I'm going about it wrong. Any suggestions on a better way?
I'm about to go through the source of wicket-auth-roles to see if there are any dependencies on the Roles.ADMIN and Roles.USER. Maybe additional users can be defined by just adding strings for new user types? Does anyone know if there are dependencies? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-auth-roles-and-additional-roles-tp2538164p2538164.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
