SEC-584: Remove use of default SessionRegistryImpl.
This commit is contained in:
parent
0cdac4912a
commit
06ce4b79e9
|
@ -40,7 +40,7 @@ public class ConcurrentSessionControllerImpl implements ConcurrentSessionControl
|
||||||
//~ Instance fields ================================================================================================
|
//~ Instance fields ================================================================================================
|
||||||
|
|
||||||
protected MessageSourceAccessor messages = SpringSecurityMessageSource.getAccessor();
|
protected MessageSourceAccessor messages = SpringSecurityMessageSource.getAccessor();
|
||||||
private SessionRegistry sessionRegistry = new SessionRegistryImpl();
|
private SessionRegistry sessionRegistry;
|
||||||
private boolean exceptionIfMaximumExceeded = false;
|
private boolean exceptionIfMaximumExceeded = false;
|
||||||
private int maximumSessions = 1;
|
private int maximumSessions = 1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue