public class KeycloakSamlSubsystemInstallation extends Object implements ClientInstallationProvider
Constructor and Description |
---|
KeycloakSamlSubsystemInstallation() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
ClientInstallationProvider |
create(KeycloakSession session) |
javax.ws.rs.core.Response |
generateInstallation(KeycloakSession session,
RealmModel realm,
ClientModel client,
URI baseUri) |
String |
getDisplayType() |
String |
getFilename() |
String |
getHelpText() |
String |
getId() |
String |
getMediaType() |
String |
getProtocol() |
void |
init(Config.Scope config) |
boolean |
isDownloadOnly() |
void |
postInit(KeycloakSessionFactory factory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
order
public javax.ws.rs.core.Response generateInstallation(KeycloakSession session, RealmModel realm, ClientModel client, URI baseUri)
generateInstallation
in interface ClientInstallationProvider
public String getProtocol()
getProtocol
in interface ClientInstallationProvider
public String getDisplayType()
getDisplayType
in interface ClientInstallationProvider
public String getHelpText()
getHelpText
in interface ClientInstallationProvider
public String getFilename()
getFilename
in interface ClientInstallationProvider
public String getMediaType()
getMediaType
in interface ClientInstallationProvider
public boolean isDownloadOnly()
isDownloadOnly
in interface ClientInstallationProvider
public void close()
close
in interface Provider
close
in interface ProviderFactory<ClientInstallationProvider>
public ClientInstallationProvider create(KeycloakSession session)
create
in interface ProviderFactory<ClientInstallationProvider>
public void init(Config.Scope config)
init
in interface ProviderFactory<ClientInstallationProvider>
public void postInit(KeycloakSessionFactory factory)
postInit
in interface ProviderFactory<ClientInstallationProvider>
public String getId()
getId
in interface ProviderFactory<ClientInstallationProvider>
Copyright © 2019 JBoss by Red Hat. All rights reserved.