keycloak
静的公開メンバ関数 | 全メンバ一覧
org.keycloak.keys.PublicKeyStorageUtils クラス
org.keycloak.keys.PublicKeyStorageUtils 連携図
Collaboration graph

静的公開メンバ関数

static String getClientModelCacheKey (String realmId, String clientUuid)
 
static String getIdpModelCacheKey (String realmId, String idpInternalId)
 

詳解

著者
Marek Posolda

関数詳解

◆ getClientModelCacheKey()

static String org.keycloak.keys.PublicKeyStorageUtils.getClientModelCacheKey ( String  realmId,
String  clientUuid 
)
inlinestatic
25  {
26  return realmId + "::client::" + clientUuid;
27  }

◆ getIdpModelCacheKey()

static String org.keycloak.keys.PublicKeyStorageUtils.getIdpModelCacheKey ( String  realmId,
String  idpInternalId 
)
inlinestatic
29  {
30  return realmId + "::idp::" + idpInternalId;
31  }

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