public abstract class AbstractRequestFilter extends Object
Constructor and Description |
---|
AbstractRequestFilter() |
Modifier and Type | Method and Description |
---|---|
protected void |
close(KeycloakSession session) |
protected void |
filter(ClientConnection clientConnection,
Consumer<KeycloakSession> next) |
protected KeycloakSessionFactory |
getSessionFactory() |
protected boolean |
isAutoClose()
Indicates whether or not resources should be close as part of the execution of the
filter(ClientConnection, Consumer)
method. |
protected void filter(ClientConnection clientConnection, Consumer<KeycloakSession> next)
protected KeycloakSessionFactory getSessionFactory()
protected void close(KeycloakSession session)
protected boolean isAutoClose()
Indicates whether or not resources should be close as part of the execution of the filter(ClientConnection, Consumer)
method.
Copyright © 2021 JBoss by Red Hat. All rights reserved.