| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonatype.plexus.components.sec.dispatcher.model.io.xpp3.SecurityConfigurationXpp3Reader
public class SecurityConfigurationXpp3Reader
Class SecurityConfigurationXpp3Reader.
| Constructor Summary | |
|---|---|
| SecurityConfigurationXpp3Reader() | |
| Method Summary | |
|---|---|
|  boolean | getAddDefaultEntities()Returns the state of the "add default entities" flag. | 
|  SettingsSecurity | read(java.io.InputStream in)Method read. | 
|  SettingsSecurity | read(java.io.InputStream in,
     boolean strict)Method read. | 
|  SettingsSecurity | read(java.io.Reader reader) | 
|  SettingsSecurity | read(java.io.Reader reader,
     boolean strict) | 
|  void | setAddDefaultEntities(boolean addDefaultEntities)Sets the state of the "add default entities" flag. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SecurityConfigurationXpp3Reader()
| Method Detail | 
|---|
public boolean getAddDefaultEntities()
public SettingsSecurity read(java.io.Reader reader,
                             boolean strict)
                      throws java.io.IOException,
                             org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - strict - 
java.io.IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)
public SettingsSecurity read(java.io.Reader reader)
                      throws java.io.IOException,
                             org.codehaus.plexus.util.xml.pull.XmlPullParserException
reader - 
java.io.IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)
public SettingsSecurity read(java.io.InputStream in,
                             boolean strict)
                      throws java.io.IOException,
                             org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - strict - 
java.io.IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public SettingsSecurity read(java.io.InputStream in)
                      throws java.io.IOException,
                             org.codehaus.plexus.util.xml.pull.XmlPullParserException
in - 
java.io.IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserExceptionpublic void setAddDefaultEntities(boolean addDefaultEntities)
addDefaultEntities - | 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||