|
BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
This class is used to monitor and manage per security realm user lockout information.
| Method Summary | |
void |
clearLockout(String userName)
Unlocks a user account. |
long |
getInvalidLoginAttemptsTotalCount()
Returns the number of invalid logins attempted since this server has been started and lockouts have been enabled. |
long |
getInvalidLoginUsersHighCount()
Returns the highest number of users with concurrent unexpired or uncleared invalid login attempts. |
long |
getLastLoginFailure(String userName)
Returns a string that indicates the time of the last invalid login for this user. |
long |
getLockedUsersCurrentCount()
Returns the number of users that are currently locked out of this server. |
long |
getLoginAttemptsWhileLockedTotalCount()
Returns the number of invalid logins attempted since this server has been started and lockouts have been enabled. |
long |
getLoginFailureCount(String userName)
Returns the current count of login failures for a specific user. |
long |
getUnlockedUsersTotalCount()
Returns the number times users have been unlocked since this server has been started. |
long |
getUserLockoutTotalCount()
Returns the number of user lockouts that have occured since this server has been started. |
boolean |
isLockedOut(String userName)
Indicates whether a user is locked out. |
| Methods inherited from interface weblogic.management.WebLogicMBean |
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent |
| Methods inherited from interface javax.management.DynamicMBean |
getAttribute, getAttributes, invoke, setAttribute, setAttributes |
| Methods inherited from interface javax.management.MBeanRegistration |
postDeregister, postRegister, preDeregister, preRegister |
| Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener, getNotificationInfo, removeNotificationListener |
| Method Detail |
public void clearLockout(String userName)
userName - - A user name. If the user does not exist, this method returns false.public long getInvalidLoginAttemptsTotalCount()
public long getInvalidLoginUsersHighCount()
LockoutResetDuration.
This count is useful in determining whether the LockoutCacheSize
needs to be modified.
public long getLastLoginFailure(String userName)
userName - - A user name. If the user does not exist, this method returns false.public long getLockedUsersCurrentCount()
public long getLoginAttemptsWhileLockedTotalCount()
public long getLoginFailureCount(String userName)
userName - - A user name. If the user does not exist, this method returns false.public long getUnlockedUsersTotalCount()
public long getUserLockoutTotalCount()
public boolean isLockedOut(String userName)
userName - - A user name. If the user does not exist, this method returns false.
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||