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 Constructor Description KeycloakMain()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)intrun(String... args)Should be called after the server is fully initializedstatic voidstart(ExecutionExceptionHandler errorHandler, PrintWriter errStream)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
start
public static void start(ExecutionExceptionHandler errorHandler, PrintWriter errStream)
-
-