Class CloseSessionFilter
java.lang.Object
org.keycloak.quarkus.runtime.integration.jaxrs.CloseSessionFilter
- All Implemented Interfaces:
jakarta.ws.rs.container.ContainerResponseFilter,TransactionalSessionHandler
@Provider
@PreMatching
@Priority(1)
public class CloseSessionFilter
extends Object
implements jakarta.ws.rs.container.ContainerResponseFilter, TransactionalSessionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfilter(jakarta.ws.rs.container.ContainerRequestContext requestContext, jakarta.ws.rs.container.ContainerResponseContext responseContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.quarkus.runtime.transaction.TransactionalSessionHandler
beginTransaction, close, create
-
Constructor Details
-
CloseSessionFilter
public CloseSessionFilter()
-
-
Method Details
-
filter
public void filter(jakarta.ws.rs.container.ContainerRequestContext requestContext, jakarta.ws.rs.container.ContainerResponseContext responseContext) throws IOException - Specified by:
filterin interfacejakarta.ws.rs.container.ContainerResponseFilter- Throws:
IOException
-