Java Doc for CertificateManagerWizard.java in  » ESB » cbesb-1.2 » com » bostechcorp » cbesb » ui » ide » security » 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 » ESB » cbesb 1.2 » com.bostechcorp.cbesb.ui.ide.security 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.bostechcorp.cbesb.ui.ide.security.CertificateManagerWizard

CertificateManagerWizard
public class CertificateManagerWizard extends Wizard (Code)


Field Summary
public  WizardPagenext
    
public  WizardPageprevious
    
public static  StringprojectName
    
public static  StringprojectWorkSpace
    
public  IStructuredSelectionselection
    
public  IWorkbenchworkbrench
    

Constructor Summary
public  CertificateManagerWizard(IWorkbench workbench, IStructuredSelection selection)
    
public  CertificateManagerWizard(String projectPath, String projectName)
     Constructor of the Certificate Wizard to be invoked by non action classes
Parameters:
  projectWorkSpace - path to the Workspace.

Method Summary
public  voidaddPages()
    
public  booleancanFinish()
    
public  CMWAdvDeleteCertificategetAdvDeleteCertificate()
    
public  CMWAdvExportCSRgetAdvExportCSR()
    
public  CMWAdvExportCertificategetAdvExportCertificate()
    
public  CMWAdvExportPKCgetAdvExportPKC()
    
public  CMWAdvGenerateKeygetAdvGenerateKey()
    
public  CMWAdvImportCertificategetAdvImportCertificate()
    
public  CMWAdvImportSCgetAdvImportSC()
    
public  CMWAdvViewCEFgetAdvViewCEF()
    
public  CMWAdvViewKFgetAdvViewKF()
    
public  CMWAdvViewTFgetAdvViewTF()
    
public  CMWAdvancedSelectPagegetAdvanced()
    
public  CMWAnonimousSSLgetAnonimousPage()
    
public  CMWClientAuthorityServerAuthenticatedgetClientAas()
    
public  CMWClientPointAuthenticated3getClientPointAuthenticated3()
    
public  CMWClientPointAuthenticated5getClientPointAuthenticated5()
    
public  CMWClientPointAuthenticated7getClientPointAuthenticated7()
    
public  CMWClientPointAuthenticatedgetClientp2p()
    
public  CMWMainPagegetMainPage()
    
public  IWizardPagegetNextPage(IWizardPage page)
    
public  IWizardPagegetPreviousPage(IWizardPage page)
    
public  CMWServerAuthorityServerAuthenticatedgetServerAas()
    
public  CMWServerAuthorityServerAuthenticated3getServerAuthorityServerAuthenticated3()
    
public  CMWServerAuthorityServerAuthenticated5getServerAuthorityServerAuthenticated5()
    
public  CMWServerAuthorityServerAuthenticated7getServerAuthorityServerAuthenticated7()
    
public  CMWServerPointAuthenticated3getServerPointAuthenticated3()
    
public  CMWServerPointAuthenticated5getServerPointAuthenticated5()
    
public  CMWServerPointAuthenticated7getServerPointAuthenticated7()
    
public  CMWServerPointAuthenticatedgetServerp2p()
    
public  voidinit(IWorkbench workbench, IStructuredSelection selection)
    
public  booleanperformCancel()
    
public  booleanperformFinish()
    
public  voidsetNext(WizardPage p)
    
public  voidsetPrevious(WizardPage p)
    

Field Detail
next
public WizardPage next(Code)



previous
public WizardPage previous(Code)



projectName
public static String projectName(Code)



projectWorkSpace
public static String projectWorkSpace(Code)



selection
public IStructuredSelection selection(Code)



workbrench
public IWorkbench workbrench(Code)




Constructor Detail
CertificateManagerWizard
public CertificateManagerWizard(IWorkbench workbench, IStructuredSelection selection)(Code)
Constructor of the Certificate wizard to be invoked by the Actions
Parameters:
  workbench -
Parameters:
  selection -



CertificateManagerWizard
public CertificateManagerWizard(String projectPath, String projectName)(Code)
Constructor of the Certificate Wizard to be invoked by non action classes
Parameters:
  projectWorkSpace - path to the Workspace. very important! path should use "/" separator because BaseFileBrowser knows only "/" path separator
