public static class JaxRsAccessLogFormatter.SessionScopeItem extends MaskingMapItemSupport<JaxRsAccessLogFormatter.JaxRsAccessLogContext>
| Constructor and Description |
|---|
SessionScopeItem(char maskingChar,
java.util.regex.Pattern[] maskingPatterns,
java.lang.String varSeparator)
コンストラクタ。
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,?> |
getMap(JaxRsAccessLogFormatter.JaxRsAccessLogContext context)
コンテキストからマップを取得する。
|
getpublic SessionScopeItem(char maskingChar,
java.util.regex.Pattern[] maskingPatterns,
java.lang.String varSeparator)
maskingChar - マスク文字maskingPatterns - マスク対象のパターンvarSeparator - 変数間の区切り文字protected java.util.Map<java.lang.String,?> getMap(JaxRsAccessLogFormatter.JaxRsAccessLogContext context)
MaskingMapItemSupportgetMap in class MaskingMapItemSupport<JaxRsAccessLogFormatter.JaxRsAccessLogContext>context - ログの出力項目の取得に使用するコンテキスト