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
ParseException
public String getId()
public Permission getPermission() throws ParseException
ParseException
Copyright © 2011 Nuxeo SA. All Rights Reserved.