mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-16 07:13:30 +00:00
Add sessionFixation Javadoc
This commit is contained in:
parent
22ae3eb765
commit
0d35194b47
@ -249,6 +249,11 @@ public final class SessionManagementConfigurer<H extends HttpSecurityBuilder<H>>
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Allows changing the default {@link SessionFixationProtectionStrategy}.
|
||||
*
|
||||
* @return the {@link SessionFixationConfigurer} for further customizations
|
||||
*/
|
||||
public SessionFixationConfigurer sessionFixation() {
|
||||
return new SessionFixationConfigurer();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user