public abstract class WebServicesServletBase extends org.apache.chemistry.opencmis.server.impl.webservices.CmisWebServicesServlet implements DynamicRegistration.ServletWithParameters
DynamicRegistration.Servlet, DynamicRegistration.ServletWithParameters
CMIS_VERSION, CSRF_MANAGER, PARAM_CMIS_VERSION
ALL_IBIS_ROLES, ALL_IBIS_USER_ROLES, IBIS_FULL_SERVICE_ACCESS_ROLES
Constructor and Description |
---|
WebServicesServletBase() |
Modifier and Type | Method and Description |
---|---|
String[] |
getAccessGrantingRoles()
The default authorization roles giving access to the
Servlet , or null to disable. |
protected abstract String |
getCmisVersion() |
Map<String,String> |
getParameters()
Servlet specific init parameters |
void |
setServletManager(ServletManager servletManager) |
configureInterceptors, getCallContextHandler, handleRequest, init, loadBus, printError
createServletController, destroy, destroyBus, doFilter, finalizeServletInit, getBus, getDestinationRegistryFromBusOrDefault, initClassLoader, invoke, registerServletContextResolver, setBus
checkXForwardedHeaders, doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getResourceAsStream, getStaticResourceContentType, init, parseListSequence, parseMapSequence, redirect, serveStaticContent, service
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getUrlMapping
getName, loadOnStartUp
protected abstract String getCmisVersion()
public Map<String,String> getParameters()
DynamicRegistration.ServletWithParameters
Servlet
specific init parametersgetParameters
in interface DynamicRegistration.ServletWithParameters
public String[] getAccessGrantingRoles()
DynamicRegistration.Servlet
Servlet
, or null
to disable.
This value may be overridden by setting property servlet.servlet-name.securityRoles
to the roles that should be granted access.
see ServletManager
for more information.getAccessGrantingRoles
in interface DynamicRegistration.Servlet
@Autowired public void setServletManager(ServletManager servletManager)
Copyright © 2023 Frank!Framework. All rights reserved.