com.netscape.cms.servlet.common
Class Utils
java.lang.Object
com.netscape.cms.servlet.common.Utils
public class Utils
- extends java.lang.Object
Utility class
- Version:
- $Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $
Constructor Summary |
Utils()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AUTHZ_SRC_LDAP
public static final java.lang.String AUTHZ_SRC_LDAP
- See Also:
- Constant Field Values
AUTHZ_SRC_TYPE
public static final java.lang.String AUTHZ_SRC_TYPE
- See Also:
- Constant Field Values
AUTHZ_CONFIG_STORE
public static final java.lang.String AUTHZ_CONFIG_STORE
- See Also:
- Constant Field Values
AUTHZ_SRC_XML
public static final java.lang.String AUTHZ_SRC_XML
- See Also:
- Constant Field Values
PROP_AUTHZ_MGR
public static final java.lang.String PROP_AUTHZ_MGR
- See Also:
- Constant Field Values
PROP_ACL
public static final java.lang.String PROP_ACL
- See Also:
- Constant Field Values
AUTHZ_MGR_BASIC
public static final java.lang.String AUTHZ_MGR_BASIC
- See Also:
- Constant Field Values
AUTHZ_MGR_LDAP
public static final java.lang.String AUTHZ_MGR_LDAP
- See Also:
- Constant Field Values
Utils
public Utils()
initializeAuthz
public static java.lang.String initializeAuthz(javax.servlet.ServletConfig sc,
IAuthzSubsystem authz,
java.lang.String id)
throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
addACLInfo
public static void addACLInfo(IAuthzSubsystem authz,
java.lang.String aclMethod,
java.lang.String aclInfo)
throws EBaseException
- Throws:
EBaseException