|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.SecurityConstraintType
public class SecurityConstraintType
The security-constraintType is used to associate security constraints with one or more web resource collections Used in: web-app
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 AuthConstraintType |
authConstraint
|
protected DisplayNameType[] |
displayName
|
protected String |
id
|
protected UserDataConstraintType |
userDataConstraint
|
protected WebResourceCollectionType[] |
webResourceCollection
|
| Constructor Summary | |
|---|---|
SecurityConstraintType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.SecurityConstraintType instance. |
|
SecurityConstraintType(SecurityConstraintType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.SecurityConstraintType instance by copying a given instance. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DisplayNameType[] displayName
protected WebResourceCollectionType[] webResourceCollection
protected AuthConstraintType authConstraint
protected UserDataConstraintType userDataConstraint
protected String id
| Constructor Detail |
|---|
public SecurityConstraintType()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.SecurityConstraintType instance.
public SecurityConstraintType(SecurityConstraintType o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.SecurityConstraintType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DisplayNameType[] getDisplayName()
DisplayNameTypepublic DisplayNameType getDisplayName(int idx)
DisplayNameTypepublic int getDisplayNameLength()
public void setDisplayName(DisplayNameType[] values)
values - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
value - allowed object is
DisplayNameTypepublic WebResourceCollectionType[] getWebResourceCollection()
WebResourceCollectionTypepublic WebResourceCollectionType getWebResourceCollection(int idx)
WebResourceCollectionTypepublic int getWebResourceCollectionLength()
public void setWebResourceCollection(WebResourceCollectionType[] values)
values - allowed objects are
WebResourceCollectionType
public WebResourceCollectionType setWebResourceCollection(int idx,
WebResourceCollectionType value)
value - allowed object is
WebResourceCollectionTypepublic AuthConstraintType getAuthConstraint()
AuthConstraintTypepublic void setAuthConstraint(AuthConstraintType value)
value - allowed object is
AuthConstraintTypepublic UserDataConstraintType getUserDataConstraint()
UserDataConstraintTypepublic void setUserDataConstraint(UserDataConstraintType value)
value - allowed object is
UserDataConstraintTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic SecurityConstraintType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||