Class ElytronIdentityHandler
- java.lang.Object
-
- org.jboss.as.domain.http.server.security.ElytronIdentityHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class ElytronIdentityHandler extends Object implements io.undertow.server.HttpHandler
HttpHandler to ensure the Subject for the current authenticated user is correctly associated for the request.- Author:
- Darran Lofthouse
-
-
Field Summary
Fields Modifier and Type Field Description static io.undertow.util.AttachmentKey<org.wildfly.security.auth.server.SecurityIdentity>IDENTITY_KEY
-
Constructor Summary
Constructors Constructor Description ElytronIdentityHandler(io.undertow.server.HttpHandler toWrap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-