BEA WebLogic Server 9.0 Domain Security Schema Reference

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

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

Documentation
The number of minutes within which consecutive invalid login attempts cause the user account to be locked out.

 


 Legal Min: 1


 Default: 5
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:long">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Security Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation