Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.security
Class PermissionListManager

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

@Name(value="permissionListManager")
@Scope(value=SESSION)
public class PermissionListManager
extends java.lang.Object
implements java.io.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
 javax.faces.model.SelectItem[] getAvailablePermissions()
           
 java.lang.String getSelectedPermission()
           
 void setSelectedPermission(java.lang.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 javax.faces.model.SelectItem[] getAvailablePermissions()
                                                       throws ClientException
Throws:
ClientException

getSelectedPermission

public java.lang.String getSelectedPermission()

setSelectedPermission

public void setSelectedPermission(java.lang.String selectedPermission)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.