Browse Source

Add sessionFixation Javadoc

Paul Pazderski 7 years ago
parent
commit
0d35194b47

+ 5 - 0
config/src/main/java/org/springframework/security/config/annotation/web/configurers/SessionManagementConfigurer.java

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