2 مستودعات
Components for managing and synchronizing session state across distributed testing grids.
Distinguishing note: Focuses on session state persistence in distributed environments rather than general data storage.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Distributed Session Managers. Refine with filters or upvote what's useful.
Selenium is a comprehensive browser automation framework that provides a standardized interface for controlling web browsers to perform automated tasks, user interactions, and data extraction. It functions as a cross-browser testing tool, enabling developers to execute identical automation scripts across various browser engines and operating systems to ensure consistent application behavior. By implementing the WebDriver protocol, it maps high-level automation commands to browser-specific drivers using a standardized HTTP-based wire protocol. The project distinguishes itself through its distr
Selenium configures a distributed grid to store session information in a database or cache by defining a custom session map implementation.
Shiro هو إطار عمل أمان Java يوفر مديراً للهوية والوصول لتنفيذ المصادقة، والتفويض، والتشفير، وإدارة الجلسة. يعمل كطبقة أمان للتحقق من هويات المستخدمين وفرض التحكم في الوصول القائم على الأدوار لموارد النظام المحمية. يتميز المشروع ببنية نطاق قابلة للتوصيل تفصل منطق الأمان عن بيانات الهوية ونظام إدارة جلسة مستقل يتتبع حالة المستخدم بشكل مستقل عن حاوية servlet الأساسية. يتضمن مدمجاً لموفري الهوية الخارجيين باستخدام بروتوكولات الاتحاد مثل OAuth 2.0 وSAML لتمكين تسجيل الدخول الموحد. يغطي إطار العمل سطح قدرة واسع بما في ذلك اعتراض الطلب من خلال سلاسل المرشحات، وفرض الأمان التصريحي عبر التعليقات التوضيحية، وحماية البيانات الحساسة باستخدام أغلفة تشفير متماثلة وغير متماثلة. كما يوفر أدوات لتخزين عمليات بحث الأمان وإدارة دورات حياة الجلسة الموزعة عبر بيئات المؤسسات.
Provides distributed session management to synchronize user state across enterprise environments.