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

公開メンバ関数

Map< String, ProtocolMapperModel > getBuiltinMappers ()
 
Object createProtocolEndpoint (RealmModel realm, EventBuilder event)
 
void createDefaultClientScopes (RealmModel newRealm, boolean addScopesToExistingClients)
 
void setupClientDefaults (ClientRepresentation rep, ClientModel newClient)
 

詳解

著者
Bill Burke
バージョン
Revision
1

関数詳解

◆ createDefaultClientScopes()

void org.keycloak.protocol.LoginProtocolFactory.createDefaultClientScopes ( RealmModel  newRealm,
boolean  addScopesToExistingClients 
)

Called when new realm is created

引数
newRealm
addScopesToExistingClientsIf true, then existing realm clients will be updated (created realm default scopes will be added to them)

org.keycloak.protocol.AbstractLoginProtocolFactoryで実装されています。

◆ createProtocolEndpoint()

Object org.keycloak.protocol.LoginProtocolFactory.createProtocolEndpoint ( RealmModel  realm,
EventBuilder  event 
)

◆ getBuiltinMappers()

Map<String, ProtocolMapperModel> org.keycloak.protocol.LoginProtocolFactory.getBuiltinMappers ( )

List of built in protocol mappers that can be used to apply to clients.

戻り値

◆ setupClientDefaults()

void org.keycloak.protocol.LoginProtocolFactory.setupClientDefaults ( ClientRepresentation  rep,
ClientModel  newClient 
)

Setup default values for new clients. This expects that the representation has already set up the client

引数
rep
newClient

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