public class ServerHttpSecurity.HttpBasicSpec
extends java.lang.ObjectServerHttpSecurity.httpBasic()| 修飾子と型 | メソッドと説明 |
|---|---|
ServerHttpSecurity | and() メソッドチェーンが ServerHttpSecurity の構成を続行できるようにします |
ServerHttpSecurity.HttpBasicSpec | authenticationEntryPoint(ServerAuthenticationEntryPoint authenticationEntryPoint) エントリポイントを簡単に設定できます。 |
ServerHttpSecurity.HttpBasicSpec | authenticationManager(ReactiveAuthenticationManager authenticationManager) 認証に使用される ReactiveAuthenticationManager。 |
protected void | configure(ServerHttpSecurity http) |
ServerHttpSecurity | disable()HTTP 基本認証を無効にします。 |
ServerHttpSecurity.HttpBasicSpec | securityContextRepository(ServerSecurityContextRepository securityContextRepository)Authentication を保存するために使用される ServerSecurityContextRepository。 |
public ServerHttpSecurity.HttpBasicSpec authenticationManager(ReactiveAuthenticationManager authenticationManager)
ReactiveAuthenticationManager。デフォルトは ServerHttpSecurity.authenticationManager(ReactiveAuthenticationManager) です。authenticationManager - 使用する認証マネージャー ServerHttpSecurity.HttpBasicSpec の構成を続行するには public ServerHttpSecurity.HttpBasicSpec securityContextRepository(ServerSecurityContextRepository securityContextRepository)
Authentication を保存するために使用される ServerSecurityContextRepository。デフォルトは NoOpServerSecurityContextRepository です。後続のリクエストで SecurityContext をロードするには、値をロードできるように ReactorContextWebFilter を構成する必要があります(暗黙的にリンクされていません)。securityContextRepository - 使用するリポジトリ ServerHttpSecurity.HttpBasicSpec の構成を続行するには public ServerHttpSecurity.HttpBasicSpec authenticationEntryPoint(ServerAuthenticationEntryPoint authenticationEntryPoint)
authenticationEntryPoint - 使用する ServerAuthenticationEntryPointServerHttpSecurity.HttpBasicSpecpublic ServerHttpSecurity and()
ServerHttpSecurity の構成を続行できるようにします ServerHttpSecurity の構成を続行するには public ServerHttpSecurity disable()
ServerHttpSecurity の構成を続行するには protected void configure(ServerHttpSecurity http)