org.apache.openejb.jee
Class SecurityConstraint
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
displayName
protected List<String> displayName
webResourceCollection
protected List<WebResourceCollection> webResourceCollection
authConstraint
protected AuthConstraint authConstraint
userDataConstraint
protected UserDataConstraint userDataConstraint
id
protected String id
SecurityConstraint
public SecurityConstraint()
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.