blob: 11bcd327121003e98c0904632d6142903a6bb70b [file] [log] [blame]
/**
* Copyright (c) 2010, 2019 Mia-Software and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
*
* Nicolas Guyomar (Mia-Software) - initial API and implementation
*/
package org.eclipse.modisco.jee.webapp.webapp25;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Transport Guarantee Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The transport-guaranteeType specifies that the communication
* between client and server should be NONE, INTEGRAL, or
* CONFIDENTIAL. NONE means that the application does not
* require any transport guarantees. A value of INTEGRAL means
* that the application requires that the data sent between the
* client and server be sent in such a way that it can't be
* changed in transit. CONFIDENTIAL means that the application
* requires that the data be transmitted in a fashion that
* prevents other entities from observing the contents of the
* transmission. In most cases, the presence of the INTEGRAL or
* CONFIDENTIAL flag will indicate that the use of SSL is
* required.
*
* Used in: user-data-constraint
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.webapp.webapp25.Webapp25Package#getTransportGuaranteeType()
* @model extendedMetaData="name='transport-guaranteeType' kind='simple'"
* @generated
*/
public interface TransportGuaranteeType extends org.eclipse.modisco.jee.webapp.webapp25.String {
} // TransportGuaranteeType