Class InfinispanSessionStore


  • public class InfinispanSessionStore
    extends SessionStore
    An implementation of that relies on the Infinispan Java Client.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Field Detail

      • DEFAULT_SESSIONID_LENGTH

        public static final int DEFAULT_SESSIONID_LENGTH
        Default length for a session id. More info: https://www.owasp.org/index.php/Session_Management_Cheat_Sheet
        See Also:
        Constant Field Values
    • Constructor Detail

      • InfinispanSessionStore

        public InfinispanSessionStore​(io.vertx.ext.web.sstore.infinispan.InfinispanSessionStore delegate)
      • InfinispanSessionStore

        public InfinispanSessionStore​(Object delegate)