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