Package org.wildfly.httpclient.common
Class ElytronIdentityHandler
- java.lang.Object
-
- org.wildfly.httpclient.common.ElytronIdentityHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class ElytronIdentityHandler extends Object implements io.undertow.server.HttpHandler
- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static io.undertow.util.AttachmentKey<org.wildfly.security.auth.server.SecurityIdentity>IDENTITY_KEYThe current security identity
-
Constructor Summary
Constructors Constructor Description ElytronIdentityHandler(io.undertow.server.HttpHandler next)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-