Package | Description |
---|---|
com.sun.identity.common |
This packages contains commonly used constants and utilities.
|
Modifier and Type | Method and Description |
---|---|
AccountLockoutInfo |
ISAccountLockout.getAcInfo(String userDN,
AMIdentity amIdentity) |
AccountLockoutInfo |
ISAccountLockout.invalidPasswd(AMIdentity amIdentity,
AccountLockoutInfo acInfo)
Determines the number of times user failed authentication
updates the accountInfo object with the user information and count of
failed authentication attempts.
|
Modifier and Type | Method and Description |
---|---|
AccountLockoutInfo |
ISAccountLockout.invalidPasswd(AMIdentity amIdentity,
AccountLockoutInfo acInfo)
Determines the number of times user failed authentication
updates the accountInfo object with the user information and count of
failed authentication attempts.
|
int |
ISAccountLockout.invalidPasswd(String userDN,
String userName,
AMIdentity amIdentity,
AccountLockoutInfo acInfo)
Determines the number of times user failed authentication
updates the accountInfo object with the user information and count of
failed authentication attempts.
|
boolean |
ISAccountLockout.isLockedOut(AccountLockoutInfo acInfo)
Returns
true if account is locked. |
void |
ISAccountLockout.resetLockoutAttempts(String userDN,
AMIdentity amIdentity,
AccountLockoutInfo acInfo,
boolean resetDuration)
Resets attempts related data in Data store if the user has successfully
authenticated.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.