public class PlatformInfoRequest extends Object implements Serializable
Constructor and Description |
---|
PlatformInfoRequest() |
Modifier and Type | Method and Description |
---|---|
Map<String,CustomAttributesInfo> |
getCustomFormAttributes() |
int |
getMaxUploadFileSizeMB() |
String |
getVersion() |
boolean |
isCaptchaEnabled() |
boolean |
isPwdResetAllowed() |
boolean |
isPwdResetRequiringSecurityQuestions() |
boolean |
isSelfRegAllowed() |
void |
setCaptchaEnabled(boolean captchaEnabled) |
void |
setCustomFormAttributes(Map<String,CustomAttributesInfo> customFormAttributes) |
void |
setMaxUploadFileSizeMB(int maxUploadFileSizeMB) |
void |
setPwdResetAllowed(boolean pwdResetAllowed) |
void |
setPwdResetRequiringSecurityQuestions(boolean pwdResetRequiringSecurityQuestions) |
void |
setSelfRegAllowed(boolean selfRegAllowed) |
void |
setVersion(String version) |
public String getVersion()
public boolean isSelfRegAllowed()
public boolean isPwdResetAllowed()
public boolean isCaptchaEnabled()
public boolean isPwdResetRequiringSecurityQuestions()
public void setVersion(String version)
public int getMaxUploadFileSizeMB()
public void setSelfRegAllowed(boolean selfRegAllowed)
public void setPwdResetAllowed(boolean pwdResetAllowed)
public void setPwdResetRequiringSecurityQuestions(boolean pwdResetRequiringSecurityQuestions)
public void setCaptchaEnabled(boolean captchaEnabled)
public void setMaxUploadFileSizeMB(int maxUploadFileSizeMB)
public Map<String,CustomAttributesInfo> getCustomFormAttributes()
public void setCustomFormAttributes(Map<String,CustomAttributesInfo> customFormAttributes)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.