Uses of Interface
org.gatein.wci.spi.ServletContainerContext
Packages that use ServletContainerContext
-
Uses of ServletContainerContext in org.gatein.wci
Methods in org.gatein.wci with parameters of type ServletContainerContextModifier and TypeMethodDescriptionvoidServletContainer.register(ServletContainerContext context) Register a servlet container context.static voidServletContainerFactory.registerContext(ServletContainerContext context) Registers a servlet container context. -
Uses of ServletContainerContext in org.gatein.wci.authentication
Methods in org.gatein.wci.authentication that return ServletContainerContextConstructors in org.gatein.wci.authentication with parameters of type ServletContainerContextModifierConstructorDescriptionAuthenticationEvent(AuthenticationEventType type, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String userName, Credentials credentials, ServletContainerContext containerContext)