Uses of Class
org.codehaus.plexus.components.secdispatcher.SecDispatcher.ValidationResponse
Package
Description
-
Uses of SecDispatcher.ValidationResponse in org.codehaus.plexus.components.secdispatcher
Modifier and TypeMethodDescriptionDispatcher.validateConfiguration
(Map<String, String> config) Validates dispatcher configuration.MasterSource.validateConfiguration
(String config) Validates master source configuration.SecDispatcher.validateConfiguration()
Performs a "deep validation" and reports the status.ModifierConstructorDescriptionValidationResponse
(String source, boolean valid, Map<SecDispatcher.ValidationResponse.Level, List<String>> report, List<SecDispatcher.ValidationResponse> subsystems) -
Uses of SecDispatcher.ValidationResponse in org.codehaus.plexus.components.secdispatcher.internal
-
Uses of SecDispatcher.ValidationResponse in org.codehaus.plexus.components.secdispatcher.internal.dispatchers
Modifier and TypeMethodDescriptionLegacyDispatcher.validateConfiguration
(Map<String, String> config) MasterDispatcher.validateConfiguration
(Map<String, String> config) -
Uses of SecDispatcher.ValidationResponse in org.codehaus.plexus.components.secdispatcher.internal.sources
Modifier and TypeMethodDescriptionprotected SecDispatcher.ValidationResponse
EnvMasterSource.doValidateConfiguration
(String transformed) protected SecDispatcher.ValidationResponse
FileMasterSource.doValidateConfiguration
(String transformed) protected SecDispatcher.ValidationResponse
GpgAgentMasterSource.doValidateConfiguration
(String transformed) protected abstract SecDispatcher.ValidationResponse
MasterSourceSupport.doValidateConfiguration
(String transformed) protected SecDispatcher.ValidationResponse
PinEntryMasterSource.doValidateConfiguration
(String transformed) protected SecDispatcher.ValidationResponse
SystemPropertyMasterSource.doValidateConfiguration
(String transformed) MasterSourceSupport.validateConfiguration
(String masterSource)