Uses of Class
io.gs2.account.model.ScriptSetting
Packages that use ScriptSetting
-
Uses of ScriptSetting in io.gs2.account.model
Methods in io.gs2.account.model that return ScriptSettingModifier and TypeMethodDescriptionstatic ScriptSettingScriptSetting.fromJson(com.fasterxml.jackson.databind.JsonNode data) Namespace.getAuthenticationScript()Namespace.getCreateAccountScript()Namespace.getCreateTakeOverScript()Namespace.getDoTakeOverScript()ScriptSetting.withDoneTriggerQueueNamespaceId(String doneTriggerQueueNamespaceId) ScriptSetting.withDoneTriggerScriptId(String doneTriggerScriptId) ScriptSetting.withDoneTriggerTargetType(String doneTriggerTargetType) ScriptSetting.withTriggerScriptId(String triggerScriptId) Methods in io.gs2.account.model with parameters of type ScriptSettingModifier and TypeMethodDescriptionvoidNamespace.setAuthenticationScript(ScriptSetting authenticationScript) voidNamespace.setCreateAccountScript(ScriptSetting createAccountScript) voidNamespace.setCreateTakeOverScript(ScriptSetting createTakeOverScript) voidNamespace.setDoTakeOverScript(ScriptSetting doTakeOverScript) Namespace.withAuthenticationScript(ScriptSetting authenticationScript) Namespace.withCreateAccountScript(ScriptSetting createAccountScript) Namespace.withCreateTakeOverScript(ScriptSetting createTakeOverScript) Namespace.withDoTakeOverScript(ScriptSetting doTakeOverScript) -
Uses of ScriptSetting in io.gs2.account.request
Methods in io.gs2.account.request that return ScriptSettingModifier and TypeMethodDescriptionCreateNamespaceRequest.getAuthenticationScript()UpdateNamespaceRequest.getAuthenticationScript()CreateNamespaceRequest.getCreateAccountScript()UpdateNamespaceRequest.getCreateAccountScript()CreateNamespaceRequest.getCreateTakeOverScript()UpdateNamespaceRequest.getCreateTakeOverScript()CreateNamespaceRequest.getDoTakeOverScript()UpdateNamespaceRequest.getDoTakeOverScript()Methods in io.gs2.account.request with parameters of type ScriptSettingModifier and TypeMethodDescriptionvoidCreateNamespaceRequest.setAuthenticationScript(ScriptSetting authenticationScript) voidUpdateNamespaceRequest.setAuthenticationScript(ScriptSetting authenticationScript) voidCreateNamespaceRequest.setCreateAccountScript(ScriptSetting createAccountScript) voidUpdateNamespaceRequest.setCreateAccountScript(ScriptSetting createAccountScript) voidCreateNamespaceRequest.setCreateTakeOverScript(ScriptSetting createTakeOverScript) voidUpdateNamespaceRequest.setCreateTakeOverScript(ScriptSetting createTakeOverScript) voidCreateNamespaceRequest.setDoTakeOverScript(ScriptSetting doTakeOverScript) voidUpdateNamespaceRequest.setDoTakeOverScript(ScriptSetting doTakeOverScript) CreateNamespaceRequest.withAuthenticationScript(ScriptSetting authenticationScript) UpdateNamespaceRequest.withAuthenticationScript(ScriptSetting authenticationScript) CreateNamespaceRequest.withCreateAccountScript(ScriptSetting createAccountScript) UpdateNamespaceRequest.withCreateAccountScript(ScriptSetting createAccountScript) CreateNamespaceRequest.withCreateTakeOverScript(ScriptSetting createTakeOverScript) UpdateNamespaceRequest.withCreateTakeOverScript(ScriptSetting createTakeOverScript) CreateNamespaceRequest.withDoTakeOverScript(ScriptSetting doTakeOverScript) UpdateNamespaceRequest.withDoTakeOverScript(ScriptSetting doTakeOverScript)