org.opennms.web
Class AclUtils

java.lang.Object
  extended by org.opennms.web.AclUtils

public class AclUtils
extends Object

AclUtils


Nested Class Summary
static interface AclUtils.NodeAccessChecker
           
 
Constructor Summary
AclUtils()
           
 
Method Summary
static AclUtils.NodeAccessChecker getNodeAccessChecker(javax.servlet.ServletContext sc)
          getNodeAccessChecker
static boolean shouldFilter()
          shouldFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AclUtils

public AclUtils()
Method Detail

shouldFilter

public static boolean shouldFilter()

shouldFilter

Returns:
a boolean.

getNodeAccessChecker

public static AclUtils.NodeAccessChecker getNodeAccessChecker(javax.servlet.ServletContext sc)

getNodeAccessChecker

Parameters:
sc - a ServletContext object.
Returns:
a AclUtils.NodeAccessChecker object.


Copyright © 2011. All Rights Reserved.