keycloak-service
静的公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.keycloak.services.resources.IdentityBrokerService.ParsedCodeContext クラス
org.keycloak.services.resources.IdentityBrokerService.ParsedCodeContext 連携図
Collaboration graph

静的公開メンバ関数

static ParsedCodeContext clientSessionCode (ClientSessionCode< AuthenticationSessionModel > clientSessionCode)
 
static ParsedCodeContext response (Response response)
 

非公開変数類

ClientSessionCode< AuthenticationSessionModel > clientSessionCode
 
Response response
 

詳解

関数詳解

◆ clientSessionCode()

static ParsedCodeContext org.keycloak.services.resources.IdentityBrokerService.ParsedCodeContext.clientSessionCode ( ClientSessionCode< AuthenticationSessionModel >  clientSessionCode)
inlinestatic
1248  {
1249  ParsedCodeContext ctx = new ParsedCodeContext();
1250  ctx.clientSessionCode = clientSessionCode;
1251  return ctx;
1252  }
ClientSessionCode< AuthenticationSessionModel > clientSessionCode
Definition: IdentityBrokerService.java:1245

◆ response()

static ParsedCodeContext org.keycloak.services.resources.IdentityBrokerService.ParsedCodeContext.response ( Response  response)
inlinestatic
1254  {
1255  ParsedCodeContext ctx = new ParsedCodeContext();
1256  ctx.response = response;
1257  return ctx;
1258  }
Response response
Definition: IdentityBrokerService.java:1246

メンバ詳解

◆ clientSessionCode

ClientSessionCode<AuthenticationSessionModel> org.keycloak.services.resources.IdentityBrokerService.ParsedCodeContext.clientSessionCode
private

◆ response

Response org.keycloak.services.resources.IdentityBrokerService.ParsedCodeContext.response
private

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