Interface PasswordAuthenticatorProtectionStatus
- All Known Subinterfaces:
PasswordAuthenticatorProtectionStatus.LastAttemptFailed,PasswordAuthenticatorProtectionStatus.LockedOut,PasswordAuthenticatorProtectionStatus.Unlocked
public interface PasswordAuthenticatorProtectionStatus
The object describing the password authenticator protection status.
It provides information regarding how many retries are available for the end user before locking the authenticator.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAnd invalid password was provided previously.static interfaceThe authenticator is locked and cannot be used.static interfaceThe authenticator is unlocked and can be used.