BEA WebLogic Server 9.0 Domain Security Schema Reference

http://www.bea.com/ns/weblogic/90/security
complexType user-lockout-managerType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.bea.com/ns/weblogic/90/security}user-lockout-managerType (restriction)

Documentation
Corresponds to UserLockoutManagerMBean
Properties
This component is not nillable.

Model
<...>
(lockout-enabled?, lockout-threshold, lockout-duration, lockout-reset-duration, lockout-cache-size, lockout-gc-threshold, name? )
</...>


Nested Element Summary
 lockout-cache-size
          Returns the number of invalid login records that the server places in a cache. 
 lockout-duration
          Returns the number of minutes that a user account is locked out. 
xs:booleanlockout-enabled
          Returns whether the server locks out users when there are invalid login attempts. 
 lockout-gc-threshold
          Returns the maximum number of invalid login records that the server keeps in memory. 
 lockout-reset-duration
          The number of minutes within which consecutive invalid login attempts cause the user account to be locked out. 
 lockout-threshold
          Returns the maximum number of consecutive invalid login attempts before account is locked out. 
xs:stringname
          The name of this configuration. 
Source
<xs:complexType name="user-lockout-managerType">
<xs:sequence>
<xs:element minOccurs="0" name="lockout-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="lockout-threshold" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:long">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="lockout-duration" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:long">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="lockout-reset-duration" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:long">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="lockout-cache-size" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:long">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="lockout-gc-threshold" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:long">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="name" nillable="true" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Security Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation