With wicket security (either wasp/swarm, or wicket-auth-roles) can things like Roles and Permissions be created through a web interface?
Eg, I need a system whereby I can add new roles (or principals) through the web interface, and define their permission to a ACLs which are determined by which which plugins the system is configured to use. Each plugin will implement some interface, and expose the ACLs that it has available. - these will not be manually configured, and should not require any java code change when I add a plugin to the system. I'm having trouble mapping this to either swarm or wicket-auth-roles. (and trouble explaining it well ;)) I believe wicket-auth-roles is more component oriented, but reading about this stuff makes my head swim. Can anyone either steer me in the right direction, or point at an example that gets these ACLs and roles from a datastore at run time. -- View this message in context: http://www.nabble.com/Wicket-Security---runtime-ACLs-and-Groups-help-plz-tp15115011p15115011.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
