public class PublisherAdminServlet extends AdminServlet
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NOMAPPER |
static java.lang.String |
PROP_AUTHORITY |
auditor, AUTHZ_CONFIG_STORE, AUTHZ_MGR_BASIC, AUTHZ_MGR_LDAP, AUTHZ_RES_NAME, AUTHZ_SRC_LDAP, AUTHZ_SRC_TYPE, AUTHZ_SRC_XML, CERT_ATTR, ERROR, mAclMethod, mAuthz, mConfig, mLogger, mOp, mToken, PROP_ACL, PROP_AUTHZ_MGR, PROP_ID, RESTART, SUCCESS| Constructor and Description |
|---|
PublisherAdminServlet() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMapperPluginName(ILdapMapper mapper) |
java.lang.String |
getPublisherPluginName(ILdapPublisher pub) |
java.lang.String |
getRulePluginName(ILdapRule rule) |
java.lang.String |
getServletInfo()
Returns serlvet information.
|
void |
init(javax.servlet.ServletConfig config)
Initializes this servlet.
|
void |
log(int level,
java.lang.String msg)
logs an entry in the log file.
|
void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Serves HTTP admin request.
|
audit, auditParams, auditSubjectID, authenticate, authorize, authorize, commit, convertStringArrayToNVPairs, getAuthCreds, getClassByNameAsExtendedPluginInfo, getConfig, getLocale, getParameter, listConfig, outputHttpParameters, sendResponse, setConfig, URLdecodedoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic static final java.lang.String PROP_AUTHORITY
public static final java.lang.String NOMAPPER
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class AdminServletjavax.servlet.ServletExceptionpublic java.lang.String getServletInfo()
getServletInfo in interface javax.servlet.ServletgetServletInfo in class javax.servlet.GenericServletpublic void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
java.io.IOException
service in class AdminServletjavax.servlet.ServletExceptionjava.io.IOExceptionpublic java.lang.String getMapperPluginName(ILdapMapper mapper)
public java.lang.String getRulePluginName(ILdapRule rule)
public java.lang.String getPublisherPluginName(ILdapPublisher pub)
public void log(int level,
java.lang.String msg)