BEA Systems, Inc.

weblogic.jws.security
Interface UserDataConstraint

All Superinterfaces:
Annotation

@Retention(value=RUNTIME)
@Target(value=java.lang.annotation.ElementType.TYPE)
public interface UserDataConstraint
extends Annotation

Define user-data-constraint element in web.xml. The user-data-constraint element defines how data communicated between the client and the server should be protected. Copyright (c) 2004 by BEA Systems. All Rights Reserved.


Nested Class Summary
static class UserDataConstraint.Transport
          Transport-Guarantee element "NONE" -- The application does not require any transport guarantees "INTEGRAL" -- The application requires that the data be sent between the client and server in such a way that it cannot be changed in transit.
 
Method Summary
 UserDataConstraint.Transport transport()
          Specifies data security requirements for communications between the client and the server
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

transport

UserDataConstraint.Transport transport()
Specifies data security requirements for communications between the client and the server


Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.