Class NewPasswordRecommended
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.model.state.NewPasswordRecommended
-
public class NewPasswordRecommended extends Object
An API state model containing additional details for states in which a user's password is expiring and a password change is recommended.- Since:
- 9.3
-
-
Constructor Summary
Constructors Constructor Description NewPasswordRecommended()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetDaysToExpire()The number of day(s) until user's password expiration.voidsetDaysToExpire(Integer daysToExpire)
-