Package io.gs2.cdk.account.model.options
Class NamespaceOptions
java.lang.Object
io.gs2.cdk.account.model.options.NamespaceOptions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithAuthenticationScript(ScriptSetting authenticationScript) withChangePasswordIfTakeOver(Boolean changePasswordIfTakeOver) withCreateAccountScript(ScriptSetting createAccountScript) withCreateTakeOverScript(ScriptSetting createTakeOverScript) withDescription(String description) withDifferentUserIdForLoginAndDataRetention(Boolean differentUserIdForLoginAndDataRetention) withDoTakeOverScript(ScriptSetting doTakeOverScript) withLogSetting(LogSetting logSetting)
-
Field Details
-
description
-
changePasswordIfTakeOver
-
differentUserIdForLoginAndDataRetention
-
createAccountScript
-
authenticationScript
-
createTakeOverScript
-
doTakeOverScript
-
logSetting
-
-
Constructor Details
-
NamespaceOptions
public NamespaceOptions()
-
-
Method Details
-
withDescription
-
withChangePasswordIfTakeOver
-
withDifferentUserIdForLoginAndDataRetention
public NamespaceOptions withDifferentUserIdForLoginAndDataRetention(Boolean differentUserIdForLoginAndDataRetention) -
withCreateAccountScript
-
withAuthenticationScript
-
withCreateTakeOverScript
-
withDoTakeOverScript
-
withLogSetting
-