Class SamlSPDescriptorClientInstallation
java.lang.Object
org.keycloak.protocol.saml.installation.SamlSPDescriptorClientInstallation
- All Implemented Interfaces:
ClientInstallationProvider,Provider,ProviderFactory<ClientInstallationProvider>
public class SamlSPDescriptorClientInstallation
extends Object
implements ClientInstallationProvider
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.jboss.logging.Loggerstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) jakarta.ws.rs.core.ResponsegenerateInstallation(KeycloakSession session, RealmModel realm, ClientModel client, URI serverBaseUri) getId()static StringgetSPDescriptorForClient(ClientModel client) 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
-
Field Details
-
logger
protected static final org.jboss.logging.Logger logger -
SAML_CLIENT_INSTALATION_SP_DESCRIPTOR
- See Also:
-
-
Constructor Details
-
SamlSPDescriptorClientInstallation
public SamlSPDescriptorClientInstallation()
-
-
Method Details
-
getSPDescriptorForClient
-
generateInstallation
public jakarta.ws.rs.core.Response generateInstallation(KeycloakSession session, RealmModel realm, ClientModel client, URI serverBaseUri) - 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>
-