Uses of Class
com.oracle.bmc.identitydomains.model.UserExtRecoveryLocked
-
Packages that use UserExtRecoveryLocked Package Description com.oracle.bmc.identitydomains.model -
-
Uses of UserExtRecoveryLocked in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return UserExtRecoveryLocked Modifier and Type Method Description UserExtRecoveryLocked
UserExtRecoveryLocked.Builder. build()
UserExtRecoveryLocked
ExtensionUserStateUser. getRecoveryLocked()
Methods in com.oracle.bmc.identitydomains.model with parameters of type UserExtRecoveryLocked Modifier and Type Method Description UserExtRecoveryLocked.Builder
UserExtRecoveryLocked.Builder. copy(UserExtRecoveryLocked model)
ExtensionUserStateUser.Builder
ExtensionUserStateUser.Builder. recoveryLocked(UserExtRecoveryLocked recoveryLocked)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type UserExtRecoveryLocked Constructor Description ExtensionUserStateUser(String lastSuccessfulLoginDate, String previousSuccessfulLoginDate, String lastFailedLoginDate, Integer loginAttempts, Integer recoveryAttempts, Integer recoveryEnrollAttempts, Integer maxConcurrentSessions, UserExtRecoveryLocked recoveryLocked, UserExtLocked locked)
Deprecated.
-