Interface LogContentMaskingFilter

All Known Implementing Classes:
JaxRsBodyMaskingFilter

@Published(tag="architect") public interface LogContentMaskingFilter
ログに出力する文字列をマスク処理するためのフィルタ。
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    初期化する。
    mask(String content)
    マスク対象のパターンにマッチする箇所をマスクする。
  • Method Details

    • initialize

      void initialize(Map<String,String> props)
      初期化する。
      Parameters:
      props - 各種ログ出力の設定情報
    • mask

      String mask(String content)
      マスク対象のパターンにマッチする箇所をマスクする。
      Parameters:
      content - マスク対象の文字列
      Returns:
      マスク後の文字列