Interface SecurityAnalysisResultContext

All Known Implementing Classes:
DefaultSecurityAnalysisResultContext, RunningContext

public interface SecurityAnalysisResultContext
A context associated with a part of the result of a security analysis.

Implementations of security analysis must provide such a context to the result builder, so that interceptors can use it. They can provide additional, implementation specific information to interceptors by subclassing this interface.

Author:
Yichen TANG <yichen.tang at rte-france.com>
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details