Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.security
Class PermissionListManager

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

@Name(value="permissionListManager")
@Scope(value=SESSION)
public class PermissionListManager
extends Object
implements Serializable

POJO class that extracts and holds the list of the available permissions from backend.

Author:
Razvan Caraghin
See Also:
Serialized Form

Constructor Summary
PermissionListManager()
           
 
Method Summary
 SelectItem[] getAvailablePermissions()
           
 String getSelectedPermission()
           
 void setSelectedPermission(String selectedPermission)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermissionListManager

public PermissionListManager()
Method Detail

getAvailablePermissions

public SelectItem[] getAvailablePermissions()
                                     throws ClientException
Throws:
ClientException

getSelectedPermission

public String getSelectedPermission()

setSelectedPermission

public void setSelectedPermission(String selectedPermission)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.