BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element lockout-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) that a user's
 account remains inaccessible after being locked.



Number of minutes that a user's account remains inaccessible
 after being locked in response to several invalid login attempts
 within the amount of time specified in the
 LockoutResetDuration attribute. In order to unlock a user
 account, you must have the unlockuser permission for the Password
 Policy MBean.

 


 Legal Min: 0


 Legal Max: 999999


 Default: 30


 Secure Value: true
Properties
This component is not nillable.

Model
<lockout-duration>

</lockout-duration>

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

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation