org.apache.openejb.jee
Class SecurityConstraint

java.lang.Object
  extended by org.apache.openejb.jee.SecurityConstraint

public class SecurityConstraint
extends Object

web-common_3_0.xsd

Java class for security-constraintType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="security-constraintType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="display-name" type="{http://java.sun.com/xml/ns/javaee}display-nameType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="web-resource-collection" type="{http://java.sun.com/xml/ns/javaee}web-resource-collectionType" maxOccurs="unbounded"/>
         <element name="auth-constraint" type="{http://java.sun.com/xml/ns/javaee}auth-constraintType" minOccurs="0"/>
         <element name="user-data-constraint" type="{http://java.sun.com/xml/ns/javaee}user-data-constraintType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AuthConstraint authConstraint
           
protected  List<String> displayName
           
protected  String id
           
protected  UserDataConstraint userDataConstraint
           
protected  List<WebResourceCollection> webResourceCollection
           
 
Constructor Summary
SecurityConstraint()
           
 
Method Summary
 AuthConstraint getAuthConstraint()
           
 List<String> getDisplayName()
           
 String getId()
           
 UserDataConstraint getUserDataConstraint()
           
 List<WebResourceCollection> getWebResourceCollection()
           
 void setAuthConstraint(AuthConstraint value)
           
 void setId(String value)
           
 void setUserDataConstraint(UserDataConstraint value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayName

protected List<String> displayName

webResourceCollection

protected List<WebResourceCollection> webResourceCollection

authConstraint

protected AuthConstraint authConstraint

userDataConstraint

protected UserDataConstraint userDataConstraint

id

protected String id
Constructor Detail

SecurityConstraint

public SecurityConstraint()
Method Detail

getDisplayName

public List<String> getDisplayName()

getWebResourceCollection

public List<WebResourceCollection> getWebResourceCollection()

getAuthConstraint

public AuthConstraint getAuthConstraint()

setAuthConstraint

public void setAuthConstraint(AuthConstraint value)

getUserDataConstraint

public UserDataConstraint getUserDataConstraint()

setUserDataConstraint

public void setUserDataConstraint(UserDataConstraint value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.