|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
java.util.List getRealm()
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
java.math.BigInteger getAuthCachePeriod()
BigIntegervoid setAuthCachePeriod(java.math.BigInteger value)
value - allowed object is
BigIntegerboolean isAuthOnLogout()
void setAuthOnLogout(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||