Class KeycloakSamlClientInstallation
- java.lang.Object
-
- org.keycloak.protocol.saml.installation.KeycloakSamlClientInstallation
-
- All Implemented Interfaces:
ClientInstallationProvider,Provider,ProviderFactory<ClientInstallationProvider>
public class KeycloakSamlClientInstallation extends Object implements ClientInstallationProvider
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Constructor Summary
Constructors Constructor Description KeycloakSamlClientInstallation()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidbaseXml(KeycloakSession session, RealmModel realm, ClientModel client, URI baseUri, SamlClient samlClient, StringBuilder buffer)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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
-
-
-
Method Detail
-
generateInstallation
public javax.ws.rs.core.Response generateInstallation(KeycloakSession session, RealmModel realm, ClientModel client, URI baseUri)
- Specified by:
generateInstallationin interfaceClientInstallationProvider
-
baseXml
public static void baseXml(KeycloakSession session, RealmModel realm, ClientModel client, URI baseUri, SamlClient samlClient, StringBuilder buffer)
-
getProtocol
public String getProtocol()
- Specified by:
getProtocolin interfaceClientInstallationProvider
-
getDisplayType
public String getDisplayType()
- Specified by:
getDisplayTypein interfaceClientInstallationProvider
-
getHelpText
public String getHelpText()
- Specified by:
getHelpTextin interfaceClientInstallationProvider
-
getFilename
public String getFilename()
- Specified by:
getFilenamein interfaceClientInstallationProvider
-
getMediaType
public String getMediaType()
- Specified by:
getMediaTypein interfaceClientInstallationProvider
-
isDownloadOnly
public boolean isDownloadOnly()
- Specified by:
isDownloadOnlyin interfaceClientInstallationProvider
-
close
public void close()
Description copied from interface:ProviderFactoryThis is called when the server shuts down.- Specified by:
closein interfaceProvider- Specified by:
closein interfaceProviderFactory<ClientInstallationProvider>
-
create
public ClientInstallationProvider create(KeycloakSession session)
- Specified by:
createin interfaceProviderFactory<ClientInstallationProvider>
-
init
public 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 interfaceProviderFactory<ClientInstallationProvider>
-
postInit
public void postInit(KeycloakSessionFactory factory)
Description copied from interface:ProviderFactoryCalled after all provider factories have been initialized- Specified by:
postInitin interfaceProviderFactory<ClientInstallationProvider>
-
getId
public String getId()
- Specified by:
getIdin interfaceProviderFactory<ClientInstallationProvider>
-
-