Uses of Class
org.codehaus.plexus.components.secdispatcher.model.SettingsSecurity
Package
Description
-
Uses of SettingsSecurity in org.codehaus.plexus.components.secdispatcher
Modifier and TypeMethodDescriptionSecDispatcher.readConfiguration
(boolean createIfMissing) Reads the effective configuration, eventually creating new instance if not present.Modifier and TypeMethodDescriptionvoid
SecDispatcher.writeConfiguration
(SettingsSecurity configuration) Writes the effective configuration. -
Uses of SettingsSecurity in org.codehaus.plexus.components.secdispatcher.internal
Modifier and TypeMethodDescriptionstatic SettingsSecurity
Reads the configuration model up, if exists, otherwise returnsnull
.DefaultSecDispatcher.readConfiguration
(boolean createIfMissing) Modifier 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
Modifier and TypeMethodDescriptionSecurityConfigurationStaxReader.read
(InputStream stream) Method read.SecurityConfigurationStaxReader.read
(InputStream stream, boolean strict) Method read.Method read.Method read.Method read.Method read.Modifier and TypeMethodDescriptionvoid
SecurityConfigurationStaxWriter.write
(OutputStream stream, SettingsSecurity settingsSecurity) Method write.void
SecurityConfigurationStaxWriter.write
(Writer writer, SettingsSecurity settingsSecurity) Method write.