mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 22:02: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;
|
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(
|
public ConcurrencyControlConfigurer expiredSessionStrategy(
|
||||||
SessionInformationExpiredStrategy expiredSessionStrategy) {
|
SessionInformationExpiredStrategy expiredSessionStrategy) {
|
||||||
SessionManagementConfigurer.this.expiredSessionStrategy = expiredSessionStrategy;
|
SessionManagementConfigurer.this.expiredSessionStrategy = expiredSessionStrategy;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user