Uses of Interface
org.gatein.wci.spi.ServletContainerContext
-
Packages that use ServletContainerContext Package Description org.gatein.wci org.gatein.wci.authentication -
-
Uses of ServletContainerContext in org.gatein.wci
Methods in org.gatein.wci with parameters of type ServletContainerContext Modifier and Type Method Description voidServletContainer. 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 ServletContainerContext Modifier and Type Method Description ServletContainerContextAuthenticationEvent. getContainerContext()Constructors in org.gatein.wci.authentication with parameters of type ServletContainerContext Constructor Description AuthenticationEvent(AuthenticationEventType type, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String userName, Credentials credentials, ServletContainerContext containerContext)
-