View This User Lockout Manager Runtime
/management/weblogic/{version}/serverRuntime/serverSecurityRuntime/defaultRealmRuntime/userLockoutManagerRuntime
View this user lockout manager runtime.
Request
-
version(required): string
The version of the WebLogic REST interface.
-
excludeFields: string
The 'excludeFields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields whose name is not on the list will be returned. If not present, all fields are returned (unless the 'fields' query parameter is specified). Note: 'fields' must not be specified if 'excludeFields' is specified.
-
excludeLinks: string
The 'excludeLinks' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links whose relationship name is not on the list will be returned. If not present, all links are returned (unless the 'links' query parameter is specified). Note: 'links' must not be specified if 'excludeLinks' is specified.
-
fields: string
The 'fields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields with matching names are returned. If not present, all fields are returned (unless the 'excludeFields' query parameter is specified). Note: 'excludeFields' must not be specified if 'fields' is specified.
-
links: string
The 'links' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links with matching relationship names are returned. If not present, all links are returned (unless the 'excludeLinks' query parameter is specified). Note: 'excludeLinks' must not be specified if 'links' is specified.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.
-
Monitor: basic
Type:
basic
Description:A user in the Monitor security role.
-
Operator: basic
Type:
basic
Description:A user in the Operator security role.
Response
- application/json
200 Response
Returns this user lockout manager runtime.
This method can return the following links:
- rel=action title=clearLockout uri=/management/weblogic/{version}/serverRuntime/serverSecurityRuntime/defaultRealmRuntime/userLockoutManagerRuntime/clearLockout
This resource's clearLockout action resource.
- rel=action title=getLastLoginFailure uri=/management/weblogic/{version}/serverRuntime/serverSecurityRuntime/defaultRealmRuntime/userLockoutManagerRuntime/getLastLoginFailure
This resource's getLastLoginFailure action resource.
- rel=action title=getLoginFailureCount uri=/management/weblogic/{version}/serverRuntime/serverSecurityRuntime/defaultRealmRuntime/userLockoutManagerRuntime/getLoginFailureCount
This resource's getLoginFailureCount action resource.
- rel=action title=isLockedOut uri=/management/weblogic/{version}/serverRuntime/serverSecurityRuntime/defaultRealmRuntime/userLockoutManagerRuntime/isLockedOut
This resource's isLockedOut action resource.
object
-
invalidLoginAttemptsTotalCount:
integer(int64)
Read Only:
true
Returns the number of invalid logins attempted since this server has been started and lockouts have been enabled. In a cluster, this method returns the number of invalid logins attempted that have occured since the cluster has been started because all servers share login failure information.
-
invalidLoginUsersHighCount:
integer(int64)
Read Only:
true
Returns the highest number of users with concurrent unexpired or uncleared invalid login attempts. Invalid login attempts expire as specified by
LockoutResetDuration
. This count is useful in determining whether theLockoutCacheSize
needs to be modified. -
lockedUsersCurrentCount:
integer(int64)
Read Only:
true
Returns the number of users that are currently locked out of this server.
-
loginAttemptsWhileLockedTotalCount:
integer(int64)
Read Only:
true
Returns the number of invalid logins attempted since this server has been started and lockouts have been enabled.
-
name:
string
Read Only:
true
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Constraints
- unharvestable
-
type:
string
Read Only:
true
Returns the type of the MBean.
Constraints
- unharvestable
-
unlockedUsersTotalCount:
integer(int64)
Read Only:
true
Returns the number times users have been unlocked since this server has been started.
-
userLockoutTotalCount:
integer(int64)
Read Only:
true
Returns the number of user lockouts that have occured since this server has been started. In a cluster, this method returns the number of user lockouts that have occured since the cluster has been started because all servers share login failure information.