Add sessionFixation Javadoc

This commit is contained in:
Paul Pazderski 2017-12-04 12:22:25 +01:00 committed by Eleftheria Stein
parent 22ae3eb765
commit 0d35194b47

View File

@ -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();
}