「モバイルウェブサービスを有効にする」の版間の差分

提供:MoodleDocs
移動先:案内検索
編集の要約なし
編集の要約なし
3行目: 3行目:
作成中です - [[利用者:Mitsuhiro Yoshida|Mitsuhiro Yoshida]] ([[利用者・トーク:Mitsuhiro Yoshida|トーク]])
作成中です - [[利用者:Mitsuhiro Yoshida|Mitsuhiro Yoshida]] ([[利用者・トーク:Mitsuhiro Yoshida|トーク]])


Moodleには、モバイルアプリケーションのために設計された内蔵ウェブサービスが実装されています。公式の[[dev:Moodle Mobile]]を動作させる必要があります。Enable it only if you want people to use the official app or if a third party app explicitly requires it.
Moodleには、モバイルアプリケーションのために設計された内蔵ウェブサービスが実装されています。公式の[[dev:Moodle Mobile]]を動作させる必要があります。あなたがユーザに公式アプリを使用させたい場合、またはサードパーティのアプリが明確に必要とする場合のみ、ウェブサービスを有効にしてください。


== モバイルウェブサービスを有効にする ==
== モバイルウェブサービスを有効にする ==

2013年8月19日 (月) 22:46時点における版


作成中です - Mitsuhiro Yoshida (トーク)

Moodleには、モバイルアプリケーションのために設計された内蔵ウェブサービスが実装されています。公式のdev:Moodle Mobileを動作させる必要があります。あなたがユーザに公式アプリを使用させたい場合、またはサードパーティのアプリが明確に必要とする場合のみ、ウェブサービスを有効にしてください。

モバイルウェブサービスを有効にする

A site administrator first must enable mobile web services:

  • In Settings > Site administration > Plugins > Web services > Mobile
  • Check "Enable mobile web services" and then
  • Click Save.

That's it! No other steps required.

The rest of this document explains the "behind the scenes".

サービスを有効にした場合、何が起きるのか

Enabling the mobile web services will automatically:

  • enable the web services system (Settings > Site administration > Advanced features)
  • enable the built-in external service called 'Mobile web services' - you should see this new mobile service listed as enabled
  • enable the xml-rpc protocol (for backward compatibility with unmaintained My Moodle app)
  • enable the rest protocol
  • allow the 'webservice/xmlrpc:use' capability for authenticated user role
  • allow the 'webservice/rest:use' capability for authenticated user role

モバイルウェブサービスを無効にする

When you uncheck 'Enable mobile web services', it will automatically:

  • disable the external service called 'Mobile web services'.
  • if 'Mobile web services' was the only external service enabled:
    • disable the web services system
    • disable the xml-rpc protocol
    • disable the rest protocol
    • remove the 'webservice/xmlrpc:use' capability for authenticated user role
    • remove the 'webservice/rest:use' capability for authenticated user role

関連情報