org.syncope.console.commons
Class XMLRolesReader

java.lang.Object
  extended by org.syncope.console.commons.XMLRolesReader

public class XMLRolesReader
extends Object

XMLRolesReader singleton class.


Constructor Summary
XMLRolesReader()
           
 
Method Summary
 String getAllAllowedRoles(String pageId, String actionId)
          Get all roles allowed for specific page and actio requested.
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLRolesReader

public XMLRolesReader()
Method Detail

init

public void init()

getAllAllowedRoles

public String getAllAllowedRoles(String pageId,
                                 String actionId)
Get all roles allowed for specific page and actio requested.

Parameters:
pageId -
actionId -
Returns:
roles list comma separated


Copyright © 2011. All Rights Reserved.