org.cafesip.jiplet.config.jip
Interface SecurityConstraint


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

getAuthConstraint

AuthConstraint getAuthConstraint()
Gets the value of the authConstraint property.

Returns:
possible object is AuthConstraint

setAuthConstraint

void setAuthConstraint(AuthConstraint value)
Sets the value of the authConstraint property.

Parameters:
value - allowed object is AuthConstraint

getJipletResourceCollection

ResourceCollection getJipletResourceCollection()
Gets the value of the jipletResourceCollection property.

Returns:
possible object is ResourceCollection

setJipletResourceCollection

void setJipletResourceCollection(ResourceCollection value)
Sets the value of the jipletResourceCollection property.

Parameters:
value - allowed object is ResourceCollection


http://www.cafesip.org