Class DockerVariableOverrideInstallationProvider
java.lang.Object
org.keycloak.protocol.docker.installation.DockerVariableOverrideInstallationProvider
- All Implemented Interfaces:
ClientInstallationProvider
,Provider
,ProviderFactory<ClientInstallationProvider>
public class DockerVariableOverrideInstallationProvider
extends Object
implements ClientInstallationProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
This is called when the server shuts down.create
(KeycloakSession session) jakarta.ws.rs.core.Response
generateInstallation
(KeycloakSession session, RealmModel realm, ClientModel client, URI serverBaseUri) getId()
void
init
(Config.Scope config) Only called once when the factory is first created.boolean
void
postInit
(KeycloakSessionFactory factory) Called after all provider factories have been initializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Constructor Details
-
DockerVariableOverrideInstallationProvider
public DockerVariableOverrideInstallationProvider()
-
-
Method Details
-
create
- Specified by:
create
in interfaceProviderFactory<ClientInstallationProvider>
-
init
Description copied from interface:ProviderFactory
Only called once when the factory is first created. This config is pulled from keycloak_server.json- Specified by:
init
in interfaceProviderFactory<ClientInstallationProvider>
-
postInit
Description copied from interface:ProviderFactory
Called after all provider factories have been initialized- Specified by:
postInit
in interfaceProviderFactory<ClientInstallationProvider>
-
close
public void close()Description copied from interface:ProviderFactory
This is called when the server shuts down.- Specified by:
close
in interfaceProvider
- Specified by:
close
in interfaceProviderFactory<ClientInstallationProvider>
-
getId
- Specified by:
getId
in interfaceProviderFactory<ClientInstallationProvider>
-
generateInstallation
public jakarta.ws.rs.core.Response generateInstallation(KeycloakSession session, RealmModel realm, ClientModel client, URI serverBaseUri) - Specified by:
generateInstallation
in interfaceClientInstallationProvider
-
getProtocol
- Specified by:
getProtocol
in interfaceClientInstallationProvider
-
getDisplayType
- Specified by:
getDisplayType
in interfaceClientInstallationProvider
-
getHelpText
- Specified by:
getHelpText
in interfaceClientInstallationProvider
-
getFilename
- Specified by:
getFilename
in interfaceClientInstallationProvider
-
getMediaType
- Specified by:
getMediaType
in interfaceClientInstallationProvider
-
isDownloadOnly
public boolean isDownloadOnly()- Specified by:
isDownloadOnly
in interfaceClientInstallationProvider
-