Class ServletUtils
java.lang.Object
com.netscape.cms.servlet.common.ServletUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddACLInfo(AuthzSubsystem authz, String aclMethod, String aclInfo) static StringgetACLMethod(String aclInfo, String authzMgr, String id) static StringinitializeAuthz(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
-