BEA WebLogic Server 9.1 Security Schema Reference

http://www.bea.com/ns/weblogic/90/security
complexType user-lockout-managerType

{http://www.w3.org/2001/XMLSchema}anyType
    {http://www.bea.com/ns/weblogic/90/security}user-lockout-managerType

Model
<...>
lockout-enabled?, lockout-threshold?, lockout-duration?, lockout-reset-duration?, lockout-cache-size?, lockout-gc-threshold?, name?
</...>
Prohibited substitutions (block)
none (extensions and restrictions are allowed)
Usage
Derived types: none
Components using this type: realmType/user-lockout-manager
Documentation

Lists and manages lockouts on user accounts.

The methods to manage currently locked out users and to get lockout statistics have been deprecated in 9.0.0.0 and moved to ServerRuntime.getServerSecurityRuntime().getDefaultRealmRuntime().getUserLocoutManagerRuntime().

MBean: UserLockoutManagerMBean


Nested Element Summary
booleanlockout-enabled optional
          

Lists and manages lockouts on user accounts.

 
annonymous type derived from longlockout-threshold optional
          

Returns the maximum number of consecutive invalid login attempts before account is locked out.

 
annonymous type derived from longlockout-duration optional
          

Returns the number of minutes that a user account is locked out.

 
annonymous type derived from longlockout-reset-duration optional
          

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

 
annonymous type derived from longlockout-cache-size optional
          

Returns the number of invalid login records that the server places in a cache.

 
annonymous type derived from longlockout-gc-threshold optional
          

Returns the maximum number of invalid login records that the server keeps in memory.

 
stringname optional
          

The name of this configuration.

 

BEA WebLogic Server 9.1 Security Schema Reference

Version: 9.1