BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element lockout-reset-duration

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

Documentation
The number of minutes (between 0 and 999999) within which
 invalid login attempts must happen in order for the user's account
 to be locked.



Number of minutes within which the invalid login attempts must
 happen in order for the user's account to be locked.



An account is locked if the number of invalid login attempts
 defined in the Lockout Threshold attribute happens within
 the amount of time defined by this field.

 


 Legal Min: 1


 Legal Max: 99999


 Default: 5


 Secure Value: true
Properties
This component is not nillable.

Model
<lockout-reset-duration>

</lockout-reset-duration>

Source
<xs:element minOccurs="0" name="lockout-reset-duration" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<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