Package org.keycloak.adapters.undertow
Class OIDCUndertowHttpFacade
- java.lang.Object
-
- org.keycloak.adapters.undertow.UndertowHttpFacade
-
- org.keycloak.adapters.undertow.OIDCUndertowHttpFacade
-
- All Implemented Interfaces:
OIDCHttpFacade,HttpFacade
public class OIDCUndertowHttpFacade extends UndertowHttpFacade implements OIDCHttpFacade
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.keycloak.adapters.undertow.UndertowHttpFacade
UndertowHttpFacade.RequestFacade, UndertowHttpFacade.ResponseFacade
-
Nested classes/interfaces inherited from interface org.keycloak.adapters.spi.HttpFacade
HttpFacade.Cookie, HttpFacade.Request, HttpFacade.Response
-
-
Field Summary
Fields Modifier and Type Field Description static io.undertow.util.AttachmentKey<KeycloakSecurityContext>KEYCLOAK_SECURITY_CONTEXT_KEY-
Fields inherited from class org.keycloak.adapters.undertow.UndertowHttpFacade
AUTH_ERROR_ATTACHMENT_KEY, exchange, LOGOUT_ERROR_ATTACHMENT_KEY, requestFacade, responseFacade
-
-
Constructor Summary
Constructors Constructor Description OIDCUndertowHttpFacade(io.undertow.server.HttpServerExchange exchange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeycloakSecurityContextgetSecurityContext()-
Methods inherited from class org.keycloak.adapters.undertow.UndertowHttpFacade
getCertificateChain, getRequest, getResponse
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.adapters.spi.HttpFacade
getCertificateChain, getRequest, getResponse
-
-
-
-
Field Detail
-
KEYCLOAK_SECURITY_CONTEXT_KEY
public static final io.undertow.util.AttachmentKey<KeycloakSecurityContext> KEYCLOAK_SECURITY_CONTEXT_KEY
-
-
Method Detail
-
getSecurityContext
public KeycloakSecurityContext getSecurityContext()
- Specified by:
getSecurityContextin interfaceOIDCHttpFacade
-
-