Package org.keycloak.platform
Interface PlatformProvider
public interface PlatformProvider
-
Method Summary
Modifier and TypeMethodDescriptionvoid
name()
default void
onShutdown
(Runnable runnable) default void
-
Method Details
-
name
String name() -
onStartup
-
onShutdown
-
exit
-
getTmpDirectory
File getTmpDirectory()- Returns:
- tmp directory specific to target platform. Implementation can make sure to create "tmp" directory in case it does not exists. The directory should be usually inside the corresponding server directory. In production, it should not be system directory like "/tmp" .
-