Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.security
Class PermissionActionListManager

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

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

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

Author:
Razvan Caraghin
See Also:
Serialized Form

Constructor Summary
PermissionActionListManager()
           
 
Method Summary
 SelectItem[] getPermissionActionItems()
           
 String getSelectedGrant()
           
 void setSelectedGrant(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 SelectItem[] getPermissionActionItems()

getSelectedGrant

public String getSelectedGrant()

setSelectedGrant

public void setSelectedGrant(String selectedPermission)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.