public abstract static class AccountPolicyEntity.Builder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
abstract AccountPolicyEntity.Builder |
appCodeConfigMap(java.util.Map<java.lang.String,java.lang.Object> appCodeConfigMap)
Returns the
AccountPolicyEntity.Builder for the AccountPolicyEntity.appCodeConfigMap()
component of the AccountPolicyEntity object. |
abstract AccountPolicyEntity |
build()
Builds the
AccountPolicyEntity object that is used to wrap various properties
related to the password, verification, and OTP requirements for a user account. |
abstract AccountPolicyEntity.Builder |
otpConfigMap(java.util.Map<java.lang.String,java.lang.Object> otpConfigMap)
Returns the
AccountPolicyEntity.Builder for the AccountPolicyEntity.otpConfigMap()
component of the AccountPolicyEntity object. |
abstract AccountPolicyEntity.Builder |
passwordPolicyEntity(PasswordPolicyEntity passwordPolicyEntity)
Returns the
AccountPolicyEntity.Builder for the AccountPolicyEntity.passwordPolicyEntity()
component of the AccountPolicyEntity object. |
abstract AccountPolicyEntity.Builder |
verificationPolicyMap(java.util.Map<java.lang.String,java.lang.Object> verificationPolicyMap)
Returns the
AccountPolicyEntity.Builder for the AccountPolicyEntity.verificationPolicyMap()
component of the AccountPolicyEntity object. |
public abstract AccountPolicyEntity.Builder appCodeConfigMap(java.util.Map<java.lang.String,java.lang.Object> appCodeConfigMap)
AccountPolicyEntity.Builder for the AccountPolicyEntity.appCodeConfigMap()
component of the AccountPolicyEntity object.appCodeConfigMap - the Map of the app code configurationsAccountPolicyEntity.Builder for the AccountPolicyEntity.appCodeConfigMap()
component of the AccountPolicyEntity object.public abstract AccountPolicyEntity.Builder otpConfigMap(java.util.Map<java.lang.String,java.lang.Object> otpConfigMap)
AccountPolicyEntity.Builder for the AccountPolicyEntity.otpConfigMap()
component of the AccountPolicyEntity object.otpConfigMap - the Map of the OTP configurationsAccountPolicyEntity.Builder for the AccountPolicyEntity.otpConfigMap()
component of the AccountPolicyEntity object.public abstract AccountPolicyEntity.Builder passwordPolicyEntity(@Nonnull PasswordPolicyEntity passwordPolicyEntity)
AccountPolicyEntity.Builder for the AccountPolicyEntity.passwordPolicyEntity()
component of the AccountPolicyEntity object.passwordPolicyEntity - the PasswordPolicyEntity object, which wraps various
properties related to the password requirements for a user
accountAccountPolicyEntity.Builder for the AccountPolicyEntity.passwordPolicyEntity()
component of the AccountPolicyEntity object.public abstract AccountPolicyEntity.Builder verificationPolicyMap(java.util.Map<java.lang.String,java.lang.Object> verificationPolicyMap)
AccountPolicyEntity.Builder for the AccountPolicyEntity.verificationPolicyMap()
component of the AccountPolicyEntity object.verificationPolicyMap - the Map of the verification policiesAccountPolicyEntity.Builder for the AccountPolicyEntity.verificationPolicyMap()
component of the AccountPolicyEntity object.public abstract AccountPolicyEntity build()
AccountPolicyEntity object that is used to wrap various properties
related to the password, verification, and OTP requirements for a user account.AccountPolicyEntity object that is used to wrap various properties
related to the password, verification, and OTP requirements for a user account.