Uses of Class
org.codehaus.plexus.components.secdispatcher.model.SettingsSecurity
Packages that use SettingsSecurity
Package
Description
-
Uses of SettingsSecurity in org.codehaus.plexus.components.secdispatcher
Methods in org.codehaus.plexus.components.secdispatcher that return SettingsSecurityModifier and TypeMethodDescriptionSecDispatcher.readConfiguration(boolean createIfMissing) Reads the effective configuration, eventually creating new instance if not present.Methods in org.codehaus.plexus.components.secdispatcher with parameters of type SettingsSecurityModifier and TypeMethodDescriptionvoidSecDispatcher.writeConfiguration(SettingsSecurity configuration) Writes the effective configuration. -
Uses of SettingsSecurity in org.codehaus.plexus.components.secdispatcher.internal
Methods in org.codehaus.plexus.components.secdispatcher.internal that return SettingsSecurityModifier and TypeMethodDescriptionstatic SettingsSecurityReads the configuration model up, if exists, otherwise returnsnull.DefaultSecDispatcher.readConfiguration(boolean createIfMissing) Methods in org.codehaus.plexus.components.secdispatcher.internal with parameters of type SettingsSecurityModifier and TypeMethodDescriptionSecUtil.getConfig(SettingsSecurity sec, String name) Returns config with given name, ornullif not exist.static voidSecUtil.write(Path target, SettingsSecurity configuration, boolean doBackup) voidDefaultSecDispatcher.writeConfiguration(SettingsSecurity configuration) -
Uses of SettingsSecurity in org.codehaus.plexus.components.secdispatcher.model.io.stax
Methods in org.codehaus.plexus.components.secdispatcher.model.io.stax that return SettingsSecurityModifier and TypeMethodDescriptionSecurityConfigurationStaxReader.read(InputStream stream) Method read.SecurityConfigurationStaxReader.read(InputStream stream, boolean strict) Method read.Method read.Method read.Method read.Method read.Methods in org.codehaus.plexus.components.secdispatcher.model.io.stax with parameters of type SettingsSecurityModifier and TypeMethodDescriptionvoidSecurityConfigurationStaxWriter.write(OutputStream stream, SettingsSecurity settingsSecurity) Method write.voidSecurityConfigurationStaxWriter.write(Writer writer, SettingsSecurity settingsSecurity) Method write.