Class KeycloakMain

  • All Implemented Interfaces:
    io.quarkus.runtime.QuarkusApplication

    @ApplicationScoped
    public class KeycloakMain
    extends Object
    implements io.quarkus.runtime.QuarkusApplication

    The main entry point, responsible for initialize and run the CLI as well as start the server.

    • Constructor Detail

      • KeycloakMain

        public KeycloakMain()
    • Method Detail

      • main

        public static void main​(String[] args)
      • run

        public int run​(String... args)
                throws Exception
        Should be called after the server is fully initialized
        Specified by:
        run in interface io.quarkus.runtime.QuarkusApplication
        Throws:
        Exception