-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
25 lines (25 loc) · 1.17 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<plugin name='activiti-shiro' version='0.1.1' grailsVersion='1.3.5 > *'>
<author>Nicolas Bohorquez Gutierrez (@nickmancoi)</author>
<authorEmail>[email protected]</authorEmail>
<title>This plugin integrates Shiro Security to Activiti.</title>
<description>
Activiti plugin brings the power of bpmn to grails, Shiro security enables an elegant way to perform
authentication and authorization in your app, this plugin provides the basic glue necessary between them
</description>
<documentation>https://bitbucket.org/Nickmancol/grails-activiti-shiro-security-plugin</documentation>
<resources>
<resource>BootStrap</resource>
<resource>BuildConfig</resource>
<resource>Config</resource>
<resource>DataSource</resource>
<resource>UrlMappings</resource>
<resource>org.grails.activiti.shirosecurity.SetAuthenticatedUsernameFilter</resource>
<resource>spring.resources</resource>
<resource>org.grails.activiti.shirosecurity.ShiroActivitiSessionService</resource>
</resources>
<dependencies>
<plugin name='shiro' version='1.1.3 > *' />
<plugin name='activiti' version='5.5 > *' />
</dependencies>
<behavior />
</plugin>