Class Authorization
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.sshtools.common.configuration.Authorization
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Version:
- $Revision: 1.12 $
- Author:
- $author$
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new Authorization object.Creates a new Authorization object. -
Method Summary
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
Authorization
Creates a new Authorization object.- Parameters:
in
-- Throws:
SAXException
ParserConfigurationException
IOException
-
Authorization
public Authorization()Creates a new Authorization object.
-
-
Method Details