| Package | Description |
|---|---|
| org.sonatype.plexus.components.sec.dispatcher | |
| org.sonatype.plexus.components.sec.dispatcher.model.io.xpp3 |
| Modifier and Type | Method and Description |
|---|---|
static SettingsSecurity |
SecUtil.read(java.lang.String location,
boolean cycle) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map |
SecUtil.getConfig(SettingsSecurity sec,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
SettingsSecurity |
SecurityConfigurationXpp3Reader.read(java.io.InputStream in)
Method read.
|
SettingsSecurity |
SecurityConfigurationXpp3Reader.read(java.io.InputStream in,
boolean strict)
Method read.
|
SettingsSecurity |
SecurityConfigurationXpp3Reader.read(java.io.Reader reader) |
SettingsSecurity |
SecurityConfigurationXpp3Reader.read(java.io.Reader reader,
boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityConfigurationXpp3Writer.write(java.io.OutputStream stream,
SettingsSecurity settingsSecurity)
Method write.
|
void |
SecurityConfigurationXpp3Writer.write(java.io.Writer writer,
SettingsSecurity settingsSecurity)
Method write.
|