public class SecurityConstraint extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected AuthConstraint |
authConstraint |
protected List<String> |
displayName |
protected String |
id |
protected UserDataConstraint |
userDataConstraint |
protected List<WebResourceCollection> |
webResourceCollection |
| Constructor and Description |
|---|
SecurityConstraint() |
| Modifier and Type | Method and Description |
|---|---|
AuthConstraint |
getAuthConstraint() |
List<String> |
getDisplayName() |
String |
getId() |
UserDataConstraint |
getUserDataConstraint() |
List<WebResourceCollection> |
getWebResourceCollection() |
void |
setAuthConstraint(AuthConstraint value) |
void |
setId(String value) |
void |
setUserDataConstraint(UserDataConstraint value) |
protected List<WebResourceCollection> webResourceCollection
protected AuthConstraint authConstraint
protected UserDataConstraint userDataConstraint
protected String id
public List<WebResourceCollection> getWebResourceCollection()
public AuthConstraint getAuthConstraint()
public void setAuthConstraint(AuthConstraint value)
public UserDataConstraint getUserDataConstraint()
public void setUserDataConstraint(UserDataConstraint value)
public String getId()
public void setId(String value)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.