クラス ChannelAttributeFactory

java.lang.ObjectSE
org.springframework.security.config.http.ChannelAttributeFactory

@DeprecatedSE public final class ChannelAttributeFactory extends ObjectSE
使用すべきではありません。
最新の Spring Security API では、各 API が独自の構成コンテキストを管理します。そのため、このインターフェースを直接置き換えるものはありません。メソッドセキュリティの場合は、SecurityAnnotationScanner および AuthorizationManager を参照してください。チャネルセキュリティの場合は、HttpsRedirectFilter を参照してください。Web セキュリティの場合は、AuthorizationManager を参照してください。
ファクトリ Bean として使用され、 requires-channel 属性の構成属性値を作成します。
導入:
3.0
  • メソッドの詳細

    • createChannelAttributes

      public static ListSE<ConfigAttribute> createChannelAttributes(StringSE requiredChannel)
      使用すべきではありません。