forked from OpusCapita/weceem-spring-security
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
21 lines (20 loc) · 865 Bytes
/
plugin.xml
File metadata and controls
21 lines (20 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<plugin name='weceem-spring-security' version='1.1' grailsVersion='1.3.1 > *'>
<author>Marc Palmer</author>
<authorEmail>info@weceem.org</authorEmail>
<title>Bridges Weceem authentication to Spring Security</title>
<description>\
Provides the glue needed to make Weceem plugin use Spring Security for authorisation and authentication.
Your application still needs to configure Spring-Security however. The domain class is expected to include "email" property.
</description>
<documentation>http://grails.org/plugin/weceem-spring-security</documentation>
<resources>
<resource>Config</resource>
<resource>UrlMappings</resource>
<resource>spring.resources</resource>
<resource>TestUser</resource>
</resources>
<dependencies>
<plugin name='springSecurityCore' version='1.0.1 > *' />
</dependencies>
<behavior />
</plugin>