Uses of Class
org.wildfly.elytron.web.undertow.server.ScopeSessionListener
-
Packages that use ScopeSessionListener Package Description org.wildfly.elytron.web.undertow.server Package containing the Undertow server integration. -
-
Uses of ScopeSessionListener in org.wildfly.elytron.web.undertow.server
Methods in org.wildfly.elytron.web.undertow.server that return ScopeSessionListener Modifier and Type Method Description ScopeSessionListenerScopeSessionListener.Builder. build()Constructors in org.wildfly.elytron.web.undertow.server with parameters of type ScopeSessionListener Constructor Description ElytronHttpExchange(io.undertow.server.HttpServerExchange httpServerExchange, Map<org.wildfly.security.http.Scope,Function<io.undertow.server.HttpServerExchange,org.wildfly.security.http.HttpScope>> scopeResolvers, ScopeSessionListener scopeSessionListener)
-