View This User Lockout Manager Runtime

get

/management/weblogic/{version}/serverRuntime/serverSecurityRuntime/defaultRealmRuntime/userLockoutManagerRuntime

View this user lockout manager runtime.

Request

Path Parameters
Query Parameters
  • 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.
  • 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.
  • 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.
  • 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.
Security
Back to Top

Response

Supported Media Types

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.

Body ()
Root Schema : User Lockout Manager Runtime
Type: object
Show Source
  • 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.

  • 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 the LockoutCacheSize needs to be modified.

  • Read Only: true

    Returns the number of users that are currently locked out of this server.

  • Read Only: true

    Returns the number of invalid logins attempted since this server has been started and lockouts have been enabled.

  • Read Only: true

    The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

    Constraints

    • unharvestable
  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
  • Read Only: true

    Returns the number times users have been unlocked since this server has been started.

  • 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.

Back to Top