public abstract class HttpServletBase extends javax.servlet.http.HttpServlet implements DynamicRegistration.Servlet
DynamicRegistration.Servlet, DynamicRegistration.ServletWithParameters
ALL_IBIS_ROLES, ALL_IBIS_USER_ROLES, IBIS_FULL_SERVICE_ACCESS_ROLES
Constructor and Description |
---|
HttpServletBase() |
Modifier and Type | Method and Description |
---|---|
String[] |
getAccessGrantingRoles()
The default authorization roles giving access to the
Servlet , or null to disable. |
String |
getName()
Name of the to-be implemented class
|
void |
setServletManager(ServletManager servletManager) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getUrlMapping
loadOnStartUp
public String getName()
DynamicRegistration
getName
in interface DynamicRegistration
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.