mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-04-27 01:25:41 +00:00
Add missing javadoc to session fixation
This commit is contained in:
parent
316380e622
commit
aa533c2565
@ -389,6 +389,13 @@ public final class SessionManagementConfigurer<H extends HttpSecurityBuilder<H>>
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Determines the behaviour when an expired session is detected.
|
||||
*
|
||||
* @param expiredSessionStrategy the {@link SessionInformationExpiredStrategy} to
|
||||
* use when an expired session is detected.
|
||||
* @return the {@link ConcurrencyControlConfigurer} for further customizations
|
||||
*/
|
||||
public ConcurrencyControlConfigurer expiredSessionStrategy(
|
||||
SessionInformationExpiredStrategy expiredSessionStrategy) {
|
||||
SessionManagementConfigurer.this.expiredSessionStrategy = expiredSessionStrategy;
|
||||
|
Loading…
x
Reference in New Issue
Block a user