Class ServerHttpSecurity.PasswordManagementSpec
- java.lang.Object
-
- org.springframework.security.config.web.server.ServerHttpSecurity.PasswordManagementSpec
-
- Enclosing class:
- ServerHttpSecurity
public final class ServerHttpSecurity.PasswordManagementSpec extends java.lang.ObjectConfigures password management.- Since:
- 5.6
- See Also:
ServerHttpSecurity.passwordManagement()
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerHttpSecurityand()Allows method chaining to continue configuring theServerHttpSecurity.ServerHttpSecurity.PasswordManagementSpecchangePasswordPage(java.lang.String changePasswordPage)Sets the change password page.protected voidconfigure(ServerHttpSecurity http)
-
-
-
Method Detail
-
changePasswordPage
public ServerHttpSecurity.PasswordManagementSpec changePasswordPage(java.lang.String changePasswordPage)
Sets the change password page. Defaults toDEFAULT_CHANGE_PASSWORD_PAGE.- Parameters:
changePasswordPage- the change password page- Returns:
- the
ServerHttpSecurity.PasswordManagementSpecto continue configuring
-
and
public ServerHttpSecurity and()
Allows method chaining to continue configuring theServerHttpSecurity.- Returns:
- the
ServerHttpSecurityto continue configuring
-
configure
protected void configure(ServerHttpSecurity http)
-
-