public class UpdateLoginProfileRequest extends Object
| Constructor and Description |
|---|
UpdateLoginProfileRequest() |
public UpdateLoginProfileRequest loginAllowed(Boolean loginAllowed)
public Boolean isLoginAllowed()
public void setLoginAllowed(Boolean loginAllowed)
public UpdateLoginProfileRequest password(String password)
public String getPassword()
public void setPassword(String password)
public UpdateLoginProfileRequest passwordResetRequired(Boolean passwordResetRequired)
public Boolean isPasswordResetRequired()
public void setPasswordResetRequired(Boolean passwordResetRequired)
public UpdateLoginProfileRequest safeAuthExemptDuration(Integer safeAuthExemptDuration)
public Integer getSafeAuthExemptDuration()
public void setSafeAuthExemptDuration(Integer safeAuthExemptDuration)
public UpdateLoginProfileRequest safeAuthFlag(Boolean safeAuthFlag)
public Boolean isSafeAuthFlag()
public void setSafeAuthFlag(Boolean safeAuthFlag)
public UpdateLoginProfileRequest safeAuthType(String safeAuthType)
public String getSafeAuthType()
public void setSafeAuthType(String safeAuthType)
public UpdateLoginProfileRequest userName(String userName)
@NotNull public @NotNull String getUserName()
public void setUserName(String userName)
Copyright © 2024. All rights reserved.