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


com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.impl.SSLImpl

SSLImpl
public class SSLImpl extends EObjectImpl implements SSL(Code)
An implementation of the model object 'SSL'.

The following features are implemented:



Field Summary
final protected static  booleanALLOW_ANONYMOUS_EDEFAULT
     The default value of the ' SSLImpl.isAllowAnonymous() Allow Anonymous ' attribute.
final protected static  booleanAUTHENTICATE_PEER_EDEFAULT
     The default value of the ' SSLImpl.isAuthenticatePeer() Authenticate Peer ' attribute.
final protected static  StringKEY_STORE_FILE_EDEFAULT
     The default value of the ' SSLImpl.getKeyStoreFile() Key Store File ' attribute.
final protected static  StringKEY_STORE_PASSWORD_EDEFAULT
     The default value of the ' SSLImpl.getKeyStorePassword() Key Store Password ' attribute.
final protected static  SSLModeSSL_PROTOCOL_EDEFAULT
     The default value of the ' SSLImpl.getSslProtocol() Ssl Protocol ' attribute.
final protected static  StringTRUST_STORE_FILE_EDEFAULT
     The default value of the ' SSLImpl.getTrustStoreFile() Trust Store File ' attribute.
final protected static  StringTRUST_STORE_PASSWORD_EDEFAULT
     The default value of the ' SSLImpl.getTrustStorePassword() Trust Store Password ' attribute.
final protected static  booleanUSE_DEFAULT_TRUST_STORE_EDEFAULT
     The default value of the ' SSLImpl.isUseDefaultTrustStore() Use Default Trust Store ' attribute.
final protected static  booleanUSE_PRIVATE_KEY_EDEFAULT
     The default value of the ' SSLImpl.isUsePrivateKey() Use Private Key ' attribute.
protected  booleanallowAnonymous
     The cached value of the ' SSLImpl.isAllowAnonymous() Allow Anonymous ' attribute.
protected  booleanauthenticatePeer
     The cached value of the ' SSLImpl.isAuthenticatePeer() Authenticate Peer ' attribute.
final public static  Stringcopyright
    
protected  StringkeyStoreFile
     The cached value of the ' SSLImpl.getKeyStoreFile() Key Store File ' attribute.
protected  StringkeyStorePassword
     The cached value of the ' SSLImpl.getKeyStorePassword() Key Store Password ' attribute.
protected  SSLModesslProtocol
     The cached value of the ' SSLImpl.getSslProtocol() Ssl Protocol ' attribute.
protected  StringtrustStoreFile
     The cached value of the ' SSLImpl.getTrustStoreFile() Trust Store File ' attribute.
protected  StringtrustStorePassword
     The cached value of the ' SSLImpl.getTrustStorePassword() Trust Store Password ' attribute.
protected  booleanuseDefaultTrustStore
     The cached value of the ' SSLImpl.isUseDefaultTrustStore() Use Default Trust Store ' attribute.
protected  booleanusePrivateKey
     The cached value of the ' SSLImpl.isUsePrivateKey() Use Private Key ' attribute.

Constructor Summary
protected  SSLImpl()
    

Method Summary
public  ObjecteGet(int featureID, boolean resolve, boolean coreType)
    
public  booleaneIsSet(int featureID)
    
public  voideSet(int featureID, Object newValue)
    
protected  EClasseStaticClass()
    
public  voideUnset(int featureID)
    
public  StringgetKeyStoreFile()
    
public  StringgetKeyStorePassword()
    
public  SSLModegetSslProtocol()
    
public  StringgetTrustStoreFile()
    
public  StringgetTrustStorePassword()
    
public  booleanisAllowAnonymous()
    
public  booleanisAuthenticatePeer()
    
public  booleanisUseDefaultTrustStore()
    
public  booleanisUsePrivateKey()
    
public  voidsetAllowAnonymous(boolean newAllowAnonymous)
    
public  voidsetAuthenticatePeer(boolean newAuthenticatePeer)
    
public  voidsetKeyStoreFile(String newKeyStoreFile)
    
public  voidsetKeyStorePassword(String newKeyStorePassword)
    
public  voidsetSslProtocol(SSLMode newSslProtocol)
    
public  voidsetTrustStoreFile(String newTrustStoreFile)
    
public  voidsetTrustStorePassword(String newTrustStorePassword)
    
public  voidsetUseDefaultTrustStore(boolean newUseDefaultTrustStore)
    
public  voidsetUsePrivateKey(boolean newUsePrivateKey)
    
public  StringtoString()
    

Field Detail
ALLOW_ANONYMOUS_EDEFAULT
final protected static boolean ALLOW_ANONYMOUS_EDEFAULT(Code)
The default value of the ' SSLImpl.isAllowAnonymous() Allow Anonymous ' attribute.
See Also:   SSLImpl.isAllowAnonymous()



AUTHENTICATE_PEER_EDEFAULT
final protected static boolean AUTHENTICATE_PEER_EDEFAULT(Code)
The default value of the ' SSLImpl.isAuthenticatePeer() Authenticate Peer ' attribute.
See Also:   SSLImpl.isAuthenticatePeer()



KEY_STORE_FILE_EDEFAULT
final protected static String KEY_STORE_FILE_EDEFAULT(Code)
The default value of the ' SSLImpl.getKeyStoreFile() Key Store File ' attribute.
See Also:   SSLImpl.getKeyStoreFile()



KEY_STORE_PASSWORD_EDEFAULT
final protected static String KEY_STORE_PASSWORD_EDEFAULT(Code)
The default value of the ' SSLImpl.getKeyStorePassword() Key Store Password ' attribute.
See Also:   SSLImpl.getKeyStorePassword()



SSL_PROTOCOL_EDEFAULT
final protected static SSLMode SSL_PROTOCOL_EDEFAULT(Code)
The default value of the ' SSLImpl.getSslProtocol() Ssl Protocol ' attribute.
See Also:   SSLImpl.getSslProtocol()



TRUST_STORE_FILE_EDEFAULT
final protected static String TRUST_STORE_FILE_EDEFAULT(Code)
The default value of the ' SSLImpl.getTrustStoreFile() Trust Store File ' attribute.
See Also:   SSLImpl.getTrustStoreFile()



TRUST_STORE_PASSWORD_EDEFAULT
final protected static String TRUST_STORE_PASSWORD_EDEFAULT(Code)
The default value of the ' SSLImpl.getTrustStorePassword() Trust Store Password ' attribute.
See Also:   SSLImpl.getTrustStorePassword()



USE_DEFAULT_TRUST_STORE_EDEFAULT
final protected static boolean USE_DEFAULT_TRUST_STORE_EDEFAULT(Code)
The default value of the ' SSLImpl.isUseDefaultTrustStore() Use Default Trust Store ' attribute.
See Also:   SSLImpl.isUseDefaultTrustStore()



USE_PRIVATE_KEY_EDEFAULT
final protected static boolean USE_PRIVATE_KEY_EDEFAULT(Code)
The default value of the ' SSLImpl.isUsePrivateKey() Use Private Key ' attribute.
See Also:   SSLImpl.isUsePrivateKey()



allowAnonymous
protected boolean allowAnonymous(Code)
The cached value of the ' SSLImpl.isAllowAnonymous() Allow Anonymous ' attribute.
See Also:   SSLImpl.isAllowAnonymous()



authenticatePeer
protected boolean authenticatePeer(Code)
The cached value of the ' SSLImpl.isAuthenticatePeer() Authenticate Peer ' attribute.
See Also:   SSLImpl.isAuthenticatePeer()



copyright
final public static String copyright(Code)



keyStoreFile
protected String keyStoreFile(Code)
The cached value of the ' SSLImpl.getKeyStoreFile() Key Store File ' attribute.
See Also:   SSLImpl.getKeyStoreFile()



keyStorePassword
protected String keyStorePassword(Code)
The cached value of the ' SSLImpl.getKeyStorePassword() Key Store Password ' attribute.
See Also:   SSLImpl.getKeyStorePassword()



sslProtocol
protected SSLMode sslProtocol(Code)
The cached value of the ' SSLImpl.getSslProtocol() Ssl Protocol ' attribute.
See Also:   SSLImpl.getSslProtocol()



trustStoreFile
protected String trustStoreFile(Code)
The cached value of the ' SSLImpl.getTrustStoreFile() Trust Store File ' attribute.
See Also:   SSLImpl.getTrustStoreFile()



trustStorePassword
protected String trustStorePassword(Code)
The cached value of the ' SSLImpl.getTrustStorePassword() Trust Store Password ' attribute.
See Also:   SSLImpl.getTrustStorePassword()



useDefaultTrustStore
protected boolean useDefaultTrustStore(Code)
The cached value of the ' SSLImpl.isUseDefaultTrustStore() Use Default Trust Store ' attribute.
See Also:   SSLImpl.isUseDefaultTrustStore()



usePrivateKey
protected boolean usePrivateKey(Code)
The cached value of the ' SSLImpl.isUsePrivateKey() Use Private Key ' attribute.
See Also:   SSLImpl.isUsePrivateKey()




Constructor Detail
SSLImpl
protected SSLImpl()(Code)




Method Detail
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)(Code)



eIsSet
public boolean eIsSet(int featureID)(Code)



eSet
public void eSet(int featureID, Object newValue)(Code)



eStaticClass
protected EClass eStaticClass()(Code)



eUnset
public void eUnset(int featureID)(Code)



getKeyStoreFile
public String getKeyStoreFile()(Code)



getKeyStorePassword
public String getKeyStorePassword()(Code)



getSslProtocol
public SSLMode getSslProtocol()(Code)



getTrustStoreFile
public String getTrustStoreFile()(Code)



getTrustStorePassword
public String getTrustStorePassword()(Code)



isAllowAnonymous
public boolean isAllowAnonymous()(Code)



isAuthenticatePeer
public boolean isAuthenticatePeer()(Code)



isUseDefaultTrustStore
public boolean isUseDefaultTrustStore()(Code)



isUsePrivateKey
public boolean isUsePrivateKey()(Code)



setAllowAnonymous
public void setAllowAnonymous(boolean newAllowAnonymous)(Code)



setAuthenticatePeer
public void setAuthenticatePeer(boolean newAuthenticatePeer)(Code)



setKeyStoreFile
public void setKeyStoreFile(String newKeyStoreFile)(Code)



setKeyStorePassword
public void setKeyStorePassword(String newKeyStorePassword)(Code)



setSslProtocol
public void setSslProtocol(SSLMode newSslProtocol)(Code)



setTrustStoreFile
public void setTrustStoreFile(String newTrustStoreFile)(Code)



setTrustStorePassword
public void setTrustStorePassword(String newTrustStorePassword)(Code)



setUseDefaultTrustStore
public void setUseDefaultTrustStore(boolean newUseDefaultTrustStore)(Code)



setUsePrivateKey
public void setUsePrivateKey(boolean newUsePrivateKey)(Code)



toString
public String toString()(Code)



w___ww__.__j___a__v___a___2___s___.c_o__m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.