BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element lockout-cache-size

Super Types
{http://www.w3.org/2001/XMLSchema}int
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
The size of the cache (between 1 and 99999 kilobytes) used for
 invalid login attempts.



Size of cache of invalid login attempts.

 


 Legal Min: 0


 Legal Max: 99999


 Default: 5


 Secure Value: true
Properties
This component is not nillable.

Model
<lockout-cache-size>

</lockout-cache-size>

Source
<xs:element minOccurs="0" name="lockout-cache-size" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="99999"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation