FileDocCategorySizeDatePackage
UserDataConstraint.javaAPI DocGlassfish v2 API2653Fri May 04 22:32:00 BST 2007com.sun.enterprise.deployment.web

UserDataConstraint

public interface UserDataConstraint
I represent the information about how the web application's data should be protected.
author
Danny Coward

Fields Summary
public static String
NONE_TRANSPORT
public static String
INTEGRAL_TRANSPORT
public static String
CONFIDENTIAL_TRANSPORT
public static String
CLEAR
Constructors Summary
Methods Summary
public java.lang.StringgetDescription()

public java.lang.StringgetTransportGuarantee()

public java.lang.String[]getUnacceptableTransportGuarantees()

public voidsetDescription(java.lang.String description)

public voidsetTransportGuarantee(java.lang.String transportGuarantee)