org.cafesip.jiplet.config.jip
Interface AuthConstraint


public interface AuthConstraint

Java content class for AuthConstraint 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 48)

 <complexType name="AuthConstraint">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="role-name" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="realm" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getRealm()
          Gets the value of the realm property.
 java.util.List getRoleName()
          Gets the value of the RoleName property.
 void setRealm(java.lang.String value)
          Sets the value of the realm property.
 

Method Detail

getRealm

java.lang.String getRealm()
Gets the value of the realm property.

Returns:
possible object is String

setRealm

void setRealm(java.lang.String value)
Sets the value of the realm property.

Parameters:
value - allowed object is String

getRoleName

java.util.List getRoleName()
Gets the value of the RoleName property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the RoleName property.

For example, to add a new item, do as follows:

    getRoleName().add(newItem);
 

Objects of the following type(s) are allowed in the list String



http://www.cafesip.org