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 Summary
Modifier and TypeMethodDescriptionand()
Allows method chaining to continue configuring theServerHttpSecurity
.changePasswordPage
(String changePasswordPage) Sets the change password page.protected void
configure
(ServerHttpSecurity http)
-
Method Details
-
changePasswordPage
Sets the change password page. Defaults toDEFAULT_CHANGE_PASSWORD_PAGE
.- Parameters:
changePasswordPage
- the change password page- Returns:
- the
ServerHttpSecurity.PasswordManagementSpec
to continue configuring
-
and
Allows method chaining to continue configuring theServerHttpSecurity
.- Returns:
- the
ServerHttpSecurity
to continue configuring
-
configure
-