Class PasswordsInSystemPropertiesRule
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInSystemPropertiesRule
-
-
Field Summary
Fields Modifier and Type Field Description static TypedPreference<String>EXCLUDED_STRINGS_REGEXPstatic TypedCollectionResult<String>PASSWORDS
-
Constructor Summary
Constructors Constructor Description PasswordsInSystemPropertiesRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunnableFuture<IResult>createEvaluation(IItemCollection items, IPreferenceValueProvider valueProvider, IResultValueProvider resultProvider)Collection<TypedPreference<?>>getConfigurationAttributes()StringgetId()StringgetName()Map<String,RulesToolkit.EventAvailability>getRequiredEvents()Collection<TypedResult<?>>getResults()StringgetTopic()
-
-
-
Field Detail
-
EXCLUDED_STRINGS_REGEXP
public static final TypedPreference<String> EXCLUDED_STRINGS_REGEXP
-
PASSWORDS
public static final TypedCollectionResult<String> PASSWORDS
-
-
Method Detail
-
createEvaluation
public RunnableFuture<IResult> createEvaluation(IItemCollection items, IPreferenceValueProvider valueProvider, IResultValueProvider resultProvider)
- Specified by:
createEvaluationin interfaceIRule
-
getConfigurationAttributes
public Collection<TypedPreference<?>> getConfigurationAttributes()
- Specified by:
getConfigurationAttributesin interfaceIRule
-
getRequiredEvents
public Map<String,RulesToolkit.EventAvailability> getRequiredEvents()
- Specified by:
getRequiredEventsin interfaceIRule
-
getResults
public Collection<TypedResult<?>> getResults()
- Specified by:
getResultsin interfaceIRule
-
-