Package com.netscape.cms.servlet.common
Class ServletUtils
java.lang.Object
com.netscape.cms.servlet.common.ServletUtils
Utility class
- Version:
- $Revision$, $Date$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addACLInfo
(AuthzSubsystem authz, String aclMethod, String aclInfo) static String
getACLMethod
(String aclInfo, String authzMgr, String id) static String
initializeAuthz
(javax.servlet.ServletConfig sc, AuthzSubsystem authz, String id)
-
Field Details
-
logger
public static org.slf4j.Logger logger -
AUTHZ_SRC_LDAP
- See Also:
-
AUTHZ_SRC_TYPE
- See Also:
-
AUTHZ_SRC_XML
- See Also:
-
PROP_AUTHZ_MGR
- See Also:
-
PROP_ACL
- See Also:
-
AUTHZ_MGR_BASIC
- See Also:
-
AUTHZ_MGR_LDAP
- See Also:
-
-
Constructor Details
-
ServletUtils
public ServletUtils()
-
-
Method Details
-
initializeAuthz
public static String initializeAuthz(javax.servlet.ServletConfig sc, AuthzSubsystem authz, String id) throws javax.servlet.ServletException - Throws:
javax.servlet.ServletException
-
addACLInfo
public static void addACLInfo(AuthzSubsystem authz, String aclMethod, String aclInfo) throws EBaseException - Throws:
EBaseException
-
getACLMethod
- Throws:
EBaseException
-