Package org.frankframework.lifecycle
Interface DynamicRegistration.Servlet
- All Superinterfaces:
DynamicRegistration
,jakarta.servlet.Servlet
- All Known Subinterfaces:
DynamicRegistration.ServletWithParameters
- All Known Implementing Classes:
AbstractHttpServlet
,ApiListenerServlet
,AtomPub10
,AtomPub11
,AtomPubServletBase
,BrowserBinding
,LarvaServlet
,MtomProxy
,PrometheusMeterServlet
,RedirectIndexProxy
,RestListenerServlet
,RestPublicListenerServlet
,SoapProviderServlet
,WebContentServlet
,WebServices10
,WebServices11
,WebServicesServletBase
- Enclosing interface:
DynamicRegistration
public static interface DynamicRegistration.Servlet
extends DynamicRegistration, jakarta.servlet.Servlet
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.frankframework.lifecycle.DynamicRegistration
DynamicRegistration.Servlet, DynamicRegistration.ServletWithParameters
-
Field Summary
Fields inherited from interface org.frankframework.lifecycle.DynamicRegistration
ALL_IBIS_ROLES, ALL_IBIS_USER_ROLES, IBIS_FULL_SERVICE_ACCESS_ROLES
-
Method Summary
Modifier and TypeMethodDescriptionString[]
The default authorization roles giving access to theServlet
, ornull
to disable.The URL theServlet
should be mapped to.default boolean
Methods inherited from interface org.frankframework.lifecycle.DynamicRegistration
getName, loadOnStartUp
Methods inherited from interface jakarta.servlet.Servlet
destroy, getServletConfig, getServletInfo, init, service
-
Method Details
-
getUrlMapping
String getUrlMapping()The URL theServlet
should be mapped to. This value may be overridden by setting propertyservlet.servlet-name.urlMapping
to change path the servlet listens to -
getAccessGrantingRoles
String[] getAccessGrantingRoles()The default authorization roles giving access to theServlet
, ornull
to disable. This value may be overridden by setting propertyservlet.servlet-name.securityRoles
to the roles that should be granted access. see ServletManager for more information. -
isEnabled
default boolean isEnabled()
-