it.eng.spago.security
Class SecurityConfigurationSingleton

java.lang.Object
  extended byit.eng.spago.security.SecurityConfigurationSingleton

public class SecurityConfigurationSingleton
extends java.lang.Object

Author:
zoppello To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Field Summary
 boolean isSecurityGloballyEnabled
           
 
Method Summary
static SecurityConfigurationSingleton getInstance()
           
 boolean isActionChecked(java.lang.String actionName)
           
 boolean isPageModuleChecked(java.lang.String pageName, java.lang.String moduleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isSecurityGloballyEnabled

public boolean isSecurityGloballyEnabled
Method Detail

getInstance

public static SecurityConfigurationSingleton getInstance()

isActionChecked

public boolean isActionChecked(java.lang.String actionName)

isPageModuleChecked

public boolean isPageModuleChecked(java.lang.String pageName,
                                   java.lang.String moduleName)