| Excerpt |
|---|
A collection of simple security-related tags using seraph |
Usage examples
Some simple example will quickly show you what these tags can do:
Role based tag : <s:auth>
| Code Block | ||
|---|---|---|
| ||
<s:auth requiredRole="admin">this text will only appear if the logged user has the 'admin' role</s:auth> |
Path based tags : <s:spath> and <s:slink>
| Code Block | ||
|---|---|---|
| ||
<s:spath href="/foo">this text will only appear is user has access to the /foo path</s:spath> |
...
