Class AbstractRequestFilter


  • public abstract class AbstractRequestFilter
    extends Object
    • Constructor Detail

      • AbstractRequestFilter

        public AbstractRequestFilter()
    • Method Detail

      • filter

        protected void filter​(org.keycloak.common.ClientConnection clientConnection,
                              Consumer<org.keycloak.models.KeycloakSession> next)
      • getSessionFactory

        protected org.keycloak.models.KeycloakSessionFactory getSessionFactory()
      • close

        protected void close​(org.keycloak.models.KeycloakSession session)
      • isAutoClose

        protected boolean isAutoClose()

        Indicates whether or not resources should be close as part of the execution of the filter(ClientConnection, Consumer) method.

        Returns:
        true if resources should be close automatically. Otherwise, false.