| Package | Description |
|---|---|
| org.molgenis.security.freemarker |
| Modifier and Type | Class and Description |
|---|---|
class |
HasPermissionDirective
Directive that prints the body of the tag if the current user has permission on entity
usage: <@hasPermission entityName='celiacsprue' permission="WRITE">write permission@hasPermission>
|
class |
NotHasPermissionDirective
Directive that prints the body of the tag if the current user has no permission on entity
usage: <@notHasPermission entity='celiacsprue' permission="WRITE">no write permission@notHasPermission>
|
Copyright © 2016. All Rights Reserved.