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 TypeMethodDescriptionvoid
SecDispatcher.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 SettingsSecurity
Reads 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, ornull
if not exist.static void
SecUtil.write
(Path target, SettingsSecurity configuration, boolean doBackup) void
DefaultSecDispatcher.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 TypeMethodDescriptionvoid
SecurityConfigurationStaxWriter.write
(OutputStream stream, SettingsSecurity settingsSecurity) Method write.void
SecurityConfigurationStaxWriter.write
(Writer writer, SettingsSecurity settingsSecurity) Method write.