Interface WebAppEndpointInstance
- All Superinterfaces:
EndpointInstance
- All Known Implementing Classes:
AbstractWebEndpoint
Servlet endpoint instance
- Author:
- K. Benedyczak
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.servlet.ServletContextHandler
Methods inherited from interface pl.edu.icm.unity.engine.api.endpoint.EndpointInstance
destroy, getAuthenticationFlows, getEndpointDescription, getSerializedConfiguration, initialize, start, updateAuthenticationFlows
-
Method Details
-
getServletContextHandler
org.eclipse.jetty.servlet.ServletContextHandler getServletContextHandler()- Returns:
- web application context
-