Class WebSessionAttributeProcessor

    • Constructor Detail

      • WebSessionAttributeProcessor

        public WebSessionAttributeProcessor()
        Empty constructor for serialization.
      • WebSessionAttributeProcessor

        public WebSessionAttributeProcessor​(Map<String,​byte[]> updatesMap,
                                            long accessTime,
                                            int maxInactiveInterval,
                                            boolean maxIntervalChanged)
        Constructs attribute processor.
        Parameters:
        updatesMap - Updates that should be performed on entity attributes.
        accessTime - Access time.
        maxInactiveInterval - Max inactive interval.
        maxIntervalChanged - True if max inactive interval should be updated.