Class SecuritySupport

java.lang.Object
io.quarkus.websockets.next.runtime.SecuritySupport

public class SecuritySupport extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) static final SecuritySupport
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SecuritySupport(jakarta.enterprise.inject.Instance<io.quarkus.security.identity.CurrentIdentityAssociation> currentIdentity, io.quarkus.security.identity.SecurityIdentity identity, io.vertx.core.Vertx vertx, WebSocketConnectionImpl connection)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) void
     
    (package private) void
    This method is called before an endpoint callback is invoked.

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • SecuritySupport

      SecuritySupport(jakarta.enterprise.inject.Instance<io.quarkus.security.identity.CurrentIdentityAssociation> currentIdentity, io.quarkus.security.identity.SecurityIdentity identity, io.vertx.core.Vertx vertx, WebSocketConnectionImpl connection)
  • Method Details

    • start

      void start()
      This method is called before an endpoint callback is invoked.
    • onClose

      void onClose()