| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}password-policyType (extension)
Corresponds to PasswordPolicyMBean
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:boolean | lockout-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. |
<xs:complexType name="password-policyType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><xs:element minOccurs="0" name="minimum-password-length" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/></xs:restriction><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:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="99999"/></xs:restriction><xs:element minOccurs="0" name="lockout-duration" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="999999"/></xs:restriction><xs:element minOccurs="0" name="lockout-reset-duration" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="99999"/></xs:restriction><xs:element minOccurs="0" name="lockout-cache-size" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="99999"/></xs:restriction><xs:element minOccurs="0" name="lockout-gc-threshold" nillable="false"></xs:sequence><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="999999"/></xs:restriction>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |