Modify This User Lockout Manager
/management/weblogic/{version}/edit/securityConfiguration/realms/{name}/userLockoutManager
Modify this user lockout manager.
Request
- application/json
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
-
X-Requested-By(required): string
The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Must contain the modified user lockout manager model.
object
-
lockoutCacheSize:
integer(int64)
Minimum Value:
0
Maximum Value:2147483647
Default Value:5
Returns the number of invalid login records that the server places in a cache. The server creates one record for each invalid login.
-
lockoutDuration:
integer(int64)
Minimum Value:
0
Maximum Value:2147483647
Default Value:30
Returns the number of minutes that a user account is locked out.
-
lockoutEnabled:
boolean
Default Value:
true
Returns whether the server locks out users when there are invalid login attempts. A
true
value for this attribute causes the server to consider the other attributes of this MBean. Afalse
value causes the server to ignore the other attributes of this MBean." -
lockoutGCThreshold:
integer(int64)
Minimum Value:
0
Maximum Value:2147483647
Default Value:400
Returns the maximum number of invalid login records that the server keeps in memory.
If the number of invalid login records is equal to or greater than this value, the server's garbage collection purges the records that have expired. A record expires when the user associated with the record has been locked out.
The lower the threshold, the more often the server uses its resources to collect garbage.
-
lockoutResetDuration:
integer(int64)
Minimum Value:
1
Maximum Value:2147483647
Default Value:5
The number of minutes within which consecutive invalid login attempts cause the user account to be locked out.
-
lockoutThreshold:
integer(int64)
Minimum Value:
1
Maximum Value:2147483647
Default Value:5
Returns the maximum number of consecutive invalid login attempts before account is locked out. When the number of invalid logins within a specified period of time is greater than
LockoutThreshold
value, the user is locked out. For example, with the default setting of, the user is locked out on the second consecutive invalid login. With a setting of
, the user is locked out on the third consecutive invalid login.
-
name:
string
Read Only:
true
Default Value:UserLockoutManager
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
-
realm:
array Realm Reference
Title:
Realm Reference
Read Only:true
Contains the realm reference.Returns the realm that contains this user lockout manager. Returns null if this security provider is not contained by a realm.
array
Realm Reference
true
Returns the realm that contains this user lockout manager. Returns null if this security provider is not contained by a realm.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.