BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType password-policyType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}password-policyType (extension)

Documentation
Corresponds to PasswordPolicyMBean
Properties
This component is not nillable.

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


Nested Element Summary
 lockout-cache-size
          The size of the cache (between 1 and 99999 kilobytes) used for invalid login attempts. 
 lockout-duration
          The number of minutes (between 0 and 999999) that a user's account remains inaccessible after being locked. 
xs:booleanlockout-enabled
          Specifies whether this WebLogic Server domain tracks invalid login attempts and takes appropriate action. 
 lockout-gc-threshold
          If the number of current invalid login attempts is equal to or great than this attribute, WebLogic Server deletes any expired records from the cache. 
 lockout-reset-duration
          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. 
 lockout-threshold
          The number of failed logins (between 1 and 99999) that can be tried for a user before their account is locked. 
 minimum-password-length
          The minimum number of characters required for any password in this WebLogic Server domain. 
Source
<xs:complexType name="password-policyType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="minimum-password-length" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<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:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="99999"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<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>
<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>
<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>
<xs:element minOccurs="0" name="lockout-gc-threshold" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="999999"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation