Class KCAdapterClientFactory

  • All Implemented Interfaces:
    ClientFactory

    @Dependent
    public class KCAdapterClientFactory
    extends BaseClientFactory
    Factory that build Keycloak clients using the current session access token provided by KC client adapter.
    Since:
    0.9.0
    • Constructor Detail

      • KCAdapterClientFactory

        public KCAdapterClientFactory()
    • Method Detail

      • init

        public void init​(org.uberfire.commons.config.ConfigProperties config,
                         javax.servlet.http.HttpServletRequest request)