public class GuardDescriptor extends Object
| Constructor and Description | 
|---|
| GuardDescriptor() | 
| GuardDescriptor(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getExpression() | 
| Guard | getGuard() | 
| Map<String,Guard> | getGuards() | 
| String | getId() | 
| Permission | getPermission() | 
| void | setExpression(String expression) | 
public GuardDescriptor()
public GuardDescriptor(String name)
public void setExpression(String expression)
expression - the expression to set.public String getExpression()
public Guard getGuard() throws ParseException
ParseExceptionpublic String getId()
public Permission getPermission() throws ParseException
ParseExceptionCopyright © 2014 Nuxeo SA. All rights reserved.