keycloak-spi-private
|
公開メンバ関数 | |
Response | generateInstallation (KeycloakSession session, RealmModel realm, ClientModel client, URI serverBaseUri) |
String | getProtocol () |
String | getDisplayType () |
String | getHelpText () |
String | getFilename () |
String | getMediaType () |
boolean | isDownloadOnly () |
Provides a template/sample client config adapter file. For example keycloak.json for our OIDC adapter. keycloak-saml.xml for our SAML client adapter
Response org.keycloak.protocol.ClientInstallationProvider.generateInstallation | ( | KeycloakSession | session, |
RealmModel | realm, | ||
ClientModel | client, | ||
URI | serverBaseUri | ||
) |
String org.keycloak.protocol.ClientInstallationProvider.getDisplayType | ( | ) |
String org.keycloak.protocol.ClientInstallationProvider.getFilename | ( | ) |
String org.keycloak.protocol.ClientInstallationProvider.getHelpText | ( | ) |
String org.keycloak.protocol.ClientInstallationProvider.getMediaType | ( | ) |
String org.keycloak.protocol.ClientInstallationProvider.getProtocol | ( | ) |
boolean org.keycloak.protocol.ClientInstallationProvider.isDownloadOnly | ( | ) |