Package io.quarkus.test.keycloak.server
Class KeycloakTestResourceLifecycleManager
- java.lang.Object
-
- io.quarkus.test.keycloak.server.KeycloakTestResourceLifecycleManager
-
- All Implemented Interfaces:
QuarkusTestResourceLifecycleManager
public class KeycloakTestResourceLifecycleManager extends Object implements QuarkusTestResourceLifecycleManager
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.quarkus.test.common.QuarkusTestResourceLifecycleManager
QuarkusTestResourceLifecycleManager.Context, QuarkusTestResourceLifecycleManager.TestInjector
-
-
Constructor Summary
Constructors Constructor Description KeycloakTestResourceLifecycleManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgetAccessToken(String userName)static StringgetRefreshToken(String userName)Map<String,String>start()voidstop()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.quarkus.test.common.QuarkusTestResourceLifecycleManager
init, inject, inject, order, setContext
-
-
-
-
Method Detail
-
start
public Map<String,String> start()
- Specified by:
startin interfaceQuarkusTestResourceLifecycleManager
-
stop
public void stop()
- Specified by:
stopin interfaceQuarkusTestResourceLifecycleManager
-
-