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:
-
#passwordManagement()
-
Method Summary
Modifier and TypeMethodDescriptionchangePasswordPage(String changePasswordPage) Sets the change password page.protected voidconfigure(ServerHttpSecurity http)
-
Method Details
-
changePasswordPage
Sets the change password page. Defaults toDEFAULT_CHANGE_PASSWORD_PAGE.- Parameters:
changePasswordPage- the change password page- Returns:
- the
ServerHttpSecurity.PasswordManagementSpecto continue configuring
-
configure
-