public class ServerHttpSecurity.OAuth2LoginSpec
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ServerHttpSecurity |
and()
Allows method chaining to continue configuring the
ServerHttpSecurity |
ServerHttpSecurity.OAuth2LoginSpec |
authenticationConverter(ServerAuthenticationConverter authenticationConverter)
Sets the converter to use
|
ServerHttpSecurity.OAuth2LoginSpec |
authenticationManager(ReactiveAuthenticationManager authenticationManager)
Configures the
ReactiveAuthenticationManager to use. |
ServerHttpSecurity.OAuth2LoginSpec |
authorizedClientRepository(ServerOAuth2AuthorizedClientRepository authorizedClientRepository) |
ServerHttpSecurity.OAuth2LoginSpec |
authorizedClientService(ReactiveOAuth2AuthorizedClientService authorizedClientService) |
ServerHttpSecurity.OAuth2LoginSpec |
clientRegistrationRepository(ReactiveClientRegistrationRepository clientRegistrationRepository) |
protected void |
configure(ServerHttpSecurity http) |
public ServerHttpSecurity.OAuth2LoginSpec authenticationManager(ReactiveAuthenticationManager authenticationManager)
ReactiveAuthenticationManager
to use. The default is
OAuth2AuthorizationCodeReactiveAuthenticationManager
authenticationManager
- the manager to useServerHttpSecurity.OAuth2LoginSpec
to customizepublic ServerHttpSecurity.OAuth2LoginSpec authenticationConverter(ServerAuthenticationConverter authenticationConverter)
authenticationConverter
- the converter to useServerHttpSecurity.OAuth2LoginSpec
to customizepublic ServerHttpSecurity.OAuth2LoginSpec clientRegistrationRepository(ReactiveClientRegistrationRepository clientRegistrationRepository)
public ServerHttpSecurity.OAuth2LoginSpec authorizedClientService(ReactiveOAuth2AuthorizedClientService authorizedClientService)
public ServerHttpSecurity.OAuth2LoginSpec authorizedClientRepository(ServerOAuth2AuthorizedClientRepository authorizedClientRepository)
public ServerHttpSecurity and()
ServerHttpSecurity
ServerHttpSecurity
to continue configuringprotected void configure(ServerHttpSecurity http)