Server --> Monitoring --> Security
Tasks Related Topics Attributes
Overview
Displays the current settings for the attributes used to protect user accounts.
Tasks
Protecting User Accounts
Related Topics
Introduction to WebLogic Security
Managing WebLogic Security
Securing WebLogic Resources
Programmimg WebLogic Security
Developing Security Providers for WebLogic Server
Securing a Production Environment
The Security topics in the WebLogic Server 8.1 Upgrade Guide
Security FAQ
The Security page in the WebLogic Server documentation
Attributes
Attribute Label
|
Description
|
Value Constraints
|
User Lockout Total Count
|
The cumulative number of user lockouts done on this serverMBean: weblogic.management.
runtime.
ServerSecurityRuntimeMBeanAttribute: UserLockoutTotalCount
|
|
Total Invalid Logins
|
The cumulative number of invalid logins attempted on this serverMBean: weblogic.management.
runtime.
ServerSecurityRuntimeMBeanAttribute: InvalidLoginAttemptsTotalCount
|
|
Total Login Attempts while Locked
|
The cumulative number of invalid logins attempted on this server attempted while the user was lockedMBean: weblogic.management.
runtime.
ServerSecurityRuntimeMBeanAttribute: LoginAttemptsWhileLockedTotalCount
|
|
Total Users Unlocked
|
The number times we have unlocked a user on this serverMBean: weblogic.management.
runtime.
ServerSecurityRuntimeMBeanAttribute: UnlockedUsersTotalCount
|
|
Invalid Logins High
|
The highwater number of users with outstanding invalid login attempts for this serverMBean: weblogic.management.
runtime.
ServerSecurityRuntimeMBeanAttribute: InvalidLoginUsersHighCount
|
|
Locked Users
|
The number of currently locked users on this serverMBean: weblogic.management.
runtime.
ServerSecurityRuntimeMBeanAttribute: LockedUsersCurrentCount
|
|