| java.lang.Object org.xml.sax.helpers.DefaultHandler com.sshtools.common.hosts.AbstractHostKeyVerification
All known Subclasses: com.sshtools.common.hosts.DialogHostKeyVerification, com.sshtools.common.hosts.ConsoleHostKeyVerification,
Method Summary | |
public void | allowHost(String host, String hostKeyFingerprint, boolean always) | public Map | allowedHosts() | public java.util.List | deniedHosts() | public void | denyHost(String host, boolean always) | public void | endElement(String uri, String localName, String qname) | public boolean | isHostFileWriteable() | abstract public void | onDeniedHost(String host) | abstract public void | onHostKeyMismatch(String host, String allowedHostKey, String actualHostKey) | abstract public void | onUnknownHost(String host, String hostKeyFingerprint) | public void | removeAllowedHost(String host) | public void | removeDeniedHost(String host) | public void | saveHostFile() | public void | startElement(String uri, String localName, String qname, Attributes attrs) | public String | toString() | public boolean | verifyHost(String host, SshPublicKey pk) |
isHostFileWriteable | public boolean isHostFileWriteable()(Code) | | |
removeAllowedHost | public void removeAllowedHost(String host)(Code) | | Parameters: host - |
removeDeniedHost | public void removeDeniedHost(String host)(Code) | | Parameters: host - |
Methods inherited from org.xml.sax.helpers.DefaultHandler | public void characters(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void endDocument() throws SAXException(Code)(Java Doc) public void endElement(String uri, String localName, String qName) throws SAXException(Code)(Java Doc) public void endPrefixMapping(String prefix) throws SAXException(Code)(Java Doc) public void error(SAXParseException e) throws SAXException(Code)(Java Doc) public void fatalError(SAXParseException e) throws SAXException(Code)(Java Doc) public void ignorableWhitespace(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void notationDecl(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public InputSource resolveEntity(String publicId, String systemId) throws IOException, SAXException(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void skippedEntity(String name) throws SAXException(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException(Code)(Java Doc) public void startPrefixMapping(String prefix, String uri) throws SAXException(Code)(Java Doc) public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException(Code)(Java Doc) public void warning(SAXParseException e) throws SAXException(Code)(Java Doc)
|
|
|