Package org.keycloak.quarkus.runtime
Class KeycloakMain
java.lang.Object
org.keycloak.quarkus.runtime.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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidintShould be called after the server is fully initializedstatic voidstart(ExecutionExceptionHandler errorHandler, PrintWriter errStream, String[] args)
-
Constructor Details
-
KeycloakMain
public KeycloakMain()
-
-
Method Details
-
main
-
start
public static void start(ExecutionExceptionHandler errorHandler, PrintWriter errStream, String[] args) -
run
Should be called after the server is fully initialized- Specified by:
runin interfaceio.quarkus.runtime.QuarkusApplication- Throws:
Exception
-