Class KeycloakOIDCJbossSubsystemClientInstallation
java.lang.Object
org.keycloak.protocol.oidc.installation.KeycloakOIDCJbossSubsystemClientInstallation
- All Implemented Interfaces:
ClientInstallationProvider,Provider,ProviderFactory<ClientInstallationProvider>
public class KeycloakOIDCJbossSubsystemClientInstallation
extends Object
implements ClientInstallationProvider
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) jakarta.ws.rs.core.ResponsegenerateInstallation(KeycloakSession session, RealmModel realm, ClientModel client, URI baseUri) getId()voidinit(Config.Scope config) booleanvoidpostInit(KeycloakSessionFactory factory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata, order
-
Constructor Details
-
KeycloakOIDCJbossSubsystemClientInstallation
public KeycloakOIDCJbossSubsystemClientInstallation()
-
-
Method Details
-
generateInstallation
public jakarta.ws.rs.core.Response generateInstallation(KeycloakSession session, RealmModel realm, ClientModel client, URI baseUri) - Specified by:
generateInstallationin interfaceClientInstallationProvider
-
getProtocol
- Specified by:
getProtocolin interfaceClientInstallationProvider
-
getDisplayType
- Specified by:
getDisplayTypein interfaceClientInstallationProvider
-
getHelpText
- Specified by:
getHelpTextin interfaceClientInstallationProvider
-
close
public void close()- Specified by:
closein interfaceProvider- Specified by:
closein interfaceProviderFactory<ClientInstallationProvider>
-
create
- Specified by:
createin interfaceProviderFactory<ClientInstallationProvider>
-
init
- Specified by:
initin interfaceProviderFactory<ClientInstallationProvider>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<ClientInstallationProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<ClientInstallationProvider>
-
isDownloadOnly
public boolean isDownloadOnly()- Specified by:
isDownloadOnlyin interfaceClientInstallationProvider
-
getFilename
- Specified by:
getFilenamein interfaceClientInstallationProvider
-
getMediaType
- Specified by:
getMediaTypein interfaceClientInstallationProvider
-