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 SummaryConstructors Constructor Description KeycloakOIDCJbossSubsystemClientInstallation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()This is called when the server shuts down.ClientInstallationProvidercreate(KeycloakSession session)javax.ws.rs.core.ResponsegenerateInstallation(KeycloakSession session, RealmModel realm, ClientModel client, URI baseUri)StringgetDisplayType()StringgetFilename()StringgetHelpText()StringgetId()StringgetMediaType()StringgetProtocol()voidinit(Config.Scope config)Only called once when the factory is first created.booleanisDownloadOnly()voidpostInit(KeycloakSessionFactory factory)Called after all provider factories have been initialized- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactorygetConfigMetadata, order
 
- 
 
- 
- 
- 
Method Detail- 
generateInstallationpublic javax.ws.rs.core.Response generateInstallation(KeycloakSession session, RealmModel realm, ClientModel client, URI baseUri) - Specified by:
- generateInstallationin interface- ClientInstallationProvider
 
 - 
getProtocolpublic String getProtocol() - Specified by:
- getProtocolin interface- ClientInstallationProvider
 
 - 
getDisplayTypepublic String getDisplayType() - Specified by:
- getDisplayTypein interface- ClientInstallationProvider
 
 - 
getHelpTextpublic String getHelpText() - Specified by:
- getHelpTextin interface- ClientInstallationProvider
 
 - 
closepublic void close() Description copied from interface:ProviderFactoryThis is called when the server shuts down.- Specified by:
- closein interface- Provider
- Specified by:
- closein interface- ProviderFactory<ClientInstallationProvider>
 
 - 
createpublic ClientInstallationProvider create(KeycloakSession session) - Specified by:
- createin interface- ProviderFactory<ClientInstallationProvider>
 
 - 
initpublic void init(Config.Scope config) Description copied from interface:ProviderFactoryOnly called once when the factory is first created. This config is pulled from keycloak_server.json- Specified by:
- initin interface- ProviderFactory<ClientInstallationProvider>
 
 - 
postInitpublic void postInit(KeycloakSessionFactory factory) Description copied from interface:ProviderFactoryCalled after all provider factories have been initialized- Specified by:
- postInitin interface- ProviderFactory<ClientInstallationProvider>
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- ProviderFactory<ClientInstallationProvider>
 
 - 
isDownloadOnlypublic boolean isDownloadOnly() - Specified by:
- isDownloadOnlyin interface- ClientInstallationProvider
 
 - 
getFilenamepublic String getFilename() - Specified by:
- getFilenamein interface- ClientInstallationProvider
 
 - 
getMediaTypepublic String getMediaType() - Specified by:
- getMediaTypein interface- ClientInstallationProvider
 
 
- 
 
-