Class ServerHttpSecurity.PasswordManagementSpec
java.lang.Object
org.springframework.security.config.web.server.ServerHttpSecurity.PasswordManagementSpec
- Enclosing class:
- ServerHttpSecurity
Configures password management.
- Since:
- 5.6
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionand()Deprecated, for removal: This API element is subject to removal in a future version.For removal in 7.0.changePasswordPage(String changePasswordPage) Sets the change password page.protected voidconfigure(ServerHttpSecurity http) 
- 
Method Details- 
changePasswordPageSets the change password page. Defaults toDEFAULT_CHANGE_PASSWORD_PAGE.- Parameters:
- changePasswordPage- the change password page
- Returns:
- the ServerHttpSecurity.PasswordManagementSpecto continue configuring
 
- 
andDeprecated, for removal: This API element is subject to removal in a future version.For removal in 7.0. UseServerHttpSecurity.passwordManagement(Customizer)insteadAllows method chaining to continue configuring theServerHttpSecurity.- Returns:
- the ServerHttpSecurityto continue configuring
 
- 
configure
 
-