Uses of Class
org.sonatype.plexus.components.sec.dispatcher.model.Config
-
Packages that use Config Package Description org.sonatype.plexus.components.sec.dispatcher.model org.sonatype.plexus.components.sec.dispatcher.model.io.xpp3 -
-
Uses of Config in org.sonatype.plexus.components.sec.dispatcher.model
Fields in org.sonatype.plexus.components.sec.dispatcher.model with type parameters of type Config Modifier and Type Field Description private java.util.List<Config>
SettingsSecurity. configurations
Field configurations.Methods in org.sonatype.plexus.components.sec.dispatcher.model that return types with arguments of type Config Modifier and Type Method Description java.util.List<Config>
SettingsSecurity. getConfigurations()
Method getConfigurations.Methods in org.sonatype.plexus.components.sec.dispatcher.model with parameters of type Config Modifier and Type Method Description void
SettingsSecurity. addConfiguration(Config config)
Method addConfiguration.void
SettingsSecurity. removeConfiguration(Config config)
Method removeConfiguration.Method parameters in org.sonatype.plexus.components.sec.dispatcher.model with type arguments of type Config Modifier and Type Method Description void
SettingsSecurity. setConfigurations(java.util.List<Config> configurations)
Set named configurations. -
Uses of Config in org.sonatype.plexus.components.sec.dispatcher.model.io.xpp3
Methods in org.sonatype.plexus.components.sec.dispatcher.model.io.xpp3 that return Config Modifier and Type Method Description private Config
SecurityConfigurationXpp3Reader. parseConfig(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseConfig.Methods in org.sonatype.plexus.components.sec.dispatcher.model.io.xpp3 with parameters of type Config Modifier and Type Method Description private void
SecurityConfigurationXpp3Writer. writeConfig(Config config, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeConfig.
-