Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.security
Class GuardDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.webengine.security.GuardDescriptor

public class GuardDescriptor
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
GuardDescriptor()
           
GuardDescriptor(String name)
           
 
Method Summary
 String getExpression()
           
 Guard getGuard()
           
 Map<String,Guard> getGuards()
           
 String getId()
           
 Permission getPermission()
           
 void setExpression(String expression)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuardDescriptor

public GuardDescriptor()

GuardDescriptor

public GuardDescriptor(String name)
Method Detail

getGuards

public Map<String,Guard> getGuards()

setExpression

public void setExpression(String expression)
Parameters:
expression - the expression to set.

getExpression

public String getExpression()
Returns:
the expression.

getGuard

public Guard getGuard()
               throws ParseException
Throws:
ParseException

getId

public String getId()

getPermission

public Permission getPermission()
                         throws ParseException
Throws:
ParseException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.