Merge branch '5.7.x' into 5.8.x
This commit is contained in:
commit
fd65dc6756
|
@ -303,7 +303,7 @@ public final class SessionManagementConfigurer<H extends HttpSecurityBuilder<H>>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Controls the maximum number of sessions for a user. The default is to allow any
|
* Controls the maximum number of sessions for a user. The default is to allow any
|
||||||
* number of users.
|
* number of sessions.
|
||||||
* @param maximumSessions the maximum number of sessions for a user
|
* @param maximumSessions the maximum number of sessions for a user
|
||||||
* @return the {@link SessionManagementConfigurer} for further customizations
|
* @return the {@link SessionManagementConfigurer} for further customizations
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue