| インターフェース | 説明 |
|---|---|
| AuthenticationEntryPoint | 認証スキームを開始するために ExceptionTranslationFilter によって使用されます。 |
| FilterChainProxy.FilterChainValidator | |
| PortMapper | PortMapper 実装は、どの HTTP ポートがシステム上のどの HTTPS ポートに関連付けられているか、その逆に関する情報を呼び出し元に提供します。 |
| PortResolver | PortResolver は、Web リクエストが受信されたポートを判別します。 |
| RedirectStrategy | リダイレクトを実行するフレームワーク内のすべてのクラスのリダイレクトロジックをカプセル化します。 |
| SecurityFilterChain | HttpServletRequest と照合できるフィルターチェーンを定義します。 |
| クラス | 説明 |
|---|---|
| DefaultRedirectStrategy | フレームワーク全体で使用されるデフォルトである RedirectStrategy の単純な実装。 |
| DefaultSecurityFilterChain | SecurityFilterChain の標準実装。 |
| FilterChainProxy | Filter リクエストを Spring 管理のフィルター Bean のリストに委譲します。 |
| FilterInvocation | HTTP フィルターに関連付けられたオブジェクトを保持します。 |
| PortMapperImpl | アプリケーションコンテキストから HTTP:HTTPS ペアを取得する PortMapper の具体的な実装。 |
| PortResolverImpl | ServletRequest.getServerPort() からポートを取得する PortResolver の具体的な実装。 |
| WebAttributes | リクエストスコープまたはセッションスコープに Spring Security 情報を格納するために使用される既知のキー。 |