org.cafesip.jiplet.config.server
Interface JipRealms


public interface JipRealms

Java content class for JipRealms 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/server_2.0.xsd line 19)

 <complexType name="JipRealms">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="realm" type="{}JipRealm" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="auth-cache-period" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="auth-on-logout" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.math.BigInteger getAuthCachePeriod()
          Gets the value of the authCachePeriod property.
 java.util.List getRealm()
          Gets the value of the Realm property.
 boolean isAuthOnLogout()
          Gets the value of the authOnLogout property.
 void setAuthCachePeriod(java.math.BigInteger value)
          Sets the value of the authCachePeriod property.
 void setAuthOnLogout(boolean value)
          Sets the value of the authOnLogout property.
 

Method Detail

getRealm

java.util.List getRealm()
Gets the value of the Realm 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 Realm property.

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

    getRealm().add(newItem);
 

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


getAuthCachePeriod

java.math.BigInteger getAuthCachePeriod()
Gets the value of the authCachePeriod property.

Returns:
possible object is BigInteger

setAuthCachePeriod

void setAuthCachePeriod(java.math.BigInteger value)
Sets the value of the authCachePeriod property.

Parameters:
value - allowed object is BigInteger

isAuthOnLogout

boolean isAuthOnLogout()
Gets the value of the authOnLogout property.


setAuthOnLogout

void setAuthOnLogout(boolean value)
Sets the value of the authOnLogout property.



http://www.cafesip.org