Skip to content

Commit

Permalink
Add sessionFixation Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
PPazderski authored and eleftherias committed Nov 15, 2019
1 parent 22ae3eb commit 0d35194
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -249,6 +249,11 @@ SessionManagementConfigurer<H> addSessionAuthenticationStrategy(
return this;
}

/**
* Allows changing the default {@link SessionFixationProtectionStrategy}.
*
* @return the {@link SessionFixationConfigurer} for further customizations
*/
public SessionFixationConfigurer sessionFixation() {
return new SessionFixationConfigurer();
}
Expand Down

0 comments on commit 0d35194

Please sign in to comment.