Uses of Class
org.sonatype.plexus.components.sec.dispatcher.model.Config
-
Packages that use Config Package Description org.sonatype.plexus.components.sec.dispatcher.model -
-
Uses of Config in org.sonatype.plexus.components.sec.dispatcher.model
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 voidSettingsSecurity. addConfiguration(Config config)Method addConfiguration.voidSettingsSecurity. 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 voidSettingsSecurity. setConfigurations(java.util.List<Config> configurations)Set named configurations.
-