keycloak-spi-private
公開メンバ関数 | 全メンバ一覧
org.keycloak.protocol.ClientInstallationProvider インタフェース
org.keycloak.protocol.ClientInstallationProvider の継承関係図
Inheritance graph
org.keycloak.protocol.ClientInstallationProvider 連携図
Collaboration graph

公開メンバ関数

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

著者
Bill Burke
バージョン
Revision
1

関数詳解

◆ generateInstallation()

Response org.keycloak.protocol.ClientInstallationProvider.generateInstallation ( KeycloakSession  session,
RealmModel  realm,
ClientModel  client,
URI  serverBaseUri 
)

◆ getDisplayType()

String org.keycloak.protocol.ClientInstallationProvider.getDisplayType ( )

◆ getFilename()

String org.keycloak.protocol.ClientInstallationProvider.getFilename ( )

◆ getHelpText()

String org.keycloak.protocol.ClientInstallationProvider.getHelpText ( )

◆ getMediaType()

String org.keycloak.protocol.ClientInstallationProvider.getMediaType ( )

◆ getProtocol()

String org.keycloak.protocol.ClientInstallationProvider.getProtocol ( )

◆ isDownloadOnly()

boolean org.keycloak.protocol.ClientInstallationProvider.isDownloadOnly ( )

このインタフェース詳解は次のファイルから抽出されました: