Class HttpSessionImpl.UnwrapSessionAction

  • All Implemented Interfaces:
    java.security.PrivilegedAction<io.undertow.server.session.Session>
    Enclosing class:
    HttpSessionImpl

    public static class HttpSessionImpl.UnwrapSessionAction
    extends java.lang.Object
    implements java.security.PrivilegedAction<io.undertow.server.session.Session>
    • Constructor Summary

      Constructors 
      Constructor Description
      UnwrapSessionAction​(jakarta.servlet.http.HttpSession session)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.undertow.server.session.Session run()  
      • Methods inherited from class java.lang.Object

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

      • UnwrapSessionAction

        public UnwrapSessionAction​(jakarta.servlet.http.HttpSession session)
    • Method Detail

      • run

        public io.undertow.server.session.Session run()
        Specified by:
        run in interface java.security.PrivilegedAction<io.undertow.server.session.Session>