Parameters:
  projectName - the CASE sensitive project name within the workspace




Method Detail
addPages
public void addPages()(Code)



canFinish
public boolean canFinish()(Code)



getAdvDeleteCertificate
public CMWAdvDeleteCertificate getAdvDeleteCertificate()(Code)
the advDeleteCertificate



getAdvExportCSR
public CMWAdvExportCSR getAdvExportCSR()(Code)
the advExportCSR



getAdvExportCertificate
public CMWAdvExportCertificate getAdvExportCertificate()(Code)
the advExportCertificate



getAdvExportPKC
public CMWAdvExportPKC getAdvExportPKC()(Code)
the advExportPKC



getAdvGenerateKey
public CMWAdvGenerateKey getAdvGenerateKey()(Code)
the advGenerateKey



getAdvImportCertificate
public CMWAdvImportCertificate getAdvImportCertificate()(Code)
the advImportCertificate



getAdvImportSC
public CMWAdvImportSC getAdvImportSC()(Code)
the advImportSC



getAdvViewCEF
public CMWAdvViewCEF getAdvViewCEF()(Code)
the advViewCEF



getAdvViewKF
public CMWAdvViewKF getAdvViewKF()(Code)
the advViewKF



getAdvViewTF
public CMWAdvViewTF getAdvViewTF()(Code)
the advViewTF



getAdvanced
public CMWAdvancedSelectPage getAdvanced()(Code)
the advanced



getAnonimousPage
public CMWAnonimousSSL getAnonimousPage()(Code)
the anonimousPage



getClientAas
public CMWClientAuthorityServerAuthenticated getClientAas()(Code)
the clientAas



getClientPointAuthenticated3
public CMWClientPointAuthenticated3 getClientPointAuthenticated3()(Code)
the clientPointAuthenticated3



getClientPointAuthenticated5
public CMWClientPointAuthenticated5 getClientPointAuthenticated5()(Code)
the clientPointAuthenticated5



getClientPointAuthenticated7
public CMWClientPointAuthenticated7 getClientPointAuthenticated7()(Code)
the clientPointAuthenticated7



getClientp2p
public CMWClientPointAuthenticated getClientp2p()(Code)
the clientp2p



getMainPage
public CMWMainPage getMainPage()(Code)
the mainPage



getNextPage
public IWizardPage getNextPage(IWizardPage page)(Code)



getPreviousPage
public IWizardPage getPreviousPage(IWizardPage page)(Code)



getServerAas
public CMWServerAuthorityServerAuthenticated getServerAas()(Code)
the serverAas



getServerAuthorityServerAuthenticated3
public CMWServerAuthorityServerAuthenticated3 getServerAuthorityServerAuthenticated3()(Code)
the serverAuthorityServerAuthenticated3



getServerAuthorityServerAuthenticated5
public CMWServerAuthorityServerAuthenticated5 getServerAuthorityServerAuthenticated5()(Code)
the serverAuthorityServerAuthenticated5



getServerAuthorityServerAuthenticated7
public CMWServerAuthorityServerAuthenticated7 getServerAuthorityServerAuthenticated7()(Code)
the serverAuthorityServerAuthenticated7



getServerPointAuthenticated3
public CMWServerPointAuthenticated3 getServerPointAuthenticated3()(Code)
the serverPointAuthenticated3



getServerPointAuthenticated5
public CMWServerPointAuthenticated5 getServerPointAuthenticated5()(Code)
the serverPointAuthenticated5



getServerPointAuthenticated7
public CMWServerPointAuthenticated7 getServerPointAuthenticated7()(Code)
the serverPointAuthenticated7



getServerp2p
public CMWServerPointAuthenticated getServerp2p()(Code)
the serverp2p



init
public void init(IWorkbench workbench, IStructuredSelection selection)(Code)



performCancel
public boolean performCancel()(Code)



performFinish
public boolean performFinish()(Code)



setNext
public void setNext(WizardPage p)(Code)



setPrevious
public void setPrevious(WizardPage p)(Code)



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