Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webengine.security
Class GuardDescriptor

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

public class GuardDescriptor
extends java.lang.Object

Author:
Bogdan Stefanescu

Constructor Summary
GuardDescriptor()
           
GuardDescriptor(java.lang.String name)
           
 
Method Summary
 java.lang.String getExpression()
           
 Guard getGuard()
           
 java.util.Map<java.lang.String,Guard> getGuards()
           
 java.lang.String getId()
           
 Permission getPermission()
           
 void setExpression(java.lang.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(java.lang.String name)
Method Detail

getGuards

public java.util.Map<java.lang.String,Guard> getGuards()

setExpression

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

getExpression

public java.lang.String getExpression()
Returns:
the expression.

getGuard

public Guard getGuard()
               throws java.text.ParseException
Throws:
java.text.ParseException

getId

public java.lang.String getId()

getPermission

public Permission getPermission()
                         throws java.text.ParseException
Throws:
java.text.ParseException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.