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, ornullto disable.The URL theServletshould be mapped to.default booleanMethods inherited from interface org.frankframework.lifecycle.DynamicRegistration
getName, loadOnStartUpMethods inherited from interface jakarta.servlet.Servlet
destroy, getServletConfig, getServletInfo, init, service
-
Method Details
-
getUrlMapping
String getUrlMapping()The URL theServletshould be mapped to. This value may be overridden by setting propertyservlet.servlet-name.urlMappingto change path the servlet listens to -
getAccessGrantingRoles
String[] getAccessGrantingRoles()The 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. -
isEnabled
default boolean isEnabled()
-