Class ACLAdminServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.netscape.cms.servlet.admin.AdminServlet
com.netscape.cms.servlet.admin.ACLAdminServlet
- All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable
Manage Access Control List configuration
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
FieldsFields inherited from class AdminServlet
AUTHZ_MGR_BASIC, AUTHZ_MGR_LDAP, AUTHZ_RES_NAME, CERT_ATTR, ERROR, mAclMethod, mAuthz, mConfig, mOp, mToken, PROP_ACL, PROP_AUTHZ_MGR, PROP_ID, RESTART, servletConfig, servletContext, SUCCESSFields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AdminServlet
auditParams, auditSubjectID, authenticate, authorize, authorize, commit, convertStringArrayToNVPairs, getAuthCreds, getClassByNameAsExtendedPluginInfo, getCMSEngine, getConfig, getLocale, getParameter, listConfig, outputHttpParameters, sendResponse, setConfig, URLdecodeMethods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
-
Field Details
-
logger
public static org.slf4j.Logger logger
-
-
Constructor Details
-
ACLAdminServlet
public ACLAdminServlet()
-
-
Method Details
-
init
public void init(jakarta.servlet.ServletConfig config) throws jakarta.servlet.ServletException initialize the servlet.- http.param OP_TYPE = OP_SEARCH,
- http.param OP_SCOPE - the scope of the request operation:
- "impl" ACL implementations
- "acls" ACL rules
- "evaluatorTypes" ACL evaluators.
- Specified by:
initin interfacejakarta.servlet.Servlet- Overrides:
initin classAdminServlet- Parameters:
config- servlet configuration, read from the web.xml file- Throws:
jakarta.servlet.ServletException
-
getServletInfo
Returns serlvet information.- Specified by:
getServletInfoin interfacejakarta.servlet.Servlet- Overrides:
getServletInfoin classjakarta.servlet.GenericServlet
-
service
public void service(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException Process the HTTP request.- Overrides:
servicein classAdminServlet- Parameters:
req- the object holding the request informationresp- the object holding the response information- Throws:
jakarta.servlet.ServletExceptionIOException
-