| 
 | BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This class is used for monitoring a Weblogic Security Info.
| Method Summary | |
|  void | clearLockout(java.lang.String userName)Unlocks a locked user account. | 
|  long | getInvalidLoginAttemptsTotalCount()Returns the cumulative number of invalid logins attempted on this server | 
|  long | getInvalidLoginUsersHighCount()Returns the highwater number of users with outstanding invalid login attempts for this server | 
|  long | getLastLoginFailure(java.lang.String userName)Returns the time as a string of the last login failure for this user. | 
|  long | getLockedUsersCurrentCount()Returns the number of currently locked users on this server | 
|  long | getLoginAttemptsWhileLockedTotalCount()Returns the cumulative number of invalid logins attempted on this server attempted while the user was locked | 
|  int | getLoginFailureCount(java.lang.String userName)Returns the current count of login failures for this user. | 
|  long | getUnlockedUsersTotalCount()Returns the number times we have unlocked a user on this server | 
|  long | getUserLockoutTotalCount()Returns the cumulative number of user lockouts done on this server | 
|  boolean | isLockedOut(java.lang.String userName)Indicates whether or not a user is locked out of their account. | 
| Methods inherited from interface weblogic.management.WebLogicMBean | 
| getMBeanInfo, 
getName, 
getObjectName, 
getParent, 
getType, 
isCachingDisabled, 
isRegistered, 
setName, 
setParent | 
| Methods inherited from interface javax.management.DynamicMBean | 
| getAttribute, 
getAttributes, 
invoke, 
setAttribute, 
setAttributes | 
| Methods inherited from interface javax.management.MBeanRegistration | 
| postDeregister, 
postRegister, 
preRegister | 
| Methods inherited from interface javax.management.NotificationBroadcaster | 
| addNotificationListener, 
getNotificationInfo, 
removeNotificationListener | 
| Method Detail | 
public long getUserLockoutTotalCount()
public long getInvalidLoginAttemptsTotalCount()
public long getLoginAttemptsWhileLockedTotalCount()
public long getInvalidLoginUsersHighCount()
public long getUnlockedUsersTotalCount()
public long getLockedUsersCurrentCount()
public boolean isLockedOut(java.lang.String userName)
userName - Description of the Parameterpublic void clearLockout(java.lang.String userName)
userName - Description of the Parameterpublic long getLastLoginFailure(java.lang.String userName)
userName - Description of the Parameterpublic int getLoginFailureCount(java.lang.String userName)
userName - Description of the Parameter| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81b | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||