keycloak
非公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.keycloak.storage.ldap.LDAPIdentityStoreRegistry.LDAPIdentityStoreContext クラス
org.keycloak.storage.ldap.LDAPIdentityStoreRegistry.LDAPIdentityStoreContext 連携図
Collaboration graph

非公開メンバ関数

 LDAPIdentityStoreContext (LDAPConfig config, LDAPIdentityStore store)
 

非公開変数類

LDAPConfig config
 
LDAPIdentityStore store
 

詳解

構築子と解体子

◆ LDAPIdentityStoreContext()

org.keycloak.storage.ldap.LDAPIdentityStoreRegistry.LDAPIdentityStoreContext.LDAPIdentityStoreContext ( LDAPConfig  config,
LDAPIdentityStore  store 
)
inlineprivate
109  {
110  this.config = config;
111  this.store = store;
112  }
LDAPIdentityStore store
Definition: LDAPIdentityStoreRegistry.java:115
LDAPConfig config
Definition: LDAPIdentityStoreRegistry.java:114

メンバ詳解

◆ config

LDAPConfig org.keycloak.storage.ldap.LDAPIdentityStoreRegistry.LDAPIdentityStoreContext.config
private

◆ store

LDAPIdentityStore org.keycloak.storage.ldap.LDAPIdentityStoreRegistry.LDAPIdentityStoreContext.store
private

このクラス詳解は次のファイルから抽出されました: