Package org.keycloak.it.utils
Interface KeycloakDistribution
-
- All Known Implementing Classes:
DockerKeycloakDistribution,RawKeycloakDistribution
public interface KeycloakDistribution
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default String[]getCliArgs(List<String> arguments)List<String>getErrorStream()intgetExitCode()List<String>getOutputStream()booleanisDebug()booleanisManualStop()voidstart(List<String> arguments)voidstop()
-