Class DefaultSessionPropertyUpgrader

    • Constructor Detail

      • DefaultSessionPropertyUpgrader

        public DefaultSessionPropertyUpgrader()
    • Method Detail

      • shouldCopy

        public boolean shouldCopy​(String key)
        Description copied from class: SessionPropertyUpgrader
        This method decides whether a given session property should be copied to the new session.
        Specified by:
        shouldCopy in class SessionPropertyUpgrader
        Parameters:
        key - The name of the session property which we want to decide to copy
        Returns:
        true if the property with the given key should be copied into the new session