Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.security
Class PermissionActionListManager

java.lang.Object
  extended by org.nuxeo.ecm.webapp.security.PermissionActionListManager
All Implemented Interfaces:
java.io.Serializable

@Name(value="permissionActionListManager")
@Scope(value=SESSION)
public class PermissionActionListManager
extends java.lang.Object
implements java.io.Serializable

Lists the available permission actions. Hardcoded. ATM Grant/Deny supported.

Author:
Razvan Caraghin
See Also:
Serialized Form

Constructor Summary
PermissionActionListManager()
           
 
Method Summary
 javax.faces.model.SelectItem[] getPermissionActionItems()
           
 java.lang.String getSelectedGrant()
           
 void setSelectedGrant(java.lang.String selectedPermission)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermissionActionListManager

public PermissionActionListManager()
Method Detail

getPermissionActionItems

public javax.faces.model.SelectItem[] getPermissionActionItems()

getSelectedGrant

public java.lang.String getSelectedGrant()

setSelectedGrant

public void setSelectedGrant(java.lang.String selectedPermission)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.