Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 717 Bytes

File metadata and controls

12 lines (7 loc) · 717 Bytes

Weceem Spring Security Plugin for Grails

This is the code for a plugin that will bridge your application's Spring Security and domain classes to the free Open Source Weceem CMS plugin for Grails.

Security in the Weceem plugin is completely decoupled so that you can plug in whatever security mechanism you are using, and this plugin uses this mechanism to have your user information supplied to Weceem from Spring Security Core.

You can configure the property mappings from your user domain classes to the user object properties available at runtime.

Full documentation is available on the Weceem site