Package | Description |
---|---|
org.sonatype.plexus.components.sec.dispatcher | |
org.sonatype.plexus.components.sec.dispatcher.model.io.xpp3 |
Modifier and Type | Method and Description |
---|---|
private SettingsSecurity |
DefaultSecDispatcher.getSec() |
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) |
private java.lang.String |
DefaultSecDispatcher.getMaster(SettingsSecurity sec) |
Modifier and Type | Method and Description |
---|---|
private SettingsSecurity |
SecurityConfigurationXpp3Reader.parseSettingsSecurity(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseSettingsSecurity.
|
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) |
private SettingsSecurity |
SecurityConfigurationXpp3Reader.read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method read.
|
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.
|
private void |
SecurityConfigurationXpp3Writer.writeSettingsSecurity(SettingsSecurity settingsSecurity,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeSettingsSecurity.
|