spring-security/core
Gajendra kumar ec723952d5 principals and sessionIds should be set using constructor so that can be shared across node in cluster
As principals and sessionIds are set in class itself so one can't share user session count across nodes(Cluster). Using constructor for setting principals and sessionIds we can pass Cache map to constructor which can enable common session count in cluster otherwise user would be allowed to logged in with multiple sessions. There is no point keeping principals and sessionIds completely internal.
2017-10-30 01:08:15 -05:00
..
src principals and sessionIds should be set using constructor so that can be shared across node in cluster 2017-10-30 01:08:15 -05:00
spring-security-core.gradle Update to Mockito 2.10.0 2017-10-09 16:13:11 -05:00