Uses of Class
org.codehaus.plexus.components.secdispatcher.model.Config
Packages that use Config
Package
Description
-
Uses of Config in org.codehaus.plexus.components.secdispatcher.model
Fields in org.codehaus.plexus.components.secdispatcher.model with type parameters of type ConfigMethods in org.codehaus.plexus.components.secdispatcher.model that return types with arguments of type ConfigMethods in org.codehaus.plexus.components.secdispatcher.model with parameters of type ConfigModifier and TypeMethodDescriptionvoid
SettingsSecurity.addConfiguration
(Config config) Method addConfiguration.void
SettingsSecurity.removeConfiguration
(Config config) Method removeConfiguration.Method parameters in org.codehaus.plexus.components.secdispatcher.model with type arguments of type ConfigModifier and TypeMethodDescriptionvoid
SettingsSecurity.setConfigurations
(List<Config> configurations) Set optional named Dispatcher configurations. -
Uses of Config in org.codehaus.plexus.components.secdispatcher.model.io.stax
Methods in org.codehaus.plexus.components.secdispatcher.model.io.stax that return ConfigModifier and TypeMethodDescriptionprivate Config
SecurityConfigurationStaxReader.parseConfig
(XMLStreamReader xmlStreamReader, boolean strict) Method parseConfig.Methods in org.codehaus.plexus.components.secdispatcher.model.io.stax with parameters of type ConfigModifier and TypeMethodDescriptionprivate void
SecurityConfigurationStaxWriter.writeConfig
(Config config, String tagName, XMLStreamWriter serializer) Method writeConfig.