SSL.java :  » ESB » cbesb-1.2 » com » bostechcorp » cbesb » ui » componentflow » componentFlowEditor » Java Open Source

Java Open Source » ESB » cbesb 1.2 
cbesb 1.2 » com » bostechcorp » cbesb » ui » componentflow » componentFlowEditor » SSL.java
/**
 * <copyright>
 * </copyright>
 *
 * $Id$
 */
package com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor;

import org.eclipse.emf.ecore.EObject;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>SSL</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * <ul>
 *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSL#getSslProtocol <em>Ssl Protocol</em>}</li>
 *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSL#isAllowAnonymous <em>Allow Anonymous</em>}</li>
 *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSL#isUsePrivateKey <em>Use Private Key</em>}</li>
 *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSL#getKeyStoreFile <em>Key Store File</em>}</li>
 *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSL#getKeyStorePassword <em>Key Store Password</em>}</li>
 *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSL#isUseDefaultTrustStore <em>Use Default Trust Store</em>}</li>
 *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSL#getTrustStoreFile <em>Trust Store File</em>}</li>
 *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSL#getTrustStorePassword <em>Trust Store Password</em>}</li>
 *   <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSL#isAuthenticatePeer <em>Authenticate Peer</em>}</li>
 * </ul>
 * </p>
 *
 * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getSSL()
 * @model
 * @generated
 */
public interface SSL extends EObject {
  /**
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  String copyright = "Copyright, Bostech Corp.";

  /**
   * Returns the value of the '<em><b>Ssl Protocol</b></em>' attribute.
   * The default value is <code>"TLS"</code>.
   * The literals are from the enumeration {@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSLMode}.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Ssl Protocol</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Ssl Protocol</em>' attribute.
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSLMode
   * @see #setSslProtocol(SSLMode)
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getSSL_SslProtocol()
   * @model default="TLS"
   * @generated
   */
  SSLMode getSslProtocol();

  /**
   * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSL#getSslProtocol <em>Ssl Protocol</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Ssl Protocol</em>' attribute.
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSLMode
   * @see #getSslProtocol()
   * @generated
   */
  void setSslProtocol(SSLMode value);

  /**
   * Returns the value of the '<em><b>Allow Anonymous</b></em>' attribute.
   * The default value is <code>"true"</code>.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Allow Anonymous</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Allow Anonymous</em>' attribute.
   * @see #setAllowAnonymous(boolean)
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getSSL_AllowAnonymous()
   * @model default="true"
   * @generated
   */
  boolean isAllowAnonymous();

  /**
   * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSL#isAllowAnonymous <em>Allow Anonymous</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Allow Anonymous</em>' attribute.
   * @see #isAllowAnonymous()
   * @generated
   */
  void setAllowAnonymous(boolean value);

  /**
   * Returns the value of the '<em><b>Use Private Key</b></em>' attribute.
   * The default value is <code>"false"</code>.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Use Private Key</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Use Private Key</em>' attribute.
   * @see #setUsePrivateKey(boolean)
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getSSL_UsePrivateKey()
   * @model default="false"
   * @generated
   */
  boolean isUsePrivateKey();

  /**
   * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSL#isUsePrivateKey <em>Use Private Key</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Use Private Key</em>' attribute.
   * @see #isUsePrivateKey()
   * @generated
   */
  void setUsePrivateKey(boolean value);

  /**
   * Returns the value of the '<em><b>Key Store File</b></em>' attribute.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Key Store File</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Key Store File</em>' attribute.
   * @see #setKeyStoreFile(String)
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getSSL_KeyStoreFile()
   * @model
   * @generated
   */
  String getKeyStoreFile();

  /**
   * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSL#getKeyStoreFile <em>Key Store File</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Key Store File</em>' attribute.
   * @see #getKeyStoreFile()
   * @generated
   */
  void setKeyStoreFile(String value);

  /**
   * Returns the value of the '<em><b>Key Store Password</b></em>' attribute.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Key Store Password</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Key Store Password</em>' attribute.
   * @see #setKeyStorePassword(String)
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getSSL_KeyStorePassword()
   * @model
   * @generated
   */
  String getKeyStorePassword();

  /**
   * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSL#getKeyStorePassword <em>Key Store Password</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Key Store Password</em>' attribute.
   * @see #getKeyStorePassword()
   * @generated
   */
  void setKeyStorePassword(String value);

  /**
   * Returns the value of the '<em><b>Use Default Trust Store</b></em>' attribute.
   * The default value is <code>"false"</code>.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Use Default Trust Store</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Use Default Trust Store</em>' attribute.
   * @see #setUseDefaultTrustStore(boolean)
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getSSL_UseDefaultTrustStore()
   * @model default="false"
   * @generated
   */
  boolean isUseDefaultTrustStore();

  /**
   * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSL#isUseDefaultTrustStore <em>Use Default Trust Store</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Use Default Trust Store</em>' attribute.
   * @see #isUseDefaultTrustStore()
   * @generated
   */
  void setUseDefaultTrustStore(boolean value);

  /**
   * Returns the value of the '<em><b>Trust Store File</b></em>' attribute.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Trust Store File</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Trust Store File</em>' attribute.
   * @see #setTrustStoreFile(String)
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getSSL_TrustStoreFile()
   * @model
   * @generated
   */
  String getTrustStoreFile();

  /**
   * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSL#getTrustStoreFile <em>Trust Store File</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Trust Store File</em>' attribute.
   * @see #getTrustStoreFile()
   * @generated
   */
  void setTrustStoreFile(String value);

  /**
   * Returns the value of the '<em><b>Trust Store Password</b></em>' attribute.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Trust Store Password</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Trust Store Password</em>' attribute.
   * @see #setTrustStorePassword(String)
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getSSL_TrustStorePassword()
   * @model
   * @generated
   */
  String getTrustStorePassword();

  /**
   * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSL#getTrustStorePassword <em>Trust Store Password</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Trust Store Password</em>' attribute.
   * @see #getTrustStorePassword()
   * @generated
   */
  void setTrustStorePassword(String value);

  /**
   * Returns the value of the '<em><b>Authenticate Peer</b></em>' attribute.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Authenticate Peer</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Authenticate Peer</em>' attribute.
   * @see #setAuthenticatePeer(boolean)
   * @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getSSL_AuthenticatePeer()
   * @model
   * @generated
   */
  boolean isAuthenticatePeer();

  /**
   * Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.SSL#isAuthenticatePeer <em>Authenticate Peer</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Authenticate Peer</em>' attribute.
   * @see #isAuthenticatePeer()
   * @generated
   */
  void setAuthenticatePeer(boolean value);

} // SSL
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.