Package | Description |
---|---|
org.springframework.security.config.annotation.web.builders | |
org.springframework.security.config.annotation.web.configurers |
Modifier and Type | Method and Description |
---|---|
FormLoginConfigurer<HttpSecurity> |
HttpSecurity.formLogin()
Specifies to support form based authentication.
|
Modifier and Type | Method and Description |
---|---|
FormLoginConfigurer<H> |
FormLoginConfigurer.loginPage(String loginPage)
Specifies the URL to send users to if login is required.
|
FormLoginConfigurer<H> |
FormLoginConfigurer.passwordParameter(String passwordParameter)
The HTTP parameter to look for the password when performing
authentication.
|
FormLoginConfigurer<H> |
FormLoginConfigurer.usernameParameter(String usernameParameter)
The HTTP parameter to look for the username when performing
authentication.
|
Copyright © 2019. All rights reserved.