Class MfaSettingsResponse
java.lang.Object
de.xima.fc.api.rest.pub.client.security.model.MfaSettingsResponse
- All Implemented Interfaces:
Serializable
@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator")
public class MfaSettingsResponse
extends Object
implements Serializable
MfaSettingsResponse
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe number of days a user can save their MFA after successful authentication. 0 means the MFA can't be saved.inthashCode()mfaSaveDays(Integer mfaSaveDays) Creates a new model with the given enum and no other data.voidsetMfaSaveDays(Integer mfaSaveDays) toString()
-
Field Details
-
JSON_PROPERTY_MFA_SAVE_DAYS
- See Also:
-
-
Constructor Details
-
MfaSettingsResponse
public MfaSettingsResponse()Creates a new empty model with no data yet. Use the various setters or fluent setters to add the appropriate data.
-
-
Method Details
-
mfaSaveDays
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getMfaSaveDays
The number of days a user can save their MFA after successful authentication. 0 means the MFA can't be saved.- Returns:
- mfaSaveDays
-
setMfaSaveDays
-
equals
-
hashCode
-
toString
-