keycloak
公開メンバ関数 | 静的公開変数類 | 全メンバ一覧
org.keycloak.adapters.undertow.OIDCUndertowHttpFacade クラス
org.keycloak.adapters.undertow.OIDCUndertowHttpFacade の継承関係図
Inheritance graph
org.keycloak.adapters.undertow.OIDCUndertowHttpFacade 連携図
Collaboration graph

公開メンバ関数

 OIDCUndertowHttpFacade (HttpServerExchange exchange)
 
KeycloakSecurityContext getSecurityContext ()
 

静的公開変数類

static final AttachmentKey< KeycloakSecurityContextKEYCLOAK_SECURITY_CONTEXT_KEY = AttachmentKey.create(KeycloakSecurityContext.class)
 

詳解

著者
Bill Burke
バージョン
Revision
1

構築子と解体子

◆ OIDCUndertowHttpFacade()

org.keycloak.adapters.undertow.OIDCUndertowHttpFacade.OIDCUndertowHttpFacade ( HttpServerExchange  exchange)
inline
31  {
32  super(exchange);
33  }

関数詳解

◆ getSecurityContext()

KeycloakSecurityContext org.keycloak.adapters.undertow.OIDCUndertowHttpFacade.getSecurityContext ( )
inline

org.keycloak.adapters.OIDCHttpFacadeを実装しています。

36  {
37  return exchange.getAttachment(KEYCLOAK_SECURITY_CONTEXT_KEY);
38  }
static final AttachmentKey< KeycloakSecurityContext > KEYCLOAK_SECURITY_CONTEXT_KEY
Definition: OIDCUndertowHttpFacade.java:29

メンバ詳解

◆ KEYCLOAK_SECURITY_CONTEXT_KEY

final AttachmentKey<KeycloakSecurityContext> org.keycloak.adapters.undertow.OIDCUndertowHttpFacade.KEYCLOAK_SECURITY_CONTEXT_KEY = AttachmentKey.create(KeycloakSecurityContext.class)
static

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