|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SecurityConstraint
Java content class for SecurityConstraint complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Users/beckie/workspace/jiplet/conf/jip_2.0.xsd line 28)
<complexType name="SecurityConstraint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="jiplet-resource-collection" type="{}ResourceCollection"/>
<element name="auth-constraint" type="{}AuthConstraint"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
AuthConstraint |
getAuthConstraint()
Gets the value of the authConstraint property. |
ResourceCollection |
getJipletResourceCollection()
Gets the value of the jipletResourceCollection property. |
void |
setAuthConstraint(AuthConstraint value)
Sets the value of the authConstraint property. |
void |
setJipletResourceCollection(ResourceCollection value)
Sets the value of the jipletResourceCollection property. |
| Method Detail |
|---|
AuthConstraint getAuthConstraint()
AuthConstraintvoid setAuthConstraint(AuthConstraint value)
value - allowed object is
AuthConstraintResourceCollection getJipletResourceCollection()
ResourceCollectionvoid setJipletResourceCollection(ResourceCollection value)
value - allowed object is
ResourceCollection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||