Java Doc for SshConstants.java in  » Net » ssh-web-proxy » com » ericdaugherty » sshwebproxy » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Net » ssh web proxy » com.ericdaugherty.sshwebproxy 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.ericdaugherty.sshwebproxy.SshConstants

All known Subclasses:   com.ericdaugherty.sshwebproxy.SshConnectionServlet,  com.ericdaugherty.sshwebproxy.SshBaseServlet,  com.ericdaugherty.sshwebproxy.ShellChannel,  com.ericdaugherty.sshwebproxy.SshShellServlet,  com.ericdaugherty.sshwebproxy.SshFileServlet,  com.ericdaugherty.sshwebproxy.SshAdminServlet,  com.ericdaugherty.sshwebproxy.SshConnection,  com.ericdaugherty.sshwebproxy.FileChannel,
SshConstants
public interface SshConstants (Code)
Defines a set of constants that are used throughout this application.
author:
   Eric Daugherty


Field Summary
final static  StringACTION_CHANGE_DIRECTORY
    
final static  StringACTION_CLOSE_CHANNEL
    
final static  StringACTION_CLOSE_CONNECTION
    
final static  StringACTION_DOWNLOAD
    
final static  StringACTION_LOGIN
    
final static  StringACTION_OPEN_CONNECTION
    
final static  StringACTION_OPEN_FILE_CHANNEL
    
final static  StringACTION_OPEN_SHELL_CHANNEL
    
final static  StringACTION_UPLOAD
    
final static  StringACTION_WRITE
    
final static  StringAUTHENTICATION_TYPE_KEY
    
final static  StringAUTHENTICATION_TYPE_PASSWORD
    
final static  StringCHANNEL_TYPE_FILE
    
final static  StringCHANNEL_TYPE_NONE
    
final static  StringCHANNEL_TYPE_SHELL
    
final static  StringPAGE_FILE_HOME
    
final static  StringPAGE_HOME
    
final static  StringPAGE_LOGIN
    
final static  StringPAGE_SHELL_HOME
    
final static  StringPARAMETER_ACTION
    
final static  StringPARAMETER_AUTHENTICATION_TYPE
    
final static  StringPARAMETER_CHANNEL
    
final static  StringPARAMETER_CHANNEL_TYPE
     The Channel to open after connection is established.
final static  StringPARAMETER_CONNECTION
    
final static  StringPARAMETER_DATA
    
final static  StringPARAMETER_DIRECTORY
     The name of the file to work with.
final static  StringPARAMETER_FILE
     The uploaded file.
final static  StringPARAMETER_FILENAME
     The name of the file to work with.
final static  StringPARAMETER_HOST
    
final static  StringPARAMETER_KEY_FILE
     The SSH Key to use to authenticate.
final static  StringPARAMETER_KEY_PASSWORD
    
final static  StringPARAMETER_PASSWORD
    
final static  StringPARAMETER_PORT
    
final static  StringPARAMETER_USERNAME
    
final static  StringPROPERTIES_FILENAME
    
final static  StringPROPERTIES_HEADER
     The header to add to the properties file when saving.
final static  StringPROPERTIES_RESTRICTED
     Indicates restricted mode host to connect to.
final static  StringSERVLET_ADMIN
    
final static  StringSERVLET_CONNECTION
    
final static  StringSERVLET_FILE
    
final static  StringSERVLET_SHELL
    



Field Detail
ACTION_CHANGE_DIRECTORY
final static String ACTION_CHANGE_DIRECTORY(Code)
Change to a different directory



ACTION_CLOSE_CHANNEL
final static String ACTION_CLOSE_CHANNEL(Code)
Close an SshChannel



ACTION_CLOSE_CONNECTION
final static String ACTION_CLOSE_CONNECTION(Code)
Close an existing SSH Connection



ACTION_DOWNLOAD
final static String ACTION_DOWNLOAD(Code)
Download a file



ACTION_LOGIN
final static String ACTION_LOGIN(Code)
A user request to login



ACTION_OPEN_CONNECTION
final static String ACTION_OPEN_CONNECTION(Code)
Open a new SSH Connection



ACTION_OPEN_FILE_CHANNEL
final static String ACTION_OPEN_FILE_CHANNEL(Code)
Open a new File Channel on an existing Connection



ACTION_OPEN_SHELL_CHANNEL
final static String ACTION_OPEN_SHELL_CHANNEL(Code)
Open a new Shell Channel on an existing Connection



ACTION_UPLOAD
final static String ACTION_UPLOAD(Code)
Upload a file



ACTION_WRITE
final static String ACTION_WRITE(Code)
Write to the Channel



AUTHENTICATION_TYPE_KEY
final static String AUTHENTICATION_TYPE_KEY(Code)



AUTHENTICATION_TYPE_PASSWORD
final static String AUTHENTICATION_TYPE_PASSWORD(Code)



CHANNEL_TYPE_FILE
final static String CHANNEL_TYPE_FILE(Code)
FileChannel



CHANNEL_TYPE_NONE
final static String CHANNEL_TYPE_NONE(Code)
Do not open any channel after connection



CHANNEL_TYPE_SHELL
final static String CHANNEL_TYPE_SHELL(Code)
ShellChannel



PAGE_FILE_HOME
final static String PAGE_FILE_HOME(Code)
File Channel page



PAGE_HOME
final static String PAGE_HOME(Code)
Home page for the application



PAGE_LOGIN
final static String PAGE_LOGIN(Code)
Login page for the application



PAGE_SHELL_HOME
final static String PAGE_SHELL_HOME(Code)
Shell Channel page



PARAMETER_ACTION
final static String PARAMETER_ACTION(Code)
The action to perform



PARAMETER_AUTHENTICATION_TYPE
final static String PARAMETER_AUTHENTICATION_TYPE(Code)
The Type of authentication to use (radio button)



PARAMETER_CHANNEL
final static String PARAMETER_CHANNEL(Code)
The unique channel id for a given connection



PARAMETER_CHANNEL_TYPE
final static String PARAMETER_CHANNEL_TYPE(Code)
The Channel to open after connection is established.



PARAMETER_CONNECTION
final static String PARAMETER_CONNECTION(Code)
The unique connection info



PARAMETER_DATA
final static String PARAMETER_DATA(Code)
The data to write to the channel



PARAMETER_DIRECTORY
final static String PARAMETER_DIRECTORY(Code)
The name of the file to work with.



PARAMETER_FILE
final static String PARAMETER_FILE(Code)
The uploaded file.



PARAMETER_FILENAME
final static String PARAMETER_FILENAME(Code)
The name of the file to work with.



PARAMETER_HOST
final static String PARAMETER_HOST(Code)
The host to connect to



PARAMETER_KEY_FILE
final static String PARAMETER_KEY_FILE(Code)
The SSH Key to use to authenticate.



PARAMETER_KEY_PASSWORD
final static String PARAMETER_KEY_PASSWORD(Code)
The passphrase for the key



PARAMETER_PASSWORD
final static String PARAMETER_PASSWORD(Code)
The password to use to connect



PARAMETER_PORT
final static String PARAMETER_PORT(Code)
The port to connect to



PARAMETER_USERNAME
final static String PARAMETER_USERNAME(Code)
The username to use to connect



PROPERTIES_FILENAME
final static String PROPERTIES_FILENAME(Code)
Filename of the properties file used to store user information



PROPERTIES_HEADER
final static String PROPERTIES_HEADER(Code)
The header to add to the properties file when saving.



PROPERTIES_RESTRICTED
final static String PROPERTIES_RESTRICTED(Code)
Indicates restricted mode host to connect to.



SERVLET_ADMIN
final static String SERVLET_ADMIN(Code)
The Admin Servlet, used to handle User and Config setup



SERVLET_CONNECTION
final static String SERVLET_CONNECTION(Code)
The SshConnectionServlet



SERVLET_FILE
final static String SERVLET_FILE(Code)
The SshFileServlet



SERVLET_SHELL
final static String SERVLET_SHELL(Code)
The SshShellServlet





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.