Class KeycloakSamlSubsystemInstallation
java.lang.Object
org.keycloak.protocol.saml.installation.KeycloakSamlSubsystemInstallation
- All Implemented Interfaces:
ClientInstallationProvider,Provider,ProviderFactory<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
-
KeycloakSamlSubsystemInstallation
public KeycloakSamlSubsystemInstallation()
-
-
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
-
getFilename
- Specified by:
getFilenamein interfaceClientInstallationProvider
-
getMediaType
- Specified by:
getMediaTypein interfaceClientInstallationProvider
-
isDownloadOnly
public boolean isDownloadOnly()- Specified by:
isDownloadOnlyin 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>
-