Class ElytronIdentityHandler

  • All Implemented Interfaces:
    io.undertow.server.HttpHandler

    public class ElytronIdentityHandler
    extends java.lang.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_KEY
      The 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
      void handleRequest​(io.undertow.server.HttpServerExchange exchange)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • IDENTITY_KEY

        public static final io.undertow.util.AttachmentKey<org.wildfly.security.auth.server.SecurityIdentity> IDENTITY_KEY
        The current security identity
    • Constructor Detail

      • ElytronIdentityHandler

        public ElytronIdentityHandler​(io.undertow.server.HttpHandler next)
    • Method Detail

      • handleRequest

        public void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                           throws java.lang.Exception
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Throws:
        java.lang.Exception