Class RestPublicListenerServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.frankframework.http.AbstractHttpServlet
org.frankframework.http.RestListenerServlet
org.frankframework.http.RestPublicListenerServlet
- All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable, DynamicRegistration, DynamicRegistration.Servlet
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface DynamicRegistration
DynamicRegistration.Servlet, DynamicRegistration.ServletWithParameters -
Field Summary
Fields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEADFields inherited from interface DynamicRegistration
ALL_IBIS_ROLES, ALL_IBIS_USER_ROLES, IBIS_FULL_SERVICE_ACCESS_ROLES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]The default authorization roles giving access to theServlet, ornullto disable.The URL theServletshould be mapped to.Methods inherited from class RestListenerServlet
init, serviceMethods inherited from class AbstractHttpServlet
getNameMethods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPatch, doPost, doPut, doTrace, getLastModified, init, isSensitiveHeader, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, logMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DynamicRegistration
loadOnStartUpMethods inherited from interface DynamicRegistration.Servlet
isEnabledMethods inherited from interface jakarta.servlet.Servlet
destroy, getServletConfig, getServletInfo, init, service
-
Constructor Details
-
RestPublicListenerServlet
public RestPublicListenerServlet()
-
-
Method Details
-
getUrlMapping
Description copied from interface:DynamicRegistration.ServletThe URL theServletshould be mapped to. This value may be overridden by setting propertyservlet.servlet-name.urlMappingto change path the servlet listens to- Specified by:
getUrlMappingin interfaceDynamicRegistration.Servlet- Overrides:
getUrlMappingin classRestListenerServlet
-
getAccessGrantingRoles
Description copied from interface:DynamicRegistration.ServletThe default authorization roles giving access to theServlet, ornullto disable. This value may be overridden by setting propertyservlet.servlet-name.securityRolesto the roles that should be granted access. see ServletManager for more information.- Specified by:
getAccessGrantingRolesin interfaceDynamicRegistration.Servlet- Overrides:
getAccessGrantingRolesin classRestListenerServlet
-