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