Class ServletUtils


  • public class ServletUtils
    extends java.lang.Object
    Utility class
    Version:
    $Revision$, $Date$
    • Constructor Summary

      Constructors 
      Constructor Description
      ServletUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addACLInfo​(AuthzSubsystem authz, java.lang.String aclMethod, java.lang.String aclInfo)  
      static java.lang.String getACLMethod​(java.lang.String aclInfo, java.lang.String authzMgr, java.lang.String id)  
      static java.lang.String initializeAuthz​(javax.servlet.ServletConfig sc, AuthzSubsystem authz, java.lang.String id)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServletUtils

        public ServletUtils()
    • Method Detail

      • initializeAuthz

        public static java.lang.String initializeAuthz​(javax.servlet.ServletConfig sc,
                                                       AuthzSubsystem authz,
                                                       java.lang.String id)
                                                throws javax.servlet.ServletException
        Throws:
        javax.servlet.ServletException
      • getACLMethod

        public static java.lang.String getACLMethod​(java.lang.String aclInfo,
                                                    java.lang.String authzMgr,
                                                    java.lang.String id)
                                             throws EBaseException
        Throws:
        EBaseException