public static interface DynamicRegistration.Servlet extends DynamicRegistration, javax.servlet.Servlet
DynamicRegistration.Servlet, DynamicRegistration.ServletWithParameters
ALL_IBIS_ROLES, ALL_IBIS_USER_ROLES, IBIS_FULL_SERVICE_ACCESS_ROLES
Modifier and Type | Method and Description |
---|---|
String[] |
getAccessGrantingRoles()
The default authorization roles giving access to the
Servlet , or null to disable. |
String |
getUrlMapping()
The URL the
Servlet should be mapped to. |
getName, loadOnStartUp
String getUrlMapping()
Servlet
should be mapped to.
This value may be overridden by setting property servlet.servlet-name.urlMapping
to change path the servlet listens toString[] getAccessGrantingRoles()
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.Copyright © 2023 Frank!Framework. All rights reserved.