Package io.gs2.account.request
Class CreateNamespaceRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateNamespaceRequest>
io.gs2.account.request.CreateNamespaceRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateNamespaceRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()voidsetAuthenticationScript(ScriptSetting authenticationScript) voidsetChangePasswordIfTakeOver(Boolean changePasswordIfTakeOver) voidsetCreateAccountScript(ScriptSetting createAccountScript) voidsetCreateTakeOverScript(ScriptSetting createTakeOverScript) voidsetDescription(String description) voidsetDifferentUserIdForLoginAndDataRetention(Boolean differentUserIdForLoginAndDataRetention) voidsetDoTakeOverScript(ScriptSetting doTakeOverScript) voidsetLogSetting(LogSetting logSetting) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withAuthenticationScript(ScriptSetting authenticationScript) withChangePasswordIfTakeOver(Boolean changePasswordIfTakeOver) withCreateAccountScript(ScriptSetting createAccountScript) withCreateTakeOverScript(ScriptSetting createTakeOverScript) withDescription(String description) withDifferentUserIdForLoginAndDataRetention(Boolean differentUserIdForLoginAndDataRetention) withDoTakeOverScript(ScriptSetting doTakeOverScript) withLogSetting(LogSetting logSetting) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateNamespaceRequest
public CreateNamespaceRequest()
-
-
Method Details
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getChangePasswordIfTakeOver
-
setChangePasswordIfTakeOver
-
withChangePasswordIfTakeOver
-
getDifferentUserIdForLoginAndDataRetention
-
setDifferentUserIdForLoginAndDataRetention
public void setDifferentUserIdForLoginAndDataRetention(Boolean differentUserIdForLoginAndDataRetention) -
withDifferentUserIdForLoginAndDataRetention
public CreateNamespaceRequest withDifferentUserIdForLoginAndDataRetention(Boolean differentUserIdForLoginAndDataRetention) -
getCreateAccountScript
-
setCreateAccountScript
-
withCreateAccountScript
-
getAuthenticationScript
-
setAuthenticationScript
-
withAuthenticationScript
-
getCreateTakeOverScript
-
setCreateTakeOverScript
-
withCreateTakeOverScript
-
getDoTakeOverScript
-
setDoTakeOverScript
-
withDoTakeOverScript
-
getLogSetting
-
setLogSetting
-
withLogSetting
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-