Class AclUtils


  • public abstract class AclUtils
    extends java.lang.Object
    AclUtils
    • Constructor Summary

      Constructors 
      Constructor Description
      AclUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static AclUtils.NodeAccessChecker getNodeAccessChecker​(javax.servlet.ServletContext sc)
      getNodeAccessChecker
      static boolean shouldFilter​(java.util.Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
      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​(java.util.Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)

        shouldFilter

        Returns:
        a boolean